Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit a716cca

Browse files
committedDec 15, 2024
Release GnuCash 5.10
1 parent 600721b commit a716cca

File tree

2 files changed

+81
-1
lines changed

2 files changed

+81
-1
lines changed
 

‎CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ if (POLICY CMP0167)
1616
endif()
1717

1818
project (gnucash
19-
VERSION 5.9
19+
VERSION 5.10
2020
)
2121

2222
enable_testing()

‎NEWS

+80
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,85 @@
11
Version history:
22
------- -------
3+
5.10 - 15 December 2024
4+
the following bugfixes were accomplished:
5+
6+
Bug 798789 - Trading Accounts
7+
Bug 799283 - Segfault/Crash if payment dialog change from customer to vendor
8+
Bug 799420 - gnucash 5.8 crashes on windows 10 while importing qif
9+
Bug 799423 - Crash when creating ETF transaction
10+
Bug 799429 - Crash when changing accounting period end date
11+
Bug 799430 - Type-Ahead feature lost account setting functionality
12+
Bug 799433 - Right-click issue in import window
13+
Make the context menu apply to the row under the pointer
14+
instead of the selected row.
15+
Bug 799435 - Right-click issue in reconcile window
16+
Right click should open the context menu, not extend the
17+
selection.
18+
Bug 799437 - Crash deleting and recreating an SX with the scheduled
19+
transaction editor open
20+
Bug 799439 - Duplicate information in description when importing
21+
CAMT.053.001.02 via aqbanking
22+
Bug 799443 - Edit find account jump then open, open the last highlighted
23+
account not the jumped to account
24+
Bug 799444 - Silent crash on CSV import
25+
Bug 799451 - Cannot translate different meanings of string "_Balance" to
26+
Chinese.
27+
Add context to the msgids.
28+
Bug 799452 - Transaction Report: Cannot subtotal based on Number field
29+
Enable grouping and subtotals for Num field
30+
Bug 799454 - Numeric value in exported CSV transactions
31+
Bug 799456 - Tabbing through fields autoselects all but Num field
32+
By which the reporter means that the value in every cell
33+
except Num is selected on cell entry.
34+
Bug 799458 - Crash attempting to edit a scheduled transaction
35+
Bug 799470 - Crash when clicking on Schedule Transaction Editor
36+
37+
The following fixes and improvements were not associated with bug reports:
38+
39+
Tabs now close when you middle-click on them.
40+
The SX editor's saved duration and height are stored differently in
41+
preferences so values previously saved will be lost when switching
42+
between versions 5.9 and 5.10 (and later). We regret the inconvenience
43+
but the new scheme better matches GnuCash's use of the preferences.
44+
Allow 0 cash amount when using the Stock Assistant to create a sell
45+
transaction. This might happen if the commission and fees exactly
46+
balance the proceeds of the sale.
47+
Enforce searching for our gsettings schema files first where they were
48+
installed. This was not done when the installation prefix was /usr
49+
or /usr/local which could potentially cause gnucash to find other
50+
schema files first.
51+
Set tooltip text on the outer tab container again so that it can be updated
52+
by main_window_update_page_long_name.
53+
Tooltips on chart reports now appear any time the pointer hovers in the
54+
chart area and reflect the nearest point. Previously the pointer had
55+
to be very close to a point.
56+
Updated the quote source lists in the Security Editor dialog to reflect the
57+
current Finance::Quote version.
58+
Display a warning dialog when a transaction is unbalanceable because the
59+
user has set a minimum fraction on an account smaller than the
60+
security's fraction in a book using trading accounts.
61+
Deleting a commodity will fail if there are accounts denominated in the
62+
commodity. When reporting the error to the user list those accounts.
63+
Correct in Tips of the Day the IRC network where GnuCash's channel can be
64+
found.
65+
Ensure Python bindings Session constructor loads the session's data.
66+
Fix compile failures with Boost 1.87. This requires the minimum Boost
67+
version to be 1.67, removing the option for distributions to patch
68+
older versions.
69+
Prevent deleting an account with an open register from logging spurious
70+
errors
71+
Check that GUI refreshes are not suspended before calling
72+
gnc_gui_refresh_all.
73+
Unify wording for alphavazntage tooltips.
74+
New script to update translator-credits. See POD for usage instructions.
75+
Document cmake 3.14 requirement set a year ago.
76+
77+
New and Updated Translations: Chinese (Simplified Han script),
78+
Chinese (Traditional Han script), Croatian, Dutch, English (Australia),
79+
English (New Zealand), English (United Kingdom), French, German, Hebrew,
80+
Hungarian, Japanese, Portuguese, Portuguese (Brazil), Russian, Spanish,
81+
Swedish, Ukrainian
82+
383
5.9 - 29 September 2024
484
The following bugs have been fixed:
585
Bug 724745 - Added new transaction during reconcile, didn't show up in

0 commit comments

Comments
 (0)