From 848811b96c717011d3feea566a4d4977b67c3ace Mon Sep 17 00:00:00 2001 From: Ben McGarry <9434920+BenMcGarry@users.noreply.github.com> Date: Wed, 22 Jul 2020 22:48:17 +0100 Subject: [PATCH] 5.20.3 --- changelog/v5.20.3.md | 24 ++++++++++++++++++++++++ package.json | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.20.3.md diff --git a/changelog/v5.20.3.md b/changelog/v5.20.3.md new file mode 100644 index 0000000000..b3588d33c4 --- /dev/null +++ b/changelog/v5.20.3.md @@ -0,0 +1,24 @@ +## [v5.20.3](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.20.3) + +### New Features + +- showImages hosts: + - add RedditGallery (thanks @larsjohnsen) + - add v.redd.it inline support with new player for better performance (thanks @larsjohnsen) + - add RedditPolls (thanks @BenMcGarry) + - add Facebook Video (thanks @BenMcGarry) + +### Bug Fixes + +- showImages hosts: + - Fix strawpoll URL (thanks @BenMcGarry) +- readComments: Mark also collapsed comments as read (thanks @larsjohnsen) +- showImages/conserveMemory: Fix unloading when video not paused (thanks @larsjohnsen) +- newCommentCount: Fix count when betteReddit/noCtrlF is enabled (thanks @larsjohnsen) + +### Housekeeping / Other + +- showImages hosts: + - Removed Mixer (thanks @BenMcGarry) +- showImages video: Adjust level for 'mute' from ≤ 0.05 to ≤ 0.01 (thanks @larsjohnsen) +- showImages filmstrips: Add way to view earlier pieces (thanks @larsjohnsen) diff --git a/package.json b/package.json index f0a9eb3707..95bdef8516 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.20.2", + "version": "5.20.3", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",