diff --git a/CHANGELOG.md b/CHANGELOG.md index 178be2e..958747e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,14 +4,25 @@ 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.51] - 2024-01-15 +### Added +- Added setting to store magnets and torrents to a directory after adding. +- Added bulk settings change on the index pages. +### Changed +- Swapped the internal downloader back to the one that was before, this one is giving too many headaches. +- Prevent deleting torrents from the debrid provider when the symlink downloader is used. +- Fixed %F parameter on the external program. +- Run the external program before the deletion process is ran. +- Remove the 100 char limit on inputs. + ## [2.0.50] - 2023-11-25 ### Changed -- Fixed Docker Builds for arm64 +- Fixed Docker Builds for arm64. ## [2.0.49] - 2023-11-24 ### Changed -- Fixed memory issue in internal downloader -- Changed unpack process to handle cancels +- Fixed memory issue in internal downloader. +- Changed unpack process to handle cancels. ## [2.0.48] - 2023-11-15 ### Changed diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 4f217c1..b8b49ca 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.50 + Version 2.0.51 diff --git a/package.json b/package.json index 3573815..fea6aca 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.50", + "version": "2.0.51", "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 174340d..55b6330 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.50 + 2.0.51 enable enable latest