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",