Skip to content

Commit

Permalink
v5.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Mar 16, 2021
1 parent 51664f6 commit 8e68b63
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 1 deletion.
27 changes: 27 additions & 0 deletions changelog/v5.22.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## [v5.22.0](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.22.0)

### New Features

- showImages: [Option](https://old.reddit.com/#res:settings/showImages/collapseInlineMedia) to collapse videos embedded in comments.

### Bug Fixes

- Fix `disableChat` in Firefox
- Fix a few build-related issue on Edge, like restoring backups from Google Drive (thanks @BenMcGarry)
- Fix duplicated expandos in spoiler selftexts
- Fix nightmode geolocation by requesting necessary permissions (thanks @BenMcGarry)
- Improve initialization performance
- Remove duplicated comments sometimes appearing when loading additonal comments
- betteReddit: Reduce performance impact of showVideoData
- filteReddit isVisited: Also test posts `data-url`
- filterline: Fix 'propagate' effect toggle not being saved
- host twitchclips: Add support for new clip urls (thanks @kcyk01)
- keyboardNav: Open spoiler gates with the `toggleExpando` key
- settingsConsole: Improve custom filter layout
- showImages: Detect .webp images
- subredditManager: Fix 'add shortcut' toggle
- userTagger: Fix UX issues in dashboard

### Housekeeping / Other

- Replace the unmaintained sass-lint with stylelint
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.21.3",
"version": "5.22.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 8e68b63

Please sign in to comment.