From 8817d8df3b1588afa63f7d4452036eb6915b1fda Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sat, 13 Mar 2021 08:06:30 -0700 Subject: [PATCH] Bump to 1.6.2 --- CHANGELOG.md | 10 ++++++++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 13 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c27d5da..5ed2b10 100644 --- a/CHANGELOG.md +++ b/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). +## [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. +### Changed +- Fixed some issues with deleting files and the files being in use. +- Fixed an issue with some torrents not downloading when finished. +### 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 7f1e86b..91fc582 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 92b2f6d..4df48ad 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.6.1", + "version": "1.6.2", "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 ebf7133..bf3929c 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.1 + 1.6.2