From 7306117c8ac24070f8de5ddd2f97ca07ec8f6147 Mon Sep 17 00:00:00 2001 From: Lars Date: Mon, 28 Sep 2020 22:15:20 +0200 Subject: [PATCH] 5.20.8 --- changelog/v5.20.8.md | 16 ++++++++++++++++ package.json | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100644 changelog/v5.20.8.md diff --git a/changelog/v5.20.8.md b/changelog/v5.20.8.md new file mode 100644 index 0000000000..3c4786ffc2 --- /dev/null +++ b/changelog/v5.20.8.md @@ -0,0 +1,16 @@ +## [v5.20.8](https://github.com/honestbleeps/Reddit-Enhancement-Suite/releases/v5.20.8) + +### New Features + +- None (thanks nobody) + +### Bug Fixes + +- backupAndRestore: Possible fix for resting backup from files not working in certain environments (thanks @larsjohnsen) +- host vreddit: Add support for videos hosted on vcf.redd.it (thanks @larsjohnsen) +- Re-add cookie permission to Firefox (thanks @BenMcGarry) +- Update dependency snudown-js to v3.2 which reduces its initial memory usage to 64k from 16M (thanks @erikdesjardins) + +### Housekeeping / Other + +- None (thanks nobody) diff --git a/package.json b/package.json index 54a45fe7f6..4bf40266d4 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "title": "Reddit Enhancement Suite", "name": "reddit-enhancement-suite", - "version": "5.20.7", + "version": "5.20.8", "description": "A suite of modules that enhance your Reddit browsing experience", "author": "Reddit Enhancement Suite contributors", "license": "GPL-3.0",