From 7bb14742e271acc708a87c2d587473c06d8f8c3d Mon Sep 17 00:00:00 2001 From: Erik Date: Wed, 2 Nov 2016 18:45:10 -0400 Subject: [PATCH] 5.1.0 --- changelog/UNRELEASED.md | 34 +++------------------------------ changelog/v5.1.0.md | 42 +++++++++++++++++++++++++++++++++++++++++ package.json | 2 +- 3 files changed, 46 insertions(+), 32 deletions(-) create mode 100644 changelog/v5.1.0.md diff --git a/changelog/UNRELEASED.md b/changelog/UNRELEASED.md index 1583a3e89c..5b108f8ebe 100644 --- a/changelog/UNRELEASED.md +++ b/changelog/UNRELEASED.md @@ -1,40 +1,12 @@ ### New Features -- New FilteReddit filterline for complex filters on demand (click the "∀" tab on a post listing to try it out) (thanks @larsjohnsen) -- osu.ppy.sh/ss/ media host (thanks @Dexesttp) -- Display "saved" shortcut in subreddit manager (thanks @spezzino) -- New media host for dropbox.com direct links (thanks @larsjohnsen) -- New option markSelftextVisited to mark text posts as visited on expand (thanks @larsjohnsen) -- Display gold status in userbar (thanks @bruno207) -- New {{linkflair}} macro placeholder (thanks @amews) -- New option swapBigEditorLayout to swap position of editor and preview pane in big editor (thanks @dhensche) -- Display more friendly names for settings rather than camelCase (thanks @dhensche) -- FilteReddit now does not filter your own posts by default (thanks @ssonal) -- Add user highlighting for reddit alumni (thanks @chewong) -- More detailed options for controlling auto-expansion of expandos: autoExpandTypes and dependant options (thanks @larsjohnsen) -- Improve responsiveness of Keyboard Navigation (thanks @larsjohnsen) +- None (thanks nobody) ### Bug Fixes -- Fix last visited column still being displayed when the storeSubredditVisit option was disabled (thanks @Jtfinlay) -- Fix expandos not loading on wiki pages (thanks @larsjohnsen) -- Fix gallery navigation arrows having the wrong cursor on Edge (thanks @wojtekmaj) -- Fix RES-saving comments (thanks @larsjohnsen) -- Fix gallery navigation not working properly when multiple galleries are on screen (thanks @larsjohnsen) -- Fix Comment Tools not working on live threads (thanks @tao-lu) -- Fix navigating to posts after completing the Konami code (thanks @jvtrigueros) -- Fix score left time appearing negative when the score has been revealed (thanks @nyuszika7h) -- Fix Quick Message dialog appearing when clicking "message the moderators" even when a modifier key is held (thanks @sionide21) +- None (thanks nobody) ### Housekeeping / Other -- Show "return to originating expando" button after auto-scrolling to previously opened expando (thanks @larsjohnsen) -- Add gears linking to settings on /r/Dashboard tabs (thanks @dhensche) -- Update some dependencies (thanks @BenMcGarry) -- Use native browser implementations instead of babel-runtime (thanks @erikdesjardins) -- Add tests and marginally improve performance of messaging API wrapper (thanks @erikdesjardins) -- More precise handling of comments linklistings, e.g. reddit.com/comments (thanks @larsjohnsen) -- Do not display notifications for /r/RESAnnouncements posts if they are browser-specific and do not apply to the current browser (thanks @michaelskiles) -- Remove the last usage of Gulp from the build process (thanks @erikdesjardins) -- Set up integration tests (thanks @erikdesjardins) +- None (thanks nobody) diff --git a/changelog/v5.1.0.md b/changelog/v5.1.0.md new file mode 100644 index 0000000000..1bd80a9988 --- /dev/null +++ b/changelog/v5.1.0.md @@ -0,0 +1,42 @@ +## [v5.1.0](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.1.0) + + +### New Features + +- New FilteReddit filterline for complex filters on demand (click the "∀" tab on a post listing to try it out) (thanks @larsjohnsen) +- osu.ppy.sh/ss/ media host (thanks @Dexesttp) +- Display "saved" shortcut in subreddit manager (thanks @spezzino) +- New media host for dropbox.com direct links (thanks @larsjohnsen) +- New option markSelftextVisited to mark text posts as visited on expand (thanks @larsjohnsen) +- Display gold status in userbar (thanks @bruno207) +- New {{linkflair}} macro placeholder (thanks @amews) +- New option swapBigEditorLayout to swap position of editor and preview pane in big editor (thanks @dhensche) +- Display more friendly names for settings rather than camelCase (thanks @dhensche) +- FilteReddit now does not filter your own posts by default (thanks @ssonal) +- Add user highlighting for reddit alumni (thanks @chewong) +- More detailed options for controlling auto-expansion of expandos: autoExpandTypes and dependant options (thanks @larsjohnsen) +- Improve responsiveness of Keyboard Navigation (thanks @larsjohnsen) + +### Bug Fixes + +- Fix last visited column still being displayed when the storeSubredditVisit option was disabled (thanks @Jtfinlay) +- Fix expandos not loading on wiki pages (thanks @larsjohnsen) +- Fix gallery navigation arrows having the wrong cursor on Edge (thanks @wojtekmaj) +- Fix RES-saving comments (thanks @larsjohnsen) +- Fix gallery navigation not working properly when multiple galleries are on screen (thanks @larsjohnsen) +- Fix Comment Tools not working on live threads (thanks @tao-lu) +- Fix navigating to posts after completing the Konami code (thanks @jvtrigueros) +- Fix score left time appearing negative when the score has been revealed (thanks @nyuszika7h) +- Fix Quick Message dialog appearing when clicking "message the moderators" even when a modifier key is held (thanks @sionide21) + +### Housekeeping / Other + +- Show "return to originating expando" button after auto-scrolling to previously opened expando (thanks @larsjohnsen) +- Add gears linking to settings on /r/Dashboard tabs (thanks @dhensche) +- Update some dependencies (thanks @BenMcGarry) +- Use native browser implementations instead of babel-runtime (thanks @erikdesjardins) +- Add tests and marginally improve performance of messaging API wrapper (thanks @erikdesjardins) +- More precise handling of comments linklistings, e.g. reddit.com/comments (thanks @larsjohnsen) +- Do not display notifications for /r/RESAnnouncements posts if they are browser-specific and do not apply to the current browser (thanks @michaelskiles) +- Remove the last usage of Gulp from the build process (thanks @erikdesjardins) +- Set up integration tests (thanks @erikdesjardins) diff --git a/package.json b/package.json index 71ef0f6ea2..d8ccf25af2 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.0.3", + "version": "5.1.0", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite", "license": "GPL-3.0",