From 46a3d0f65ca01355f012a7ffb1685326cf5ea6da Mon Sep 17 00:00:00 2001 From: Lars Date: Thu, 15 Apr 2021 15:09:18 +0200 Subject: [PATCH] v5.22.4 --- changelog/v5.22.4.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.22.4.md diff --git a/changelog/v5.22.4.md b/changelog/v5.22.4.md new file mode 100644 index 0000000000..4931b3958f --- /dev/null +++ b/changelog/v5.22.4.md @@ -0,0 +1,15 @@ +## [v5.22.4](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.22.4) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- betteReddit truncateLongLinks: Don't truncate on the comment page +- watcher: Don't register posts without a placeholder id as duplicates:Otherwise they may be inadvertently removed from the DOM +- showImages gallery: Fix videos starting inadvertently when scrolling + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/package.json b/package.json index 2a93fc8b4a..2711cb6d45 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.22.3", + "version": "5.22.4", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",