Skip to content

Commit

Permalink
5.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jan 20, 2019
1 parent 4efec4a commit f438232
Show file tree
Hide file tree
Showing 3 changed files with 33 additions and 20 deletions.
22 changes: 3 additions & 19 deletions changelog/UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,27 +1,11 @@
### New Features

- neverEndingReddit: Add a link to the loaded page in the page marker (thanks @fenuks, @larsjohnsen)
- Ignored users: (Re)implement placeholder as an alternative to hiding (see option [usersMatchAction](https://www.reddit.com/#res:settings/filteReddit/usersMatchAction)) (thanks @larsjohnsen)
- None (thanks nobody)

### Bug Fixes

- Apply custom styles in the settings console (thanks @larsjohnsen)
- Fix legacyFavicon (@thanks corylulu)
- Fix filters initializing before upgrade migration is done (thanks @larsjohnsen)
- Fix neverEndingReddit regression on inbox 'all messages' and moderation log (thanks @larsjohnsen)
- Fix subreddit styles sometimes not being removed quickly enough when with nightmode enabled (thanks @larsjohnsen)
- Restore user tags on all locations, and never close widget automatically (thanks @larsjohnsen)
- Fix Edge failing to load background listeners (thanks @larsjohnsen)
- Fix RES believing some comments are hidden even when they are selected (thanks @larsjohnsen)
- None (thanks nobody)

### Housekeeping / Other

- Open settings console in a new tab when it can't be embedded (as may happen when using NoScript, Firefox's Content Blocking, Chrome's "Block third-party cookies" etc) (thanks @larsjohnsen)
- Try loading icon font again if the first attempt failed (thanks @larsjohnsen)
- Optimize settingsConsole performance (especially noticeable on the filteReddit page when many subreddits/users have been filtered) (thanks @larsjohnsen)
- settingsConsole: Don't reply to internal messaging meant for background (thanks @larsjohnsen)
- settingsConsole: Only show permission prompt if not already granted (thanks @larsjohnsen)
- Improve tolerance to filteReddit migration bugs (thanks @larsjohnsen)
- Add locking system to migration, to avoid multiple tabs initiating it (thanks @larsjohnsen)
- Try to repair bad migrations that happened to filters due to process being disturbed (e.g. closing the tab or navigation before it was done), though note that this might disable some legitimate filters (thanks @larsjohnsen)
- Fix Edge manifest validation issue (thanks @BenMcGarry)
- None (thanks nobody)
29 changes: 29 additions & 0 deletions changelog/v5.14.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
## [v5.14.2](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.14.2)

### New Features

- neverEndingReddit: Add a link to the loaded page in the page marker (thanks @fenuks, @larsjohnsen)
- Ignored users: (Re)implement placeholder as an alternative to hiding (see option [usersMatchAction](https://www.reddit.com/#res:settings/filteReddit/usersMatchAction)) (thanks @larsjohnsen)

### Bug Fixes

- Apply custom styles in the settings console (thanks @larsjohnsen)
- Fix legacyFavicon (@thanks corylulu)
- Fix filters initializing before upgrade migration is done (thanks @larsjohnsen)
- Fix neverEndingReddit regression on inbox 'all messages' and moderation log (thanks @larsjohnsen)
- Fix subreddit styles sometimes not being removed quickly enough when with nightmode enabled (thanks @larsjohnsen)
- Restore user tags on all locations, and never close widget automatically (thanks @larsjohnsen)
- Fix Edge failing to load background listeners (thanks @larsjohnsen)
- Fix RES believing some comments are hidden even when they are selected (thanks @larsjohnsen)

### Housekeeping / Other

- Open settings console in a new tab when it can't be embedded (as may happen when using NoScript, Firefox's Content Blocking, Chrome's "Block third-party cookies" etc) (thanks @larsjohnsen)
- Try loading icon font again if the first attempt failed (thanks @larsjohnsen)
- Optimize settingsConsole performance (especially noticeable on the filteReddit page when many subreddits/users have been filtered) (thanks @larsjohnsen)
- settingsConsole: Don't reply to internal messaging meant for background (thanks @larsjohnsen)
- settingsConsole: Only show permission prompt if not already granted (thanks @larsjohnsen)
- Improve tolerance to filteReddit migration bugs (thanks @larsjohnsen)
- Add locking system to migration, to avoid multiple tabs initiating it (thanks @larsjohnsen)
- Try to repair bad migrations that happened to filters due to process being disturbed (e.g. closing the tab or navigation before it was done), though note that this might disable some legitimate filters (thanks @larsjohnsen)
- Fix Edge manifest validation issue (thanks @BenMcGarry)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"title": "Reddit Enhancement Suite",
"name": "reddit-enhancement-suite",
"version": "5.14.1",
"version": "5.14.2",
"description": "A suite of modules that enhance your Reddit browsing experience",
"author": "Reddit Enhancement Suite contributors",
"license": "GPL-3.0",
Expand Down

0 comments on commit f438232

Please sign in to comment.