From 40bf3337704a8fb6e8ce01515ecdfc6917a3a899 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 5 Jun 2020 22:21:59 +0200 Subject: [PATCH] 5.19.0 --- changelog/v5.19.0.md | 22 ++++++++++++++++++++++ package.json | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.19.0.md diff --git a/changelog/v5.19.0.md b/changelog/v5.19.0.md new file mode 100644 index 0000000000..d2614db312 --- /dev/null +++ b/changelog/v5.19.0.md @@ -0,0 +1,22 @@ +## [v5.19.0](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.19.0) + +### New Features + +- showImages hosts: add tuckbot.tv (thanks @kyleratti) +- betteReddit: New option to always display scrollY bar to avoid additonal reflow on page load (thanks @larsjohnsen) + +### Bug Fixes + +- nightMode: Add styling to the "happing now" box (thanks @XenoBen) +- showImages hosts: + - Fix RedGIFs breaking when autoplay is disabled (thanks @redg-dev) + - Update Twitter API (@thanks XenoBen) +- customToggles: Don't expose the 'key' field +- subredditManager: Fix dropdown search field not focusing after first load (thanks @larsjohnsen) + +### Housekeeping / Other + +- filteReddit: Clarify comment customFilters settings a litle (thanks @larsjohnsen) +- Allow regexes with the 's' (dotAll) flag (thanks @larsjohnsen) +- Update eslint rules (thansk @larsjohnsen) +- Update lodash implementation to improve initialization time (thanks @larsjohnsen) diff --git a/package.json b/package.json index ee6a72fec0..e2bd4aebd0 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.18.14", + "version": "5.19.0", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",