From 2659759d59fdbdd3f563de863faed5cd2dce3997 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Wed, 10 Mar 2021 17:59:04 -0700 Subject: [PATCH] Updated to 1.6.0 --- CHANGELOG.md | 8 ++++++++ client/src/app/navbar/navbar.component.html | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2d84705..3019b65 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ 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.0] - 2021-03-10 +### Added +- Add an option to see which files are available on Real-Debrid on the add torrent modal. +### Changed +- Update the unrestrict process to only unrestrict links when a download is started instead of when the torrent is added. +### Removed +- Removed the "Auto download" and "Auto unpack" options, they are now always enabled by default. + ## [1.5.6] - 2021-02-14 ### Changed - Updated all packages diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index ae68ef3..00dccf3 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/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index adaa2bc..1c49530 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.5.6 + 1.6.0