diff --git a/changelog/v5.18.7.md b/changelog/v5.18.7.md new file mode 100644 index 0000000000..544ea5d4ca --- /dev/null +++ b/changelog/v5.18.7.md @@ -0,0 +1,18 @@ +## [v5.18.7](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.18.7) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- core: Ignore stored values with undefined value +- saveComments: Fix delettion of saved comments +- nightmode: Fix issue with removed comments (thanks @BenMcGarry) +- betteReddit fixHideLinks: Fix fadeOut not being invoked in some circumstances +- commentTools autoComplete: Support usersnames containing hyphen +- singleClick: Fix middle click (thanks /u/SpineEyE) + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/package.json b/package.json index f20bd18dcd..7aeecf263c 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.18.6", + "version": "5.18.7", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",