From 723cc82b11ddd8137ce5d8b74f6aa02c6a2c2c62 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sat, 30 Oct 2021 11:09:18 -0600 Subject: [PATCH] Bump to 1.9.6 --- CHANGELOG.md | 6 ++++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a0ceb..9a32327 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.9.6] - 2021-10-30 +### Added +- Improved handling of errors on the torrent itself +- Added retry counts when adding torrents +- Added retry counts on the Sonarr/Radarr settings page + ## [1.9.5] - 2021-10-28 ### Changed - Fixed issues with the simple downloader. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 01e6bff..163c44e 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 83a7909..73bd61b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.9.5", + "version": "1.9.6", "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 5b0ee0e..376a376 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.9.5 + 1.9.6