diff --git a/CHANGELOG.md b/CHANGELOG.md index ffa8c9d..633be89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,18 @@ 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.99] - 2025-03-07 +### Security fix +- The Api/Authentication/Update was not protected by authentication, meaning everyone could reset your password and gain access. + +### Added +- Set the useragent for the Bezadd downloader to avoid getting blacklisted by Torbox. + +### Changed +- Upgraded to Angular 19. +- Upgraded to Torbox 1.5. + + ## [2.0.98] - 2025-02-16 ### Added - Added unit tests, thanks @Cucumberrbob! diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index a3877c7..3316099 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.97 + Version 2.0.99 diff --git a/package.json b/package.json index f9ebfae..669e3b3 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.97", + "version": "2.0.99", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Service.Test/RdtClient.Service.Test.csproj b/server/RdtClient.Service.Test/RdtClient.Service.Test.csproj index 7bb82c1..a95d245 100644 --- a/server/RdtClient.Service.Test/RdtClient.Service.Test.csproj +++ b/server/RdtClient.Service.Test/RdtClient.Service.Test.csproj @@ -17,9 +17,9 @@ - - - + + + all diff --git a/server/RdtClient.Service/RdtClient.Service.csproj b/server/RdtClient.Service/RdtClient.Service.csproj index 5b0a075..b8e7fe1 100644 --- a/server/RdtClient.Service/RdtClient.Service.csproj +++ b/server/RdtClient.Service/RdtClient.Service.csproj @@ -24,8 +24,8 @@ - - + + diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 23ed7aa..aeea1de 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.97 + 2.0.99 enable enable latest