-
-
Notifications
You must be signed in to change notification settings - Fork 882
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
55f5521
commit 4923b3e
Showing
2 changed files
with
26 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters