Skip to content

Commit

Permalink
5.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jun 5, 2020
1 parent f1a92e9 commit 40bf333
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 1 deletion.
22 changes: 22 additions & 0 deletions changelog/v5.19.0.md
Original file line number Diff line number Diff line change
@@ -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)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit 40bf333

Please sign in to comment.