Skip to content

Commit

Permalink
v7.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael committed Nov 27, 2017
1 parent 6e2b812 commit 949b3a1
Show file tree
Hide file tree
Showing 7 changed files with 363 additions and 195 deletions.
2 changes: 1 addition & 1 deletion ESGST.meta.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
// ==UserScript==
// @version 7.9.0
// @version 7.9.1
// ==/UserScript==
515 changes: 325 additions & 190 deletions ESGST.user.js

Large diffs are not rendered by default.

22 changes: 20 additions & 2 deletions Extension/esgst.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified Extension/esgst.xpi
Binary file not shown.
2 changes: 1 addition & 1 deletion Extension/manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@
"storage",
"unlimitedStorage"
],
"version": "7.9.0"
"version": "7.9.1"
}
2 changes: 1 addition & 1 deletion Extension/updates.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"updates": [
{
"update_link": "https://github.com/revilheart/ESGST/raw/master/Extension/esgst.xpi",
"version": "7.9.0"
"version": "7.9.1"
}
]
}
Expand Down
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -861,6 +861,21 @@ The video above does not get embedded.

## Changelog

**7.9.1 (November 26, 2017):**

<ul>
<li><a href="https://github.com/revilheart/ESGST/issues/261">#261</a> Fix a bug that does not load the entire changelog</li>
<li><a href="https://github.com/revilheart/ESGST/issues/260">#260</a> Fix a bug in Avatar Popout that does not load for some users</li>
<li><a href="https://github.com/revilheart/ESGST/issues/262">#262</a> Fix a style issue in Giveaway/Discussion Filters</li>
<li><a href="https://github.com/revilheart/ESGST/issues/263">#263</a> Fix a bug that does not load Entered Games Highlighter and Game Tags in popups</li>
<li><a href="https://github.com/revilheart/ESGST/issues/264">#264</a> Reduce useless space in popups</li>
<li><a href="https://github.com/revilheart/ESGST/issues/265">#265</a> Fix a bug in Scroll To Bottom Button that does not scroll all the way down with Endless Scrolling</li>
<li><a href="https://github.com/revilheart/ESGST/issues/266">#266</a> Fix a bug that happens when filtering features in the settings menu</li>
<li><a href="https://github.com/revilheart/ESGST/issues/267">#267</a> Automatically expand sections when filtering features in the settings menu</li>
<li><a href="https://github.com/revilheart/ESGST/issues/268">#268</a> Add option to show Scroll To Top/Bottom Button in the main page heading</li>
<li><a href="https://github.com/revilheart/ESGST/issues/269">#269</a> More changes to Attached Images Carousel</li>
</ul>

**7.9.0 (November 24, 2017):**

<ul>
Expand Down

0 comments on commit 949b3a1

Please sign in to comment.