diff --git a/CHANGELOG.md b/CHANGELOG.md index 86766a7..664dab2 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). +## [1.7.7] - 2021-06-09 +### Changed +- Fixed some issues with download error handling. +- Fixed issue where files aren't always properly selected. + ## [1.7.6] - 2021-06-05 ### Changed - Fixed build for Raspberry PI. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index bb0ca85..d223fd1 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 41ca0ba..f02bd3e 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "rdt-client", - "version": "1.7.6", + "version": "1.7.7", "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 35cbded..49d84b0 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.6 + 1.7.7