Skip to content

Commit

Permalink
5.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jul 13, 2019
1 parent e19a93a commit 8647248
Show file tree
Hide file tree
Showing 2 changed files with 34 additions and 1 deletion.
33 changes: 33 additions & 0 deletions changelog/v5.17.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
## [v5.17.0](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.17.0)

### New Features

- Support for muted v.redd.it videos (thanks @larsjohnsen)
- commentNavigator: Filters can be added for sort type "popular" (thanks @larsjohnsen)
- New module: [autoHide](https://www.reddit.com/#res:settings/autoHide) for hiding posts while scrolling (thanks @larsjohnsen)
- Posts are hidden when the bottom button row is viewed for 2 seconds
- By default are only comments marked viewed

### Bug Fixes

- Activate RES in redesign embedded iframes (thanks @creesh)
- Fix commentHidePersistor not saving state when using commentQuickCollapse (thanks @larsjohnsen)
- filteReddit: Filterline no longer shares state across of all /comments pages (thanks @larsjohnsen)
- hover: Remove type prefix in ids and fix toggling (thanks @larsjohnsen)
- nightmode: Set background color to the html element to avoid FOUC in some circumastances (thanks @larsjohnsen)
- saveComments: Don't load all saved comments on every page view, and remove indication that a comment is already saved (thanks @larsjohnsen)
- showImages: Expandos are not marked as duplicates, but are instead marked as opened when the media is expanded (thanks @larsjohnsen)
- showImages: Prevent Reddit overriding expado button classes in self-texts (thanks @larsjohnsen)
- showImages: Try to create expandos with generic detectors in case specific hosts fails (thanks @larsjohnsen)
- Support new osu.ppy.sh/ss/ links (thanks @mcpower)

### Housekeeping / Other

- Set min Firefox version to 68 (thanks @larsjohnsen)
- showImages: Remove ResizeObserver polyfill for Firefox (thanks @larsjohnsen)
- showImages: Remove broken option convertGifstoGfycat (thanks @larsjohnsen)
- Update notification type depends on the last version installed (thanks @larsjohnsen)
- dashboard: Build tabs only when activated, preventing unnecessary data from being loaded (thanks @larsjohnsen)
- init: Log what may prevent RES from starting (thanks @larsjohnsen)
- ner: Remove option hideDupes (thanks @larsjohnsen)
- ner: Use DOMParser to parse the loaded page (thanks @larsjohnsen)
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.16.10",
"version": "5.17.0",
"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 8647248

Please sign in to comment.