Skip to content

Commit

Permalink
v5.20.2
Browse files Browse the repository at this point in the history
  • Loading branch information
larsjohnsen committed Jul 15, 2020
1 parent 1b7dbe2 commit be8ecdb
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions changelog/v5.20.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
## [v5.20.2](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.20.2)

### New Features

- backupAndRestore: Add options for sync frequency and whether to automatically restore from other computers (thanks @larsjohnsen)
- commentNavigator showOnKeyboardOpen: New option for whether to show GUI on keyboard move (thanks @larsjohnsen)

### Bug Fixes

- singleClick: Fix empty tab opening when ctrl-clicking (thanks @larsjohnsen)
- filterline highlighting: Replace inline styling with class `.res-thing-filterline-highlight` (thanks @larsjohnsen)
- hosts twitter: Fix content not rebuilding after being unloaded (thanks @larsjohnsen)
- settingsConsole/table: Fix type `hidden` being shown when adding new rows (thanks @larsjohnsen)
- settingsConsole: Fix 'options has been saved' text not being shown (thanks @larsjohnsen)
- menu: Fix layout on custom toggles with long names (thanks @larsjohnsen)

### Housekeeping / Other

- Use lower case hex colors (thanks @larsjohnsen)
- options/getModifiedText: Show more types, censor backupAndRestore/googleAccount by default (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.20.1",
"version": "5.20.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 be8ecdb

Please sign in to comment.