diff --git a/changelog/v5.18.12.md b/changelog/v5.18.12.md new file mode 100644 index 0000000000..bff8da2c64 --- /dev/null +++ b/changelog/v5.18.12.md @@ -0,0 +1,20 @@ +## [v5.18.12](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.18.12) + +### New Features + +- nightMode: Add option to follow system color scheme (thanks @larsjohnsen) +- showImages new hosts: + - NaverTV (thanks @Rando) + - Liquipedia.net (thanks @iMarBot) + +### Bug Fixes + +- backupAndRestore: Fix broken file restore in some environments (thanks @larsjohnsen) +- backupAndRestore: Use getRedirectURL in Firefox to fix backups in 75 and later (thanks @erikdesjardins) +- logoLink: Fix redirect to `/hot/` (thanks @fedemp) +- nightmode: Fix colors of copyright takedowns and sub creation page (thanks @BenMcGarry) + +### Housekeeping / Other + +- Update Thing#getCommentLink's signature to prevent logging unnecessary errors (thanks @larsjohnsen) +- showImages host RedGIF: Change from native implementation to embedded iframe (thanks @redg-dev) diff --git a/package.json b/package.json index 1552e990ce..9ed06369cb 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.18.11", + "version": "5.18.12", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",