From f1a8bdbd566ad6a76915813ed4af32590a57f958 Mon Sep 17 00:00:00 2001 From: Lars Date: Fri, 15 Nov 2019 07:32:49 +0100 Subject: [PATCH] v5.18.7 --- changelog/v5.18.7.md | 18 ++++++++++++++++++ package.json | 2 +- 2 files changed, 19 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.18.7.md 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",