From 2fb34f7895cb85634a2d38a84346f3536c3c0ac7 Mon Sep 17 00:00:00 2001 From: Erik Date: Tue, 22 Nov 2016 23:22:48 -0500 Subject: [PATCH] 5.1.4 --- changelog/UNRELEASED.md | 10 +++------- changelog/v5.1.4.md | 18 ++++++++++++++++++ package.json | 2 +- 3 files changed, 22 insertions(+), 8 deletions(-) create mode 100644 changelog/v5.1.4.md diff --git a/changelog/UNRELEASED.md b/changelog/UNRELEASED.md index 457b8c48cf..5b108f8ebe 100644 --- a/changelog/UNRELEASED.md +++ b/changelog/UNRELEASED.md @@ -1,16 +1,12 @@ ### New Features -- Easier drag-and-drop to remove subreddit shortcuts (thanks @githue) +- None (thanks nobody) ### Bug Fixes -- Minor showImages fixes (thanks @larsjohnsen) -- Fix floating icons never hiding in Firefox (thanks @larsjohnsen) -- Fix Stylesheet Loader not working intermittently (thanks @erikdesjardins) -- Fix user tags overflowing from comment taglines (thanks @erikdesjardins) +- None (thanks nobody) ### Housekeeping / Other -- Duplicate posts are completely removed instead of hidden from view (thanks @TheRook) -- Cleanup styling and implementation of saved-RES tab (thanks @githue) +- None (thanks nobody) diff --git a/changelog/v5.1.4.md b/changelog/v5.1.4.md new file mode 100644 index 0000000000..a21a97767d --- /dev/null +++ b/changelog/v5.1.4.md @@ -0,0 +1,18 @@ +## [v5.1.4](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.1.4) + + +### New Features + +- Easier drag-and-drop to remove subreddit shortcuts (thanks @githue) + +### Bug Fixes + +- Minor showImages fixes (thanks @larsjohnsen) +- Fix floating icons never hiding in Firefox (thanks @larsjohnsen) +- Fix Stylesheet Loader not working intermittently (thanks @erikdesjardins) +- Fix user tags overflowing from comment taglines (thanks @erikdesjardins) + +### Housekeeping / Other + +- Duplicate posts are completely removed instead of hidden from view (thanks @TheRook) +- Cleanup styling and implementation of saved-RES tab (thanks @githue) diff --git a/package.json b/package.json index f6807c50a7..22b36db816 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.1.3", + "version": "5.1.4", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite", "license": "GPL-3.0",