Skip to content

Commit

Permalink
5.17.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Sep 2, 2019
1 parent 55f5521 commit 4923b3e
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 1 deletion.
25 changes: 25 additions & 0 deletions changelog/v5.17.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
## [v5.17.2](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.17.2)

### New Features

- None (thanks nobody)

### Bug Fixes

- Run migrations in the background so that they can complete before the user opens Reddit (thanks @larsjohnsen)

### Housekeeping / Other

- r2 init: Tweak hiding of non-ready elements while loading (thanks @larsjohnsen)
- hover: new method `watch` to invoke `begin` on `mouseover` (thanks @larsjohnsen)
- Bump min required Chrome version to 76 (thanks @larsjohnsen)
- Optimize generation +subscribe / +dashboard buttons to avoid potential extra reflow (thanks @larsjohnsen)
- requestPermissions: Get optional permissions programmatically (thanks @larsjohnsen)
- Use jQuery as a direct dependency (thanks @larsjohnsen)
- Remove little used dependency $.tokenInput (thanks @larsjohnsen)
- Replace dependency numeral with Intl.FormatNumber (thanks @larsjohnsen)
- Replace `safeHtml` with direct use of DOMPurify.santize (thanks @larsjohnsen)
- nightwatch: Log only actions which fails (thanks @larsjohnsen)
- Floater: Move to utils, add support for r2 userbar and tabmenu (thanks @larsjohnsen)
- utils/PagePhases: Split from core/init (thanks @larsjohnsen)
- utils/SelectedThing: Split core functionality from selectedEntry (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.17.1",
"version": "5.17.2",
"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 4923b3e

Please sign in to comment.