Skip to content

Commit 8497fe5

Browse files
committed
Release v2.3.2
* Added weekly scheduling. * Bugfix: When using the calendar button the resulting date mixed up month and day when using e.g. US American locale. * Bugfix: When using the calendar button a double-click to apply the chosen date reached the window underneath, selecting that transaction's date. * Updated translations * Added translations for cs, pt_BR, sv, uk
1 parent 7189749 commit 8497fe5

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

CHANGELOG

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
v2.3.2
2+
3+
* Added weekly scheduling.
4+
* Bugfix: When using the calendar button the resulting date mixed up
5+
month and day when using e.g. US American locale.
6+
* Bugfix: When using the calendar button a double-click to apply the
7+
chosen date reached the window underneath, selecting that transaction's
8+
date.
9+
* Updated translations
10+
* Added translations for cs, pt_BR, sv, uk
11+
12+
113
v2.3.1
214

315
* Bugfix: there was only one opening balance possible for all accounts.

src/capitalbe.rdef

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ resource app_flags B_MULTIPLE_LAUNCH;
55
resource app_version {
66
major = 2,
77
middle = 3,
8-
minor = 0,
8+
minor = 2,
99

1010
variety = B_APPV_FINAL,
1111
internal = 0,

0 commit comments

Comments
 (0)