From 6c797d371864370b904abb547a79d593f45d2690 Mon Sep 17 00:00:00 2001 From: Erik Date: Sun, 7 May 2017 11:44:48 -0400 Subject: [PATCH] 5.6.1 --- changelog/UNRELEASED.md | 11 ++++++----- changelog/v5.6.1.md | 13 +++++++++++++ package.json | 2 +- 3 files changed, 20 insertions(+), 6 deletions(-) create mode 100644 changelog/v5.6.1.md diff --git a/changelog/UNRELEASED.md b/changelog/UNRELEASED.md index be81ff1f09..5b108f8ebe 100644 --- a/changelog/UNRELEASED.md +++ b/changelog/UNRELEASED.md @@ -1,11 +1,12 @@ +### New Features + +- None (thanks nobody) + ### Bug Fixes -- Fix subreddit style toolbar button appearing on load with subredditStyleBrowserToolbarButton disabled (thanks @erikdesjardins) -- Fix subreddit style toolbar button having the tooltip "Subreddit Style On" even when it was off (thanks @erikdesjardins) -- Fix openInNewWindow for expando images (thanks @erikdesjardins) -- Fix expandos resizing incorrectly when fullscreen (thanks @larsjohnsen) +- None (thanks nobody) ### Housekeeping / Other -- Work around Firefox storage making User Tagger extremely slow (thanks @erikdesjardins) +- None (thanks nobody) diff --git a/changelog/v5.6.1.md b/changelog/v5.6.1.md new file mode 100644 index 0000000000..1691655448 --- /dev/null +++ b/changelog/v5.6.1.md @@ -0,0 +1,13 @@ +## [v5.6.1](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.6.1) + + +### Bug Fixes + +- Fix subreddit style toolbar button appearing on load with subredditStyleBrowserToolbarButton disabled (thanks @erikdesjardins) +- Fix subreddit style toolbar button having the tooltip "Subreddit Style On" even when it was off (thanks @erikdesjardins) +- Fix openInNewWindow for expando images (thanks @erikdesjardins) +- Fix expandos resizing incorrectly when fullscreen (thanks @larsjohnsen) + +### Housekeeping / Other + +- Work around Firefox storage making User Tagger extremely slow (thanks @erikdesjardins) diff --git a/package.json b/package.json index b6289ca3db..8f9709854c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.6.0", + "version": "5.6.1", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite", "license": "GPL-3.0",