From 2ac061f9eb1bf301a15f1c9a4fdc9040520e5797 Mon Sep 17 00:00:00 2001 From: Ben McGarry <9434920+BenMcGarry@users.noreply.github.com> Date: Sat, 1 Apr 2023 11:22:29 +0100 Subject: [PATCH] v5.22.16 (#5457) --- changelog/v5.22.16.md | 15 +++++++++++++++ package.json | 2 +- 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.22.16.md diff --git a/changelog/v5.22.16.md b/changelog/v5.22.16.md new file mode 100644 index 0000000000..c6674318a7 --- /dev/null +++ b/changelog/v5.22.16.md @@ -0,0 +1,15 @@ +## [v5.22.16](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.22.16) + +### New Features + +- Add YouTube shorts support (thanks @jmonteiro64) + +### Bug Fixes + +- Add support for 10 character post IDs +- Revert "Update pixiv.js to new embed URL" +- Fix captions not appearing on some media types (thanks @brookst) + +### Housekeeping / Other + +- N/A \ No newline at end of file diff --git a/package.json b/package.json index 44e362f6d0..285737325d 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.22.15", + "version": "5.22.16", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",