Skip to content

Commit

Permalink
5.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Nov 22, 2016
1 parent 95efda9 commit 5aae36a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 18 deletions.
20 changes: 3 additions & 17 deletions changelog/UNRELEASED.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,12 @@

### New Features

- Add showTaggingIcon option to allow hiding the tag icon (when disabled, users can still be tagged by clicking the vote weight or an existing tag) (thanks @larsjohnsen)
- Add browsePreloadCount option to preload expandos of subsequent posts for faster browsing (thanks @larsjohnsen)
- HTML5 video expandos are paused when offscreen and unloaded when far offscreen (thanks @larsjohnsen)
- Add a badge displaying the number of multireddits a subreddit is in next to the subscribe button (thanks @dhensche)
- Add custom filter condition for the current date (thanks @andytuba)
- Allow iframe expandos (notably YouTube videos) to be resized (thanks @thybag)
- Add Profile Navigator module to quickly navigate to part of your profile by hovering on the userbar (thanks @andytuba)
- None (thanks nobody)

### Bug Fixes

- Fix comment tools on the ban page (thanks @dhensche)
- Replace subreddit header icon when disabling subreddit style (thanks @Lakston, @erikdesjardins)
- Fix Never Ending Reddit pause notification showing on every pageload instead of when clicking the pause button (thanks @erikdesjardins)
- Fix some Imgur albums not loading if they were removed the the Imgur gallery (thanks @erikdesjardins)
- None (thanks nobody)

### Housekeeping / Other

- Improve performance of loading new pages with Never Ending Reddit (thanks @larsjohnsen)
- Reduce impact on scrolling performance in browsers that support the IntersectionObserver API (thanks @larsjohnsen)
- Record module profiling with the performance timing API (thanks @erikdesjardins)
- Cleanup of some code in the Show Images module (thanks @mc10)
- Filterline styling tweaks (thanks @larsjohnsen)
- Add Flow typing (thanks @erikdesjardins)
- None (thanks nobody)
28 changes: 28 additions & 0 deletions changelog/v5.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
## [v5.1.3](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.1.3)


### New Features

- Add showTaggingIcon option to allow hiding the tag icon (when disabled, users can still be tagged by clicking the vote weight or an existing tag) (thanks @larsjohnsen)
- Add browsePreloadCount option to preload expandos of subsequent posts for faster browsing (thanks @larsjohnsen)
- HTML5 video expandos are paused when offscreen and unloaded when far offscreen (thanks @larsjohnsen)
- Add a badge displaying the number of multireddits a subreddit is in next to the subscribe button (thanks @dhensche)
- Add custom filter condition for the current date (thanks @andytuba)
- Allow iframe expandos (notably YouTube videos) to be resized (thanks @thybag)
- Add Profile Navigator module to quickly navigate to part of your profile by hovering on the userbar (thanks @andytuba)

### Bug Fixes

- Fix comment tools on the ban page (thanks @dhensche)
- Replace subreddit header icon when disabling subreddit style (thanks @Lakston, @erikdesjardins)
- Fix Never Ending Reddit pause notification showing on every pageload instead of when clicking the pause button (thanks @erikdesjardins)
- Fix some Imgur albums not loading if they were removed the the Imgur gallery (thanks @erikdesjardins)

### Housekeeping / Other

- Improve performance of loading new pages with Never Ending Reddit (thanks @larsjohnsen)
- Reduce impact on scrolling performance in browsers that support the IntersectionObserver API (thanks @larsjohnsen)
- Record module profiling with the performance timing API (thanks @erikdesjardins)
- Cleanup of some code in the Show Images module (thanks @mc10)
- Filterline styling tweaks (thanks @larsjohnsen)
- Add Flow typing (thanks @erikdesjardins)
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.1.2",
"version": "5.1.3",
"description": "A suite of modules that enhance your Reddit browsing experience",
"author": "Reddit Enhancement Suite",
"license": "GPL-3.0",
Expand Down

0 comments on commit 5aae36a

Please sign in to comment.