From a01137daf4bffaaa992491e197c4cc9ee2c2c123 Mon Sep 17 00:00:00 2001 From: Roger Far Date: Sat, 5 Jun 2021 12:29:05 -0600 Subject: [PATCH] Add 1.7.5 changelog --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 86d5d65..86b15e1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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.