-
-
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
761a5f9
commit 95efda9
Showing
1 changed file
with
17 additions
and
3 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,12 +1,26 @@ | ||
|
||
### New Features | ||
|
||
- None (thanks nobody) | ||
- 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 | ||
|
||
- None (thanks nobody) | ||
- 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 | ||
|
||
- None (thanks nobody) | ||
- 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) |