Skip to content

Commit 2c63c56

Browse files
committed
5.17.1
1 parent 98e15ca commit 2c63c56

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

changelog/v5.17.1.md

+19
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## [v5.17.1](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.17.1)
2+
3+
### New Features
4+
5+
- Optionally display flair emojis as text (enable [here](https://www.reddit.com/#res:settings/styleTweaks/flairEmojiAsText)) (thanks @overdodactyl)
6+
7+
### Bug Fixes
8+
9+
- Hide subredditInfo for fake/reserved subreddits (thanks @prakhar1912)
10+
- subredditInfo: Fix capitalized names not being cache invalidated (thanks @larsjohnsen)
11+
- hover infocard: Clear header when loading (thanks @larsjohnsen)
12+
13+
### Housekeeping / Other
14+
15+
- Replace jquery-sortable with sortablejs (thanks @larsjohnsen)
16+
- Remove jQuery dependency from utils/createElement and utils/alert (thanks @larsjohnsen)
17+
- Set Firefox min version to 69 for ResizeObserver (thanks @erikdesjardins)
18+
- Optimize subredditManager (thanks @larsjohnsen)
19+
- package.json: Specify browserslist to reduce CSS autoprefixing (thanks @larsjohnsen)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"title": "Reddit Enhancement Suite",
33
"name": "reddit-enhancement-suite",
4-
"version": "5.17.0",
4+
"version": "5.17.1",
55
"description": "A suite of modules that enhance your Reddit browsing experience",
66
"author": "Reddit Enhancement Suite contributors",
77
"license": "GPL-3.0",

0 commit comments

Comments
 (0)