From 0e2cb360809d4f0ada0db5e8dc21b8dd3d1ec3fe Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sat, 5 Jun 2021 14:59:03 -0600 Subject: [PATCH] Bump to 1.7.6 --- CHANGELOG.md | 4 ++++ client/src/app/navbar/navbar.component.html | 2 +- package.json | 2 +- server/RdtClient.Web/RdtClient.Web.csproj | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b15e1..86766a7 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). +## [1.7.6] - 2021-06-05 +### Changed +- Fixed build for Raspberry PI. + ## [1.7.5] - 2021-06-05 ### Changed - Reduced the frequency of database reads and writes by adding caches for settings and torrents. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index b303ef6..bb0ca85 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -49,7 +49,7 @@ Profile Logout - + diff --git a/package.json b/package.json index 88f0394..41ca0ba 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.7.5", + "version": "1.7.6", "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 740674b..35cbded 100644 --- a/server/RdtClient.Web/RdtClient.Web.csproj +++ b/server/RdtClient.Web/RdtClient.Web.csproj @@ -4,7 +4,7 @@ net5.0 Exe 94c24cba-f03f-4453-a671-3640b517c573 - 1.7.5 + 1.7.6