From fe09f2a664fcd238faa7387fc17fb818210e471c Mon Sep 17 00:00:00 2001 From: JC5 Date: Tue, 3 Mar 2026 06:36:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Auto=20commit=20for=20release=20?= =?UTF-8?q?'develop'=20on=202026-03-03?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- changelog.md | 22 +++++++++++----------- config/firefly.php | 2 +- 2 files changed, 12 insertions(+), 12 deletions(-) diff --git a/changelog.md b/changelog.md index 4a711c20ce..f736804607 100644 --- a/changelog.md +++ b/changelog.md @@ -7,24 +7,24 @@ This project adheres to [Semantic Versioning](http://semver.org/). ### Changed -- #11825 -- #11833 -- #11835 -- #11836 -- #11837 +- [PR 11825](https://github.com/firefly-iii/firefly-iii/pull/11825) (Fix account transaction type filtering) reported by @mgrove36 +- [PR 11833](https://github.com/firefly-iii/firefly-iii/pull/11833) (Convert to primary currency for category charts) reported by @dakennguyen +- [PR 11835](https://github.com/firefly-iii/firefly-iii/pull/11835) (Convert to primary currency for tag charts) reported by @dakennguyen +- [PR 11836](https://github.com/firefly-iii/firefly-iii/pull/11836) (Convert to primary currency for reportPeriodChart) reported by @dakennguyen +- [PR 11837](https://github.com/firefly-iii/firefly-iii/pull/11837) (Convert to primary currency for transaction charts) reported by @dakennguyen ### Fixed -- #11812 -- #11814 -- #11829 -- #11847 +- [Issue 11812](https://github.com/firefly-iii/firefly-iii/issues/11812) (Using batch mode, some imported transactions aren't checked by rules) reported by @JC5 +- [Issue 11814](https://github.com/firefly-iii/firefly-iii/issues/11814) (Budget : error with CRON after switch user range view) reported by @fabienfitoussi +- [Issue 11829](https://github.com/firefly-iii/firefly-iii/issues/11829) (User overview in settings shows 500) reported by @JC5 +- [Issue 11847](https://github.com/firefly-iii/firefly-iii/issues/11847) (Wrong attachment indicator when listing records by tags) reported by @jgmm81 - Better check on renamed accounts, thanks @Kage1 ### API -- #11822 -- #11842 +- [Issue 11822](https://github.com/firefly-iii/firefly-iii/issues/11822) (API - account transaction type filtering) reported by @mgrove36 +- [Issue 11842](https://github.com/firefly-iii/firefly-iii/issues/11842) (API: `/api/v1/configuration` always returns unauthenticated for v6.5.1) reported by @dreautall ## 6.5.1 - 2026-02-28 diff --git a/config/firefly.php b/config/firefly.php index e78cc91a08..1ed76a3d33 100644 --- a/config/firefly.php +++ b/config/firefly.php @@ -79,7 +79,7 @@ return [ // see cer.php for exchange rates feature flag. ], 'version' => 'develop/2026-03-03', - 'build_time' => 1772515381, + 'build_time' => 1772516039, 'api_version' => '2.1.0', // field is no longer used. 'db_version' => 28, // field is no longer used.