From c7e3e14fabc1df795e035a8c8984419bb19a299f Mon Sep 17 00:00:00 2001 From: Roger Far Date: Mon, 15 Mar 2021 08:37:26 -0600 Subject: [PATCH] Bump to 1.6.3 --- CHANGELOG.md | 5 ++++- client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5ed2b10..c57fba6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,10 @@ 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.6.3] - 2021-03-15 +### Changed +- Fixed a bug where it sometimes could add a download multiple times when the RD torrent was in a certain state. + ## [1.6.2] - 2021-03-13 ### Added - Add a retry button in the interface. Giving the possibility to re-download the torrent in RealDebrid or re-download the files locally. @@ -13,7 +17,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Removed - Removed the "Download" and "Unpack" buttons from the interface. - ## [1.6.1] - 2021-03-12 ### Changed - Fixed a bug in the torrent runner where it could download the same file multiple times. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 91fc582..7a120d5 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -49,7 +49,7 @@ Profile Logout - + diff --git a/package.json b/package.json index 4df48ad..8c8a258 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.6.2", + "version": "1.6.3", "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 bf3929c..45acd6c 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.6.2 + 1.6.3