diff --git a/CHANGELOG.md b/CHANGELOG.md index 97a95c1..479a746 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,22 @@ 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.8.0] - 2021-07-18 +### Added +- Fixed support for categories. They are now saved persistently in the database. +- Added new "settings" page. +- Added new "add new" page. Added more options when manually adding a torrent, including the ability to manually select files. +- Added dedicated torrent pages with more information when selecting a torrent on the main page. +- Add ability to retry individual downloads. + +### Changed +- Fixed enter key on the login and setup screen. +- Fixed an issue with selecting files and getting the links. This process could take a long time and would hang the client while waiting for a response. + +### Removed +- Removed the retry and delete button from the main page and moved them to the torrent page. +- Removed the ability to retry all downloads. + ## [1.7.8] - 2021-06-17 ### Changed - Fixed issue for real this time with a broken response from RDT when the available files returns in a format different than normal. diff --git a/client/src/app/navbar/navbar.component.html b/client/src/app/navbar/navbar.component.html index 50f9f04..6b35098 100644 --- a/client/src/app/navbar/navbar.component.html +++ b/client/src/app/navbar/navbar.component.html @@ -55,7 +55,7 @@ Profile Logout