diff --git a/CHANGELOG.md b/CHANGELOG.md index 60fab41..06a9aa8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,12 @@ 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.81] - 2024-07-28 +### Changed +- Improved handling of infringed torrents from real debrid. +- Force update of torrent data from real-debrid when no filename is found in the local DB. +- Fixed real-debrid deserialization issue when checking for instant available files. + ## [2.0.80] - 2024-07-13 ### Changed - Add rate limiter to retry requests that are rate limited from Real-Debrid. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 3cb026b..6ec0751 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.80 + Version 2.0.81 diff --git a/package.json b/package.json index 204f20c..5011230 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.80", + "version": "2.0.81", "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 792a0da..016e14b 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.80 + 2.0.81 enable enable latest