From f96ba0d20d2edaa47b51ccab87d43ac4f32aaea4 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Tue, 1 Nov 2022 09:49:33 -0600 Subject: [PATCH] Bump to 2.0.19 --- CHANGELOG.md | 4 ++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Service/BackgroundServices/UpdateChecker.cs | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 5 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a03a425..1821b76 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [2.0.19] - 2022-10-18 +### Changed +- Changed the AllDebrid provider to use HTTPS instead of HTTP. + ## [2.0.18] - 2022-10-18 ### Added - Added the option to bulk delete torrents, thanks kanazaca! diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index acd5d38..77c1ce5 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout - + diff --git a/package.json b/package.json index 960dff5..964c550 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.18", + "version": "2.0.19", "description": "This is a web interface to manage your torrents on Real-Debrid.", "main": "index.js", "dependencies": { diff --git a/server/RdtClient.Service/BackgroundServices/UpdateChecker.cs b/server/RdtClient.Service/BackgroundServices/UpdateChecker.cs index 1e87c2d..1011a17 100644 --- a/server/RdtClient.Service/BackgroundServices/UpdateChecker.cs +++ b/server/RdtClient.Service/BackgroundServices/UpdateChecker.cs @@ -70,7 +70,7 @@ public class UpdateChecker : BackgroundService } catch (Exception ex) { - _logger.LogError(ex, "Unexpected error occurred in TorrentDownloadManager.Tick"); + _logger.LogDebug(ex, "Unexpected error occurred while checking for updates. This error is safe to ignore."); } await Task.Delay(TimeSpan.FromHours(1), stoppingToken); diff --git a/server/RdtClient.Web/RdtClient.Web.csproj b/server/RdtClient.Web/RdtClient.Web.csproj index 9797662..6aa8928 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net6.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 2.0.18 + 2.0.19 enable enable latest