From e85366f874876b3c4337bfd482f2a4b339c4e4d9 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sun, 21 Jan 2024 17:10:47 -0700 Subject: [PATCH] no message --- CHANGELOG.md | 4 ++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6cf9177..c3a5fb5 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). +## [2.0.59] - 2024-01-21 +### Changed +- Added the simple downloader back and moved the current internal downloader to a new setting. + ## [2.0.58] - 2024-01-10 ### Changed - Don't automatically count the chunk count. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index d880d2c..c552e0d 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.58 + Version 2.0.59 diff --git a/package.json b/package.json index 8b1688d..ef3dedc 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.58", + "version": "2.0.59", "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 29ca405..bc1ed41 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.58 + 2.0.59 enable enable latest