From ee0950644e52d9e1053b698cd5642345697b6bd6 Mon Sep 17 00:00:00 2001 From: Ben McGarry <9434920+benmcgarry@users.noreply.github.com> Date: Sat, 21 Sep 2024 20:47:48 +0100 Subject: [PATCH] v5.24.7 (#5539) --- changelog/v5.24.7.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.24.7.md diff --git a/changelog/v5.24.7.md b/changelog/v5.24.7.md new file mode 100644 index 0000000000..ffa55c87c8 --- /dev/null +++ b/changelog/v5.24.7.md @@ -0,0 +1,15 @@ +## [v5.24.7](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.24.7) + +### New Features + +- Add kbd shortcut to toggle mute on ShowImages videos (thanks @FlaminSarge) + +### Bug Fixes + +- Fix imgur media host (thanks @larsjohnsen) +- Fix media hosts permission prompt being blocked by 1Password (thanks @larsjohnsen) +- Fix Reddiquette links (thanks @billythekid) + +### Housekeeping / Other + +- N/A \ No newline at end of file diff --git a/package.json b/package.json index afe5279d29..4f275728d9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.24.6", + "version": "5.24.7", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",