From bde0ad591e3d738c5dc34c8b6aa5bf5dd3abb19d Mon Sep 17 00:00:00 2001 From: Roger Far Date: Tue, 18 Oct 2022 12:17:49 -0600 Subject: [PATCH] Publish 2.0.18 --- CHANGELOG.md | 9 +++++++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a6cefe5..a03a425 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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.18] - 2022-10-18 +### Added +- Added the option to bulk delete torrents, thanks kanazaca! +- Added option to remove the torrent only from the client after downloads are completed. +- Added option to change the category of an existing torrent. +- Added option to not download files to the host. +### Changed +- If a watched file gives an error when adding, move it to an error folder. + ## [2.0.17] - 2022-05-24 ### Changed - Fixed issue with some settings not saving. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 5f5dc36..acd5d38 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - + diff --git a/package.json b/package.json index 83e8db6..960dff5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.17", + "version": "2.0.18", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 491350f..9797662 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net6.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.17 + 2.0.18 enable enable latest