From af87a1e6e652d5afb828663e1d10f04ea93b4f76 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Mon, 2 Sep 2024 21:12:30 -0600 Subject: [PATCH] no message --- CHANGELOG.md | 5 +++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/Properties/launchSettings.json | 3 ++- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 5 files changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c87c57..b8fd2df 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.83] - 2024-09-02 +### Changed +- Fixed progress reporting to the qBittorrent API endpoint. +- Prevent the creation of download folders when using symlink. + ## [2.0.82] - 2024-09-02 ### Changed - Update packages and docker alpine version. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 6ec0751..a900b61 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.81 + Version 2.0.83 diff --git a/package.json b/package.json index 5011230..035fb91 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.81", + "version": "2.0.83", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Web/Properties/launchSettings.json b/server/RdtClient.Web/Properties/launchSettings.json index 575e31e..ab3e967 100644 --- a/server/RdtClient.Web/Properties/launchSettings.json +++ b/server/RdtClient.Web/Properties/launchSettings.json @@ -11,7 +11,8 @@ "RdtClient.Web": { "commandName": "Project", "environmentVariables": { - "ASPNETCORE_ENVIRONMENT": "Development" + "ASPNETCORE_ENVIRONMENT": "Development", + "BASE_PATH": "test" }, "applicationUrl": "http://localhost:6500" }, diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index b03af72..f2c87a4 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.81 + 2.0.83 enable enable latest