Updated RD.NET to 1.0.4
This commit is contained in:
parent
a77e42f91b
commit
16dfda50b9
4 changed files with 7 additions and 3 deletions
|
|
@ -4,6 +4,10 @@ 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/),
|
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).
|
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
|
||||||
|
|
||||||
|
## [1.7.8] - 2021-06-17
|
||||||
|
### Changed
|
||||||
|
- Fixed issue for real this time with a broken response from RDT when the available files returns in a format different than normal.
|
||||||
|
|
||||||
## [1.7.7] - 2021-06-09
|
## [1.7.7] - 2021-06-09
|
||||||
### Changed
|
### Changed
|
||||||
- Fixed some issues with download error handling.
|
- Fixed some issues with download error handling.
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "rdt-client",
|
"name": "rdt-client",
|
||||||
"version": "1.7.7",
|
"version": "1.7.8",
|
||||||
"description": "This is a web interface to manage your torrents on Real-Debrid.",
|
"description": "This is a web interface to manage your torrents on Real-Debrid.",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
|
|
|
||||||
|
|
@ -14,7 +14,7 @@
|
||||||
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
|
||||||
</PackageReference>
|
</PackageReference>
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||||
<PackageReference Include="RD.NET" Version="1.0.2" />
|
<PackageReference Include="RD.NET" Version="1.0.4" />
|
||||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -9,7 +9,7 @@
|
||||||
<PackageReference Include="Downloader" Version="2.2.8" />
|
<PackageReference Include="Downloader" Version="2.2.8" />
|
||||||
<PackageReference Include="MonoTorrent" Version="2.0.0" />
|
<PackageReference Include="MonoTorrent" Version="2.0.0" />
|
||||||
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
|
||||||
<PackageReference Include="RD.NET" Version="1.0.3" />
|
<PackageReference Include="RD.NET" Version="1.0.4" />
|
||||||
<PackageReference Include="Serilog" Version="2.10.0" />
|
<PackageReference Include="Serilog" Version="2.10.0" />
|
||||||
<PackageReference Include="Serilog.Exceptions" Version="6.1.0" />
|
<PackageReference Include="Serilog.Exceptions" Version="6.1.0" />
|
||||||
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
|
<PackageReference Include="Serilog.Sinks.File" Version="4.1.0" />
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue