-
-
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
844cc0e
commit c36ff3d
Showing
3 changed files
with
37 additions
and
23 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,27 +1,12 @@ | ||
|
||
### New Features | ||
|
||
- None (thanks nobody) | ||
|
||
### Bug Fixes | ||
|
||
- Fix ctrl-enter to submit not working on live threads (thanks @pltarun) | ||
- Fix filteReddit NSFW quick toggle appearing when the module is disabled (thanks @erikdesjardins) | ||
- Fix xkcd host treating what-if.xkcd.com links as normal xkcd.com comics (thanks @erikdesjardins) | ||
- Fix showImages media movement sometimes producing invalid CSS (thanks @larsjohnsen) | ||
- Fix MutationObservers (used for loading images in Never Ending Reddit) in Safari (thanks @andytuba) | ||
- A few fixes and improvements to the Orangered module (thanks @andytuba) | ||
- Fix media resize keyboard shortcut resizing more than one image at once (thanks @larsjohnsen) | ||
- Prevent RES from setting `<body>` to `position: relative` and breaking stylesheets (thanks @erikdesjardins) | ||
- Style Keyboard Nav help panel in nightmode (thanks @andytuba) | ||
- Fix Never Ending Reddit endlessly loading at the end of a listing (thanks @larsjohnsen) | ||
- Fix submitHelper "already submitted" warning always appearing when switching from text to link posting (thanks @erikdesjardins) | ||
- None (thanks nobody) | ||
|
||
### Housekeeping / Other | ||
|
||
- Show a loading spinner when hover info cards are loading (thanks @larsjohnsen) | ||
- Change default value of Never Ending Reddit's hideDupes option from "fade" to "hide" (thanks @andytuba) | ||
- Clean up lint rules (thanks @erikdesjardins) | ||
- Update some dependencies (thanks @BenMcGarry) | ||
- Break up changelog by version (thanks @andytuba) | ||
- Add changelog version bump automation (thanks @andytuba) | ||
- Move announcement badge to a separate icon beside the settings console gear (thanks @andytuba) | ||
- Slightly improve Never Ending Reddit loading performance (thanks @erikdesjardins) | ||
- Add a more advanced per-module profiling tool (thanks @erikdesjardins) | ||
- Add an option to disable voteEnhancements score color interpolation (thanks @erikdesjardins) | ||
- Integrate Clippy with media controls (thanks @larsjohnsen) | ||
- 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,29 @@ | ||
## [v4.7.8](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v4.7.8) | ||
|
||
### Bug Fixes | ||
|
||
- Fix ctrl-enter to submit not working on live threads (thanks @pltarun) | ||
- Fix filteReddit NSFW quick toggle appearing when the module is disabled (thanks @erikdesjardins) | ||
- Fix xkcd host treating what-if.xkcd.com links as normal xkcd.com comics (thanks @erikdesjardins) | ||
- Fix showImages media movement sometimes producing invalid CSS (thanks @larsjohnsen) | ||
- Fix MutationObservers (used for loading images in Never Ending Reddit) in Safari (thanks @andytuba) | ||
- A few fixes and improvements to the Orangered module (thanks @andytuba) | ||
- Fix media resize keyboard shortcut resizing more than one image at once (thanks @larsjohnsen) | ||
- Prevent RES from setting `<body>` to `position: relative` and breaking stylesheets (thanks @erikdesjardins) | ||
- Style Keyboard Nav help panel in nightmode (thanks @andytuba) | ||
- Fix Never Ending Reddit endlessly loading at the end of a listing (thanks @larsjohnsen) | ||
- Fix submitHelper "already submitted" warning always appearing when switching from text to link posting (thanks @erikdesjardins) | ||
|
||
### Housekeeping / Other | ||
|
||
- Show a loading spinner when hover info cards are loading (thanks @larsjohnsen) | ||
- Change default value of Never Ending Reddit's hideDupes option from "fade" to "hide" (thanks @andytuba) | ||
- Clean up lint rules (thanks @erikdesjardins) | ||
- Update some dependencies (thanks @BenMcGarry) | ||
- Break up changelog by version (thanks @andytuba) | ||
- Add changelog version bump automation (thanks @andytuba) | ||
- Move announcement badge to a separate icon beside the settings console gear (thanks @andytuba) | ||
- Slightly improve Never Ending Reddit loading performance (thanks @erikdesjardins) | ||
- Add a more advanced per-module profiling tool (thanks @erikdesjardins) | ||
- Add an option to disable voteEnhancements score color interpolation (thanks @erikdesjardins) | ||
- Integrate Clippy with media controls (thanks @larsjohnsen) |
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