-
-
Notifications
You must be signed in to change notification settings - Fork 881
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
95efda9
commit 5aae36a
Showing
3 changed files
with
32 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters