From dc2ec486d7a9c5d95da47af74646588e83dc3682 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Wed, 29 Jan 2025 19:13:43 -0700 Subject: [PATCH] no message --- CHANGELOG.md | 9 +++++++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 11f690b..9d14938 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.96] - 2025-01-29 +### Added +- Added support for the synology download manager. +- Added a column for torrent add date. + +### Changed +- Fixed for the Symlink downloader and AllDebrid. +- Fixed setting the downloader when adding a torrent through the GUI. + ## [2.0.95] - 2025-01-19 ### Added - Added the /api/v2/transfer/info qBittorrent endpoint. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 7ea5f19..9d22fd2 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.95 + Version 2.0.96 diff --git a/package.json b/package.json index 0684e5b..306c547 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.95", + "version": "2.0.96", "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 c4c2ce3..f64d20b 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net9.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.95 + 2.0.96 enable enable latest