diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d54a95..c4dc27f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased +## [2.0.121] - 2026-02-18 +### Added +- NZB/Usernet support thanks to @omgbeez! + +### Changed +- Make some qBittorrent endpoints accessible without authentication. +- Improved ETA calculations. +- Few performance improvements when the download page has a lot of torrents. +- Performance improvements for the sqlite connection. + ## [2.0.120] - 2026-02-11 ### Changed - Upgrade to .NET 10. diff --git a/README.md b/README.md index bed5a91..bc0c693 100644 --- a/README.md +++ b/README.md @@ -1,8 +1,9 @@ -# Real-Debrid Torrent Client +# Real-Debrid Torrent & Usenet Client This is a web interface to manage your torrents on Real-Debrid, AllDebrid, Premiumize TorBox or DebridLink. It supports the following features: - Add new torrents through magnets or files +- Add usenet downloads through NZB files (TorBox only) - Download all files from Real-Debrid, AllDebrid, Premiumize or TorBox to your local machine automatically - Unpack all files when finished downloading - Implements a fake qBittorrent API so you can hook up other applications like Sonarr, Radarr or Couchpotato. @@ -34,7 +35,7 @@ Instead of running in Docker you can install it as a service in Windows or Linux ## Windows Service -1. Make sure you have the **ASP.NET Core Runtime 10.0.0** installed: [https://dotnet.microsoft.com/download/dotnet/10.0](https://dotnet.microsoft.com/download/dotnet/10.0) +1. Make sure you have the **ASP.NET Core Runtime 10.0.0** and the **SDK** installed: [https://dotnet.microsoft.com/download/dotnet/10.0](https://dotnet.microsoft.com/download/dotnet/10.0) 2. Get the latest zip file from the Releases page and extract it to your host. 3. Open the `appsettings.json` file and replace the `LogLevel` `Path` to a path on your host. 4. In `appsettings.json` replace the `Database` `Path` to a path on your host.