From 7dcd671404c1991e7d08e0af416e245c7ee8495b Mon Sep 17 00:00:00 2001 From: Lars Date: Wed, 30 Dec 2020 17:13:50 +0100 Subject: [PATCH] v5.20.10 --- changelog/v5.20.10.md | 19 +++++++++++++++++++ package.json | 2 +- 2 files changed, 20 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.20.10.md diff --git a/changelog/v5.20.10.md b/changelog/v5.20.10.md new file mode 100644 index 0000000000..9b1302f26f --- /dev/null +++ b/changelog/v5.20.10.md @@ -0,0 +1,19 @@ +## [v5.20.10](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.20.10) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- backupAndRestore: Also show .json files in the file picker +- subredditManager: Sort multireddit subs with case insensitivity +- subredditManager: Fix issue causing the "mod" shortcut to not be generated +- showImages: Also auto-play videos containing sound when the option `startVideosMuted` is enabled +- showImages show images button: Don't open uninitialized expondos + +### Housekeeping / Other + +- Added roles to image step buttons, table steps (thanks @FrankSalmick) +- Build commands for browsers other than Chrome must include `--env browsers=[browser]` +- Update node version requirement in CONTRIBUTING.md (thanks @KennethTsang9286) diff --git a/package.json b/package.json index 0abbc340a0..6308ec6e62 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.20.9", + "version": "5.20.10", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",