Add 1.7.5 changelog

This commit is contained in:
Roger Far 2021-06-05 12:29:05 -06:00
parent 9fae26e21d
commit a01137daf4

View file

@ -4,6 +4,13 @@ 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.5] - 2021-06-05
### Changed
- Reduced the frequency of database reads and writes by adding caches for settings and torrents.
- Updated dependency of RD.NET to improve serialization error reporting.
- Changed how the base href is determined to support path proxies.
- Fixed issue with handling of renamed torrents.
## [1.7.4] - 2021-04-22
### Changed
- Changed how the docker is built.