From fff993e5ea95db28dfd652515560eb68dbb2e6aa Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 4 Sep 2020 22:47:07 +0200 Subject: [PATCH] v5.20.6 --- changelog/v5.20.6.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.20.6.md diff --git a/changelog/v5.20.6.md b/changelog/v5.20.6.md new file mode 100644 index 0000000000..2cb4154a96 --- /dev/null +++ b/changelog/v5.20.6.md @@ -0,0 +1,17 @@ +## [v5.20.6](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.20.6) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- accountSwitcher: Display specific error message when a wrong one time password is entered (thanks @larsjohnsen) +- showImages: Hide host-specific options on disabled hosts (thanks @larsjohnsen) +- showImages video: Fix native controls attribute restoration when leaving fullscreen on Firefox (thanks @larsjohnsen) +- settingsConsole: Fix advanced options toggle, so changes are visible without reloading page (thanks @larsjohnsen) +- utils/stopPageContextScript: Fix undo process not being executed sequentially (thanks @larsjohnsen) + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/package.json b/package.json index 1b65ea3b7b..014e441af7 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.20.5", + "version": "5.20.6", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",