From ca17db4f5e7361021757646b59fb55110904c6c9 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sun, 18 Jul 2021 22:56:58 -0600 Subject: [PATCH] Bump to 1.8.0 --- CHANGELOG.md | 16 ++++++++++++++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 19 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a95c1..479a746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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). +## [1.8.0] - 2021-07-18 +### Added +- Fixed support for categories. They are now saved persistently in the database. +- Added new "settings" page. +- Added new "add new" page. Added more options when manually adding a torrent, including the ability to manually select files. +- Added dedicated torrent pages with more information when selecting a torrent on the main page. +- Add ability to retry individual downloads. + +### Changed +- Fixed enter key on the login and setup screen. +- Fixed an issue with selecting files and getting the links. This process could take a long time and would hang the client while waiting for a response. + +### Removed +- Removed the retry and delete button from the main page and moved them to the torrent page. +- Removed the ability to retry all downloads. + ## [1.7.8] - 2021-06-17 ### Changed - Fixed issue for real this time with a broken response from RDT when the available files returns in a format different than normal. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 50f9f04..6b35098 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 f732076..89a5bd2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.7.8", + "version": "1.8.0", "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 091c874..f9832b1 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net5.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 1.7.8 + 1.8.0