From 7ed93ba4f7b82fa3bd81e1f65e29a86693a91649 Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 17 Sep 2020 17:04:19 +0200 Subject: [PATCH] v5.20.7 --- changelog/v5.20.7.md | 17 +++++++++++++++++ package.json | 2 +- 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.20.7.md diff --git a/changelog/v5.20.7.md b/changelog/v5.20.7.md new file mode 100644 index 0000000000..108f25c504 --- /dev/null +++ b/changelog/v5.20.7.md @@ -0,0 +1,17 @@ +## [v5.20.7](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.20.7) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- filteReddit expando: Fix filter not refreshing as expandos are loaded (thanks @larsjohnsen) +- utils/stopPageContextScript: Use simpler technique to prevent execution (thanks @larsjohnsen) +- subredditManager: Fix MOD/MODQUEUE buttons sometimes not appearing (thanks @larsjohnsen) +- settingsConsole: Fix advanced dependsOn-options not updating after toggling advanced options (thanks @larsjohnsen) +- accountSwitcher dropdown: Added support for screen readers (thanks @FrankSalmick) + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/package.json b/package.json index b6efbd4e7b..2e7b5deb49 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.20.6", + "version": "5.20.7", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",