Skip to content

Commit

Permalink
Updates to v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
rhardih committed Oct 18, 2018
1 parent 448ea8f commit adcd21f
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 7 deletions.
6 changes: 6 additions & 0 deletions README.md
Expand Up @@ -37,6 +37,12 @@ MIT: http://rhardih.mit-license.org

## Changelog

**1.6**

- Adds the Grudge feature
- Adds options page to control Grudge
- Adds changelog notifications on version upgrades

**1.5**

- Adds light icons for Firefox dark theme.
Expand Down
25 changes: 19 additions & 6 deletions changelog.html
Expand Up @@ -19,36 +19,49 @@ <h4 id="version" class="text-center"></h4>
<div class="col-md-8">
<h1>Changelog</h1>

<h2 class="version-header" data-version="1.6">1.6</h2 class="version-header">
<ul>
<li>
Adds the <a href="options.html">Grudge feature</a>
</li>
<li>
Adds options page to control Grudge
</li>
<li>
Adds changelog notifications on version upgrades
</li>
</ul>

<h2 class="version-header" data-version="1.5">1.5</h2 class="version-header">
<ul>
<li>
- Adds light icons for Firefox dark theme.
Adds light icons for Firefox dark theme.
</li>
</ul>

<h2 class="version-header" data-version="1.4">1.4</h2 class="version-header">
<ul>
<li>
- Adds support for Firefox
Adds support for Firefox
</li>
</ul>

<h2 class="version-header" data-version="1.3">1.1 - 1.3</h2 class="version-header">
<ul>
<li>
- Introduces ability to toggle on/off, as well as dismiss with Esc key
Introduces ability to toggle on/off, as well as dismiss with Esc key
</li>
<li>
- Permissions narrowed to *activeTab* only
Permissions narrowed to *activeTab* only
</li>
<li>
- Targets anything with *role=button*
Targets anything with *role=button*
</li>
</ul>

<h2 class="version-header" data-version="1.0">1.0</h2 class="version-header">
<ul>
<li>- Initial version</li>
<li>Initial version</li>
</ul>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,6 +1,6 @@
{
"name": "ekill",
"version": "1.5",
"version": "1.6",
"description": "Remove unwanted elements from a page quickly!",
"manifest_version": 2,
"browser_action": {
Expand Down

0 comments on commit adcd21f

Please sign in to comment.