Bump to 2.0.51.

This commit is contained in:
Roger Far 2024-01-05 11:49:18 -07:00
parent 12eefa028b
commit 388411748a
4 changed files with 17 additions and 6 deletions

View file

@ -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

View file

@ -55,7 +55,7 @@
<a class="navbar-item" routerLink="profile"> Profile </a>
<a class="navbar-item" (click)="logout()"> Logout </a>
<hr class="navbar-divider" />
<a href="https://github.com/rogerfar/rdt-client" target="_blank" class="navbar-item">Version 2.0.50</a>
<a href="https://github.com/rogerfar/rdt-client" target="_blank" class="navbar-item">Version 2.0.51</a>
</div>
</div>
</div>

View file

@ -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": {

View file

@ -4,7 +4,7 @@
<TargetFramework>net8.0</TargetFramework>
<OutputType>Exe</OutputType>
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
<Version>2.0.50</Version>
<Version>2.0.51</Version>
<Nullable>enable</Nullable>
<ImplicitUsings>enable</ImplicitUsings>
<LangVersion>latest</LangVersion>