From 53d5bedd8507cad9ddff3e18ff4e6e3ed1031f12 Mon Sep 17 00:00:00 2001 From: James Cole Date: Sat, 28 Jun 2025 08:48:53 +0200 Subject: [PATCH] Update changelog and config. --- changelog.md | 20 ++++++++++++++++++++ config/notifications.php | 2 +- 2 files changed, 21 insertions(+), 1 deletion(-) diff --git a/changelog.md b/changelog.md index c44e0520b3..b021df2340 100644 --- a/changelog.md +++ b/changelog.md @@ -3,6 +3,26 @@ All notable changes to this project will be documented in this file. This project adheres to [Semantic Versioning](http://semver.org/). +## 6.2.19 - 2025-06-29 + +### Changed + +- Currency seeder adds "CNY" again, because it turns out "RMB" is not the official, ISO 4217 code for the Chinese Yuan. +- The "period overview" next to the transaction lists (withdrawals, deposits and transfers) is limited to 10 entries because it uses a lot of memory. I still have to fix this. + +### Removed + +- Support for ntfy, since the underlying library is no longer maintained. Will be replaced in the future. + +### Fixed + +- Running balance calculation also triggers on edit. +- #10489 +- #10493 +- #10499 +- #10507 +- #10510 + ## 6.2.18 - 2025-06-20 ### Changed diff --git a/config/notifications.php b/config/notifications.php index 164e6e339f..21b7b5603c 100644 --- a/config/notifications.php +++ b/config/notifications.php @@ -26,7 +26,7 @@ return [ 'channels' => [ 'email' => ['enabled' => true, 'ui_configurable' => 0], 'slack' => ['enabled' => true, 'ui_configurable' => 1], - 'ntfy' => ['enabled' => false, 'ui_configurable' => 1], + // 'ntfy' => ['enabled' => false, 'ui_configurable' => 1], 'pushover' => ['enabled' => true, 'ui_configurable' => 1], // 'gotify' => ['enabled' => false, 'ui_configurable' => 0], // 'pushbullet' => ['enabled' => false, 'ui_configurable' => 0],