Skip to content

Commit 43eb36c

Browse files
committed
Release GnuCash 5.1
1 parent 450a634 commit 43eb36c

File tree

2 files changed

+80
-1
lines changed

2 files changed

+80
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ if (CMAKE_VERSION VERSION_GREATER_EQUAL 3.14.0)
66
endif()
77

88
project (gnucash
9-
VERSION 5.0
9+
VERSION 5.1
1010
)
1111

1212
enable_testing()

NEWS

+79
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,84 @@
11
Version history:
22
------- -------
3+
5.1 - 30 April 2023
4+
Between 5.0 and 5.1, the following bugfixes were accomplished:
5+
6+
Bug 765920 - Running balance not accurate when sorted different ways
7+
8+
Renamed option to "Account Balance" to avoid confusion with running total.
9+
Added helper function to ensure running balance and balance forward are only shown when transaction are grouped by account and sorted as in register. In that case column heading remains "Running Balance" and balance forward is shown. Otherwwise column heading is renamed "Account Balance" and balance forward is not shown.
10+
Also added missing code for Common Currency conversion.
11+
12+
Bug 797879 - [Transaction Report] running balance column not consistent with amount column for SAME transaction date
13+
Bug 798461 - balance sheet shows positions with zero balances despite report options
14+
Bug 798775 - Why is General Journal called "Register" in the tabs?
15+
Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows Bis
16+
Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows
17+
Bug 798807 - Keyboard shortcuts not working
18+
Bug 798808 - Saved reports shown on main menu
19+
Bug 798810 - Income Statement (multicolumn) - account sorting is 'reversed' each time you restart.
20+
Bug 798812 - crashes after I open a customer report and select…
21+
Bug 798813 - Under File->Import, Missing OFX/QFX menu item
22+
Bug 798815 - flatpak run --command=gnucash-cli cannot download quotes since 5.0.
23+
Bug 798821 - Crash when running report in window
24+
Bug 798834 - CSS-based Stylesheet Help Button not working
25+
Bug 798839 - Edit -> Preferences string not translatable
26+
Bug 798844 - "Assign as Payment" does nothing in 4.14 & 5.0
27+
Bug 798845 - User Config and User Data link broken
28+
Bug 798851 - Account Balance 'include subaccounts' not saved
29+
Bug 798854 - Softkey 'Save Config' remains dark
30+
Bug 798862 - Merge identical strings
31+
Bug 798863 - Crash on clicking Settings button second time
32+
Bug 798864 - Budget Reporting on select reports are wrong
33+
Bug 798869 - Transaction Import MAP
34+
Bug 798872 - Reload inoperative for reports
35+
Bug 798877 - Program crashes upon selection of CSV profile
36+
Bug 798885 - Accented character in folder name on Account Export
37+
Bug 798886 - [Transaction Report] Subtotal upper headings do not follow font style of lower headings
38+
Bug 798893 - several menu tip messages in reports are marked translatable but unused.
39+
Bug 798894 - TOTD with ellipsis broken.
40+
41+
The following fixes and improvements were not associated with bug reports:
42+
43+
Add filters to the File>Open dialog in File mode to show only files with
44+
GnuCash extensions, only those matching GnuCash's backup file pattern,
45+
or any extension.
46+
Select the first result in the Customer/Vendor search dialog. This allows
47+
faster keyboard navigation -- Find Customer, input search string, press
48+
ENTER, use up/down to select desired object, press ENTER to open object.
49+
Improve foreign currency handling in budget report
50+
Improve handling of the blank transaction when the register is sorted in
51+
reverse:
52+
* Change the preference option 'Future transactions after blank
53+
transaction'
54+
* Change tooltip for 'Blank Transaction' in register to mention moving
55+
to the blank transaction.
56+
* Show the blank transaction at top of register
57+
Prevent infinite recursion from gnucash_item_edit_focus_out when using an
58+
input method.
59+
Create obsolete features list with first member book_currency.
60+
Obsolete features set in the book will be removed from the book's KVP and
61+
ignored.
62+
Restore existence, but not implementation, of GNC_FEATURE_BOOK_CURRENCY.
63+
At least one user has managed to get it set on their book so even
64+
though it was supposed to be unimplemented it got through somehow.
65+
Restoring it allows books with it set to load.
66+
Offer to force edit non-identical fields when multiple matches are selected
67+
in the import matcher window. Previously, only identical
68+
Desc/Notes/Memo were unlocked for editing.
69+
Guard against there being no namespaces in the new security dialog
70+
Fix Finance::Quote use on Win32 by dealing with Win32 \r\n newlines on
71+
return from finance-quote-wrapper.
72+
Fix some menu labels that were not marked for translation
73+
Fix category in CSV export with simple layout.
74+
If Trading accounts is enabled, and the transaction is a transfer
75+
between two accounts of differing commodities, the CSV simple-layout
76+
export would incorrectly show "--Split Transaction--" as the category.
77+
When configuring Guile use pkg-config before searching for binaries.
78+
79+
80+
New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Estonian, French, German, Hindi, Hungarian, Japanese, Portuguese, Slovak, Spanish, Swedish, Turkish, Ukrainian
81+
382
5.0 - 26 March 2023
483

584
Between 4.904 and 5.0, the following bugfixes were accomplished:

0 commit comments

Comments
 (0)