You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Add tests for transaction category state and split editor functionality
* Bump version to 2.6.1 in package.json
* Update CHANGELOG for version 2.6.1 with fixes for split-category behavior and transaction modal
Copy file name to clipboardExpand all lines: CHANGELOG.md
+8Lines changed: 8 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [2.6.1] - 2026-04-03
11
+
12
+
### Fixed
13
+
14
+
- Fixed ledger split-category behavior so split transactions participate correctly in ledger category filtering, uncategorized views, and invalid-category cleanup.
15
+
- Fixed the split transaction modal to preserve in-progress edits instead of resetting split rows while the dialog is open.
16
+
- Fixed the split transaction amount field so partial decimal values can be entered and edited naturally without forced reformatting on every keystroke.
0 commit comments