Skip to content

Commit

Permalink
4.7.8
Browse files Browse the repository at this point in the history
  • Loading branch information
erikdesjardins committed Aug 26, 2016
1 parent 844cc0e commit c36ff3d
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 23 deletions.
29 changes: 7 additions & 22 deletions changelog/UNRELEASED.md
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)
29 changes: 29 additions & 0 deletions changelog/v4.7.8.md
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)
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": "4.7.7",
"version": "4.7.8",
"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 c36ff3d

Please sign in to comment.