From e36d04c1081bdae1d94bb24b8c06259bb12b8faf Mon Sep 17 00:00:00 2001 From: Roger Far Date: Wed, 8 Mar 2023 20:46:05 -0700 Subject: [PATCH] Bump to 2.0.20 --- CHANGELOG.md | 10 ++++++++++ package.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1821b76..fb83b7c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,16 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.20] - 2023-03-08 +### Added +- Add support for multi-level unpacking. +- Add settings to specify the Error and Processed paths for the watch folders. +- Option to disable authentication completely. + +### Changed +- Removed the Simple Downloader and replaced it with https://github.com/bezzad/Downloader as the Internal Downloader. +- Fixed setting the Base Href for sub folder hosting. + ## [2.0.19] - 2022-10-18 ### Changed - Changed the AllDebrid provider to use HTTPS instead of HTTP. diff --git a/package.json b/package.json index 964c550..35c7619 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.19", + "version": "2.0.20", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": {