Skip to content

Commit

Permalink
Release v2.2
Browse files Browse the repository at this point in the history
* Introduce "ledgers" to separate bookkeeping for multiple persons/projects
* Keep a list of recent ledgers in "Open ledger…" submenu
* Added "CapitalBe ledger" MIME type
* Allow double-clicking and drag&drop of "CapitalBe ledger" files
* Rename "File" to "Ledger" menu and move "Categories" to there
* Let the Zoom button maximize the window vertically
* Still allow transaction dates of the future, but mark them "invalid"
* Fix QIF im/export
* Bugfixes
* Updated documentation
* Updated translations
  • Loading branch information
humdingerb committed Oct 28, 2024
1 parent e0038dd commit 9799d8c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,18 @@
v2.2

* Introduce "ledgers" to separate bookkeeping for multiple persons/projects
* Keep a list of recent ledgers in "Open ledger…" submenu
* Added "CapitalBe ledger" MIME type
* Allow double-clicking and drag&drop of "CapitalBe ledger" files
* Rename "File" to "Ledger" menu and move "Categories" to there
* Let the Zoom button maximize the window vertically
* Still allow transaction dates of the future, but mark them "invalid"
* Fix QIF im/export
* Bugfixes
* Updated documentation
* Updated translations


v2.1

* Layout improvements for the Budget window
Expand Down
2 changes: 1 addition & 1 deletion src/capitalbe.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ resource app_flags B_MULTIPLE_LAUNCH;

resource app_version {
major = 2,
middle = 1,
middle = 2,
minor = 0,

variety = B_APPV_FINAL,
Expand Down

0 comments on commit 9799d8c

Please sign in to comment.