From c36ff3d32f9e9fc432e8136e16005c9aa8c84acc Mon Sep 17 00:00:00 2001 From: Erik Date: Thu, 25 Aug 2016 23:12:39 -0400 Subject: [PATCH] 4.7.8 --- changelog/UNRELEASED.md | 29 +++++++---------------------- changelog/v4.7.8.md | 29 +++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 37 insertions(+), 23 deletions(-) create mode 100644 changelog/v4.7.8.md diff --git a/changelog/UNRELEASED.md b/changelog/UNRELEASED.md index 0c2f0b1bf6..5b108f8ebe 100644 --- a/changelog/UNRELEASED.md +++ b/changelog/UNRELEASED.md @@ -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 `` 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) diff --git a/changelog/v4.7.8.md b/changelog/v4.7.8.md new file mode 100644 index 0000000000..774d7c6a5b --- /dev/null +++ b/changelog/v4.7.8.md @@ -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 `` 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) diff --git a/package.json b/package.json index 0f9fc13058..c6375a4c0f 100644 --- a/package.json +++ b/package.json @@ -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",