Updated to 1.6.0
This commit is contained in:
parent
5265a8b442
commit
2659759d59
3 changed files with 10 additions and 2 deletions
|
|
@ -4,6 +4,14 @@ 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).
|
||||
|
||||
## [1.6.0] - 2021-03-10
|
||||
### Added
|
||||
- Add an option to see which files are available on Real-Debrid on the add torrent modal.
|
||||
### Changed
|
||||
- Update the unrestrict process to only unrestrict links when a download is started instead of when the torrent is added.
|
||||
### Removed
|
||||
- Removed the "Auto download" and "Auto unpack" options, they are now always enabled by default.
|
||||
|
||||
## [1.5.6] - 2021-02-14
|
||||
### Changed
|
||||
- Updated all packages
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
<a class="navbar-item"> Profile </a>
|
||||
<a class="navbar-item" (click)="logout()"> Logout </a>
|
||||
<hr class="navbar-divider" />
|
||||
<div class="navbar-item">Version 1.5.6</div>
|
||||
<div class="navbar-item">Version 1.6.0</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<TargetFramework>net5.0</TargetFramework>
|
||||
<OutputType>Exe</OutputType>
|
||||
<UserSecretsId>94c24cba-f03f-4453-a671-3640b517c573</UserSecretsId>
|
||||
<Version>1.5.6</Version>
|
||||
<Version>1.6.0</Version>
|
||||
</PropertyGroup>
|
||||
|
||||
<ItemGroup>
|
||||
|
|
|
|||
Loading…
Reference in a new issue