From f96ef294a753b24e905cda9df2384535de42a820 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Mon, 12 Feb 2024 22:29:58 -0700 Subject: [PATCH] 2.0.61 --- CHANGELOG.md | 5 +++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ebf941a..3c72e48 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,11 @@ 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.61] - 2024-01-21 +### Added +- Added setting to include or exclude files based on a given regex. +- Add logging. + ## [2.0.60] - 2024-01-21 ### Changed - Fixed bug where downloads could get stuck in active state while deleted. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index c552e0d..0446db3 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.59 + Version 2.0.61 diff --git a/package.json b/package.json index ef3dedc..1da94b7 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.59", + "version": "2.0.61", "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 1627dde..d4e283d 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.59 + 2.0.61 enable enable latest