diff --git a/.gitignore b/.gitignore index 2cd4bfd..fb34e33 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ build/ publish/ node_modules/ -RealDebridClient.zip \ No newline at end of file +RealDebridClient.zip +server/RdtClient.Web/appsettings.Development.json diff --git a/CHANGELOG.md b/CHANGELOG.md index 0291bf1..721f678 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.14] - 2022-05-14 +### Changed +- Fixed Windows Service issue +- For service users: the appsettings.json is slightly changed: HostUrl is now Port. Important if you used a non standard (6500) port. + ## [2.0.13] - 2022-05-14 ### Changed - Rewrote the settings storage. Added more settings to set defaults for importing. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 9f8cff3..3e934cd 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 5301377..123edb8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "2.0.13", + "version": "2.0.14", "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 d34e6c1..3291acc 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.13 + 2.0.14 enable enable latest