Bump to 2.0.20
This commit is contained in:
parent
805233d73b
commit
e36d04c108
2 changed files with 11 additions and 1 deletions
10
CHANGELOG.md
10
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.
|
||||
|
|
|
|||
|
|
@ -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": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue