From 8972db8938545abf008375a71b10ec31e01464d5 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Tue, 9 Apr 2024 21:16:49 -0600 Subject: [PATCH] no message --- CHANGELOG.md | 6 ++++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 9 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3cbade..6a4da61 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.69] - 2024-04-09 +### Added +- Added sorting to the GUI columns. +### Changed +- Fixed reloading on the /settings and other pages. + ## [2.0.68] - 2024-04-09 ### Changed - Base Href middleware fix that throws error when a response is not 200. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 9aeaa5d..61a9fce 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.68 + Version 2.0.69 diff --git a/package.json b/package.json index f246d58..f13f5f5 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.68", + "version": "2.0.69", "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 d57e05f..c44843a 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.68 + 2.0.69 enable enable latest