no message
This commit is contained in:
parent
165d83361b
commit
a91ea71dcb
2 changed files with 8 additions and 1 deletions
|
|
@ -4,6 +4,13 @@ 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.90] - 2024-12-06
|
||||
### Changed
|
||||
- Download individual files from Torbox instead of a zip file.
|
||||
|
||||
### Removed
|
||||
- Removed ability to select instant files from AllDebrid.
|
||||
|
||||
## [2.0.89] - 2024-11-24
|
||||
### Changed
|
||||
- Disabled selecting of files as Real-Debrid was the only provider that supported that.
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "rdt-client",
|
||||
"version": "2.0.89",
|
||||
"version": "2.0.90",
|
||||
"description": "This is a web interface to manage your torrents on Real-Debrid.",
|
||||
"main": "index.js",
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Reference in a new issue