Skip to content

Commit

Permalink
v8.3.16
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael committed Jun 28, 2019
1 parent 5623ef7 commit cc4d3c7
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 23 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 8.3.15
// @version 8.3.16
// ==/UserScript==
40 changes: 20 additions & 20 deletions ESGST.user.js

Large diffs are not rendered by default.

26 changes: 26 additions & 0 deletions changelog.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,30 @@
[
{
"date": "June 28, 2019",
"version": "8.3.16",
"changelog": {
"1265": "User Suspension Tracker: fix bug that does not retrieve the suspensions correctly",
"1272": "Filters: fix bug that applies filters from the main page to popups",
"1276": "Endless Scrolling: fix bug that does not sort giveaways across multiple pages",
"1296": "Created / Entered / Won Giveaway Details: update cache every 7 days",
"1363": "Settings: add \"Collapse All\" and \"Expand All\" buttons to menu",
"1381": "Content Loader: fix bug that stops loading all items if one item failed to be loaded",
"1384": "Comment History: fix bug that stops loading comments if one comment is unreachable",
"1386": "Unsent Gift Sender: do not send to profiles that couldn't be checked if the option to check the rules is enabled",
"1394": "Multi-Manager: add \"[groups]\", \"[winners]\" and \"[winners-status]\" variables for giveaways",
"1396": "Cake Day Reminder: add option to be notified of other users' cake days",
"1397": "Giveaway Extractor: fix bug that does not display cache for trains with less than 50 giveaways",
"1398": "Update whitelist / blacklist when removing a user from the whitelist / blacklist pages",
"1399": "Content Loader: load user info for Group Library / Wishlist Checker pages",
"1400": "Settings: improve menu design",
"1403": "Cloud Storage: fix bug that happens when backing up",
"1404": "User Giveaway Data: improve design",
"1405": "Add option to notify about console logs",
"1406": "Custom Header / Footer Links: fix links",
"1408": "Comment History: fix bug that loads the feature on SteamTrades",
"1409": "Settings: fix bug that wrongly detects conflicting settings as enabled"
}
},
{
"date": "May 27, 2019",
"version": "8.3.15",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "esgst",
"version": "8.3.15",
"version": "8.3.16",
"description": "A script that adds some cool features to SteamGifts and SteamTrades.",
"author": "gsrafael01",
"bugs": {
Expand Down Expand Up @@ -53,7 +53,7 @@
"webpack-shell-plugin": "0.5.0",
"webpack-cli": "^3.1.0"
},
"devVersion": "8.3.16-dev.26",
"devVersion": "8.3.16",
"homepage": "https://github.com/gsrafael01/ESGST",
"keywords": [
"esgst",
Expand Down

0 comments on commit cc4d3c7

Please sign in to comment.