diff --git a/CHANGELOG.md b/CHANGELOG.md index c58a2cd..3fe21e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,15 @@ 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). +## [2.0.64] - 2024-04-06 +### Added +- Add log level Verbose and add logging for the internal downloader, only works when both log levels are set to Verbose. + +### Changed +- Add fixes for the symlink downloader +- Add better indication when a torrent is stalled +- Fixed download client selection on the torrents + ## [2.0.63] - 2024-03-05 ### Changed - When Sonarr/Radarr requests a torrent to be deleted, and its files too, then delete those files instead of ingoring it. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 12a6f34..92b9b7c 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - Version 2.0.63 + Version 2.0.64 diff --git a/package.json b/package.json index ee94b47..78557b8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.63", + "version": "2.0.64", "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 c25bb08..af114c3 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net8.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.63 + 2.0.64 enable enable latest