GnuCash News
Announcement of New Releases, Server Maintenance …
GnuCash 5.1 Released
The GnuCash development team announces GnuCash 5.1, the second release in the stable 5.x series
Between 5.0 and 5.1, the following bugfixes were accomplished:
- Bug 765920 - Running balance not accurate when sorted different ways
- Renamed option to "Account Balance" to avoid confusion with running total.
- 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.
- Also added missing code for Common Currency conversion.
- Bug 797879 - [Transaction Report] running balance column not consistent with amount column for SAME transaction date
- Bug 798461 - balance sheet shows positions with zero balances despite report options
- Bug 798775 - Why is General Journal called "Register" in the tabs?
- Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows Bis
- Bug 798802 - Online Price quote - Stocks not working GNU 5.0 Windows
- Bug 798807 - Keyboard shortcuts not working
- Bug 798808 - Saved reports shown on main menu
- Bug 798810 - Income Statement (multicolumn) - account sorting is 'reversed' each time you restart.
- Bug 798812 - crashes after I open a customer report and select…
- Bug 798813 - Under File->Import, Missing OFX/QFX menu item
- Bug 798815 - flatpak run --command=gnucash-cli cannot download quotes since 5.0.
- Bug 798821 - Crash when running report in window
- Bug 798834 - CSS-based Stylesheet Help Button not working
- Bug 798839 - Edit -> Preferences string not translatable
- Bug 798844 - "Assign as Payment" does nothing in 4.14 & 5.0
- Bug 798845 - User Config and User Data link broken
- Bug 798851 - Account Balance 'include subaccounts' not saved
- Bug 798854 - Softkey 'Save Config' remains dark
- Bug 798862 - Merge identical strings
- Bug 798863 - Crash on clicking Settings button second time
- Bug 798864 - Budget Reporting on select reports are wrong
- Bug 798869 - Transaction Import MAP
- Bug 798872 - Reload inoperative for reports
- Bug 798877 - Program crashes upon selection of CSV profile
- Bug 798885 - Accented character in folder name on Account Export
- Bug 798886 - [Transaction Report] Subtotal upper headings do not follow font style of lower headings
- Bug 798893 - several menu tip messages in reports are marked translatable but unused.
- Bug 798894 - TOTD with ellipsis broken.
The following fixes and improvements were not associated with bug reports:
- Add filters to the File>Open dialog in File mode to show only files with GnuCash extensions, only those matching GnuCash's backup file pattern, or any extension.
- Select the first result in the Customer/Vendor search box. This allows faster keyboard navigation -- Find Customer, input search string, press ENTER, use up/down to select desired object, press ENTER to open object.
- Improve foreign currency handling in budget report
- Improve handling of the blank transaction when the register is sorted in reverse:
- Change the preference option 'Future transactions after blank transaction'
- Change tooltip for 'Blank Transaction' in register to mention moving to the blank transaction.
- Show the blank transaction at top of register
- Prevent infinite recursion from gnucash_item_edit_focus_out when using an input method.
- Create obsolete features list with first member book_currency.Obsolete features set in the book will be removed from the book's KVP and ignored.
- Restore existence, but not implementation, of GNC_FEATURE_BOOK_CURRENCY.
At least one user has managed to get it set on their book so even though it was supposed to be unimplemented it got through somehow. Restoring it allows books with it set to load.
- Offer to force edit non-identical fields when multiple matches are selected in the import matcher window. Previously only identical Desc/Notes/Memo were unlocked for editing.
- Guard against there being no namespaces in the new security dialog
- Fix Finance::Quote use on Win32 by dealing with Win32 \r\n newlines on return from finance-quote-wrapper.
- Fix some menu labels that were not marked for translation
- Fix category in CSV export with simple layout.
If Trading accounts is enabled, and the transaction is a transfer between two accounts of differing commodities, the CSV simple-layout export would incorrectly show "--Split Transaction--" as the category.
- When configuring Guile use pkg-config before searching for binaries.
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
Help translate GnuCash on WeblateKnown Problems
Complete list of all open bugs.
Documentation
Concurrent with the release of GnuCash 5.1 we're pleased to also release a new version of the companion Manual and the Tutorial and Concepts Guide:
The following fixes and improvements were not associated with bug reports:
- Add details for some CSV import options.
New and Updated Translations: None
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
8a6581ddf7c7409db636510601351af724eda363ab59b1d5da8d981033f26f72
gnucash-5.1.tar.bz2- bd73204896d71cb19c2071bca9cc6faaf19d1499be66124f4fe66c8e15f876cb
gnucash-5.1.tar.gz
3ddc5547b5694a11a33e21e4110d1adb908f04995637a54bfa930df68c7df014
gnucash-5.1.setup.exe65a67bdffbe2d50e5dbe69b7193acfde6d8964a0fbd631edfd0d064fbaea03d3
Gnucash-Intel-5.1-2.dmg59bd2b5ccc1efa7a034b38663e28f855b4ad16ee28b2248d61af8145097152f6
gnucash-docs-5.1.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 5.1 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
The documentation is available at Documentation page of the GnuCash website. The 5.1 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.
If you want to compile the GnuCash Documentation 5.1 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 4.14 Released
The GnuCash development team announces GnuCash 4.14, the fifteenth and final release in the stable 4.x series
Between 4.13 and 4.14, the following bugfixes were accomplished:
- Bug 797477 - Manual foreign transaction from APAR to another doesn't trigger price input
- Bug 797725 - Untranslatable string "For Period Covering ~a to ~a"
- Bug 797903 - Transaction window: The 'blue line' is always (erroneously) topmost when t. sorting order is inverted.
- Bug 798570 - Totals for the income, expenses and remaining to budget incorrect for one specific date.
- Bug 798625 - "Last up through report date" changed in 4.12
Don't adjust report dates with time64CanonicalDayTime. They're set to 23:59:59 local which is always >= neutral time at which prices and transactions are timestamped. Local noon is before neutral time for all time zones east of UTC+2.
- Bug 798679 - Unicode normalization should be used for comparison but not stored.
Change to NFC normalization for all comparisons because the Unicode meaning of compatible might collide with the user's intent.
- Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() closing a report before it completes.
- Bug 798705 - ] New: UI string mismatch: OK vs. Next
- Bug 798712 - Regional Decimal Point not recognized in budgets
- Bug 798717 - Reports > Business > Fancy Invoice duplicates company details
- Bug 798732 - : Type of balance carry forward accounts for german skr49 account template fixed
- Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts
- Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts
- Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.'
- Bug 798740 - Build fails with gcc 13
- Bug 798747 - Crash in Investment Portfolio report
- Bug 798748 - Transaction Notes field's value does not appear in reverse transaction.
- Bug 798754 - Build fails with gcc 13 and glib > 2.76
- Bug 798759 - Register widths for 'with sub-account' not saved
- Bug 798765 - Increase the limit for Maximum Slices in the Expense Piechart
The following fixes and improvements were not associated with bug reports:
- Budget totals for one period would be wrong when increasing the number of periods.
- Allow C decls after statements, legal since C99.
- [kvp] Use static strings and boxed in gvalue_from_kvp_value. Saves allocating and copying complex values, avoiding potential memory leaks.
- L10N:DE:Updating accounts from 0001 to 8000 DATEV-SKR04 2022-01-01.
- Payment dialog - always list all possible post accounts. Before only the post account in the currency of the selected vendor or customer was available.
- Revisit invoice payment in multi-currency context
- Show proper amount in dialog when applying or editing an existing transaction as payment
- Be more careful not to waste the existing payment split
- If the user changed the payment amount while starting from an existing transaction unreconcile the changed payment split
- Avoid needlessly changing transaction currency (only do so if the user chose a new transfer account and the old currency is neither the new transfer account's currency nor the post account's currency)
- Edit/assign payment - be more prudent not to lose data
We can't handle the case where a transaction has splits in more than one APAR account. Instead of only warning that some of them will be lost refuse to continue and leave it to the user to fix the transaction first.
- Multi-currency - show split amount rather than transaction value
- Activate feature GNC_FEATURE_EQUITY_TYPE_OPENING_BALANCE
- [balsheet-pnl] move out of experimental into regular menu. After 4 years it can finally graduate.
- [dialog-sx-editor]Allow a daily SX to show all recurrences in the calendar instead of only 6 months.
- Update Form/Schedule line references for 2022 for the US Income Tax Report
New and Updated Translations: Chinese (Simplified), Croatian, Czech, English (Australia), English (New Zealand), English (United Kingdom), French, Hebrew, Hungarian, Italian, Japanese, Macedonian, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian
Help translate GnuCash on WeblateKnown Problems
Complete list of all open bugs.
Documentation
Concurrent with the release of GnuCash 4.14 we're pleased to also release a new version of the companion Help and Tutorial and Concepts Guide
The following fixes and improvements were not associated with bug reports:
- Only use localized &url-docs-*; entities
- Guide:C: Replace several wrong usages off "Help"
- Protocol "help:" Link type "Help"—both are available only under Linux
- Document reference should be "Manual"
New and Updated Translations: None
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
ac1b550bc6a85c458323fbee5090828ed939aefd33a6902a0bba3e5d99c04199
gnucash-4.14.tar.bz2441a49b93874a400ba2152a3974e508cf7918c2d8d85340398b21c9ee8968e71
gnucash-4.14.tar.gz5454676a365f3d6539b4f01081fc1859185829761e644f13edfd1b9e51535d2d
gnucash-4.14.setup.exe4ed562c3bbfe4f5317b222b1d3728bd1c1bbf5f36ab335bab28c53a04417ab7d
Gnucash-Intel-4.14-1.dmg03793eb6a962018716628be7c7979e759b5db050990e2ac78c8905c037736da9
gnucash-docs-4.14.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.14 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
The documentation is available at Documentation page of the GnuCash website. The 4.14 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.
If you want to compile the GnuCash Documentation 4.14 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 5.0 Released
The GnuCash development team announces GnuCash 5.0
New Features
- A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when the focus tab is the Accounts page or a Stock or Fund account register.
- A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
- The Online Quotes facility has been completely rewritten and the old gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced with finance-quote-wrapper. The functions performed by those programs may now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli --help for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need Date::Manip but needs JSON::Parse instead. gnc-fq-update has been, er, updated to reflect that.
- A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
- The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
- File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT. (Note that some CAMT profiles are under the XML format.)
- The import matcher now permits editing descriptions, notes, and memo fields in the matcher window before creating the transactions. Right-click and select from the context menu.
- The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report. Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.
Significant Code Changes
Deprecations (will be removed in GnuCash 6.0)
- _ (the alias for gettext. Use G_ instead
- gnc:make-account-list-limited-option
- gnc:make-account-list-option
- gnc:make-account-sel-limited-option
- gnc:make-account-sel-option
- gnc:make-budget-option
- gnc:make-color-option
- gnc:make-commodity-option
- gnc:make-complex-boolean-option
- gnc:make-counter-format-option
- gnc:make-counter-option
- gnc:make-currency-option
- gnc:make-date-format-option
- gnc:make-font-option
- gnc:make-internal-option
- gnc:make-invoice-option
- gnc:make-list-option
- gnc:make-multichoice-callback-option
- gnc:make-multichoice-option
- gnc:make-number-plot-size-option
- gnc:make-number-range-option
- gnc:make-owner-option
- gnc:make-pixmap-option
- gnc:make-query-option
- gnc:make-radiobutton-option
- gnc:make-simple-boolean-option
- gnc:make-string-option
- gnc:make-taxtable-option
- gnc:make-text-option
- gnc:option-set-default-value
- gnc:option-set-value
- gnc:option-setter
- gnc:option-value
- gnc:register-option
- The invoice option to gnc:register-report-create-internal
Report and Book Options
- This major change will affect everyone who has written custom reports in Guile Scheme.
- The report and book options code has been completely rewritten in C++ with SWIG providing Guile Scheme access for reports. The new design requires directly registering options with for example
gnc-optiondb-register-string-option
instead of callinggnc:make-string-option
to create an option followed bygnc:register-option
to insert it in the report's options. - Value access is also changed: Instead of retrieving an option and then querying or setting its value with
gnc:option-value
one will query the optiondb withgnc-option-value
, the arguments to which are the optiondb, the section, and the option name. - Supporting the new options backend the options dialog code in gnc-dialog-options, gnc-business-options, and the new gnc-option-gtk-ui have also been rewritten in C++.
Online Price Retrieval
- As noted under New Features the interface to Finance::Quote has been completely rewritten in C++ with much of the behavior previously coded in external perl scripts moved into GnuCash proper. This permits much better access to Finance::Quotes's facilities and in particular should provide much richer error reporting.
Stability Improvements
- There are hundreds of small changes to prevent memory leaks, reduce unnecessary memory allocations, and fix compiler and static analyzer warnings.
- Use of deprecated API in C/C++ is now an error (with 3 exceptions), including for the minimum required version of GLib and Gtk.
- Extensive changes to the CSV importer, resolving most known bugs.
- Remove all unused variables and made an unused variable a compile error.
- Move all extern "C" declarations into the respective header files and remove extern "C" wrappers around #include statements.
- Separate the scheme financial functions into a separate module so that all other scheme code can be banished from libgnucash to bindings.
Modernization
- The menus and toolbars now use the GAction and GActionGroup actuation functions, replacing the deprecated GtkAction and GtkActionGroup APIs.
- The experimental Register2 implementation is removed, as is the never-used Jalali calendar code and partly-written option code for creating a book currency.
New and Updated Translations: Chinese (Simplified), Croatian, Czech, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Japanese, Macedonian, Polish, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian
Known Problems
Complete list of all open bugs.
.Documentation
Concurrent with the release of GnuCash 5.0 we're pleased to also release a new version of the companion Manual and Tutorial and Concepts Guide
Note that the document formerly titled Help is now the Manual
The installation of the documentation has changed to match the XDG-Documentation recommendations so that recent releases of Gnome Desktop's Yelp can find it.
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
The SHA256 Hashes for the downloadable files are:
cfc13bab31aed8e4962805ef56530f9772889604910b5678cb5c79c283138824
gnucash-5.0.tar.bz266dd5e32829cb6d8dd9a7e017a894583c7579932d13c4fe024329d9c6cfe956d
gnucash-5.0.tar.gze9d30e36163a7f047daf2523ac35bf2218d2e661bcfc7f279d57d4d396caa33d
gnucash-5.0.setup.exec8ea60b2ccbeab5f6997a927939a0fad715fbbe494644e586c6c386bfec6857a
Gnucash-Intel-5.0-1.dmg02a1d6d0d8c61aae47b1200af482967ed16322a41f31dd8cf3a6679e7159edb1
gnucash-docs-5.0.tar.gz
GnuCash is now available as a flatpak from Flathub.org. Instructions for installing and running.
Getting GnuCash as source code
If you want to compile GnuCash 5.0 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
The documentation is available at Documentation page of the GnuCash website. The 5.0 documentation can be found under "GnuCash v5 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles.
If you want to compile the GnuCash Documentation 5.0 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 4.904 Released
The GnuCash development team announces GnuCash 4.904, the fifth unstable release leading to GnuCash 5.0.
This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.
New Features
- A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
- A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
- The Online Quotes facility has been completely rewritten and the old gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced with finance-quote-wrapper. The functions performed by those programs may now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli --help for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need Date::Manip but needs JSON::Parse instead. gnc-fq-update has been, er, updated to reflect that.
- A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
- The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
- File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.
Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.
Between 4.903 and 4.904, the following bugfixes were accomplished:
The following fixes will also appear in GnuCash 4.14:
The following fixes are in 4.904 only and will not appear in GnuCash 4.14:
- Bug 798558 - Irregular line spacing in Account Tree View
- Bug 798773 - Help file launches in browser when using command-H to hide GnuCash
This is a MacOS-only problem. Note that for the fix to have effect you must remove the file accelerator-map from GNC_CONFIG_HOME when GnuCash isn't running.
- Bug 798778 - GnuCash quits abruptly when attempting to edit options for certain reports.
- Bug 798781 - Printing multiple checks prints duplicate checks
- Bug 798787 - gnc-register-owner-option currently broken
The following fixes and improvements were not associated with bug reports:
- Fix quotes codecvt to wchar_t error on Windows.
- Budget totals for one period would be wrong when increasing the number of periods.
- Change the handling of accelerator maps. Gtk no longer supports changing these from the menus and the save no longer writes out the accelerators that have their default values, so to assist users editing them we have generated default ones that we include with GnuCash and have disabled saving when quitting GnuCash. At startup GnuCash will check for the presence of the file accelerator-map in GNC_CONFIG_HOME and if it's not found will copy in the default one.
- Properly parse plus signs while importing numbers in a CSV file.
- Fix CSV price import file loading.
- CsvImport - actually do as the warning indicates: If an invalid column is found in a preset, replace it with a NONE column, rather than not inserting a column at all.
New and Updated Translations: Chinese (Simplified), Croatian, Hungarian, Japanese, Portuguese, Portuguese (Brazil), Spanish, Swedish
Help translate GnuCash on Weblate.
Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.
Known Problems
Complete list of all open bugs.
Documentation
There were no Documentation changes.
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
72f9c2141bfe1d313f799ccb2390744c68385a1c28e1a52ba64afab3421823b0
gnucash-4.904.tar.bz24adf7e3673fe41202a61d91d6e52e9ab94badc88ff05406e55f91d21c366fd31
gnucash-4.904.tar.gz008b934eeb357f49cfb062974b869a16c46ca02f41d6e553f5844e2ea4711ad7
gnucash-4.904.setup.execb66c9db5a47197a54813d438402d94df070b055edf63bb1ac9eae125295eb5b
Gnucash-Intel-4.904-1.dmg3d45084b6f191cd093a64c2186ac05083f95d718d2adb1c6690abf0e5a59736b
gnucash-docs-4.903.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.904 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.
The documentation is included in the MacOS and Windows application bundles.
If you want to compile the GnuCash Documentation 4.904 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 4.903 Released
The GnuCash development team announces GnuCash 4.903, the fourth unstable release leading to GnuCash 5.0.
This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.
New Features
- A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
- A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
- The Online Quotes facility has been completely rewritten and the old gnc-fq-check, gnc-fq-dump, and gnc-fq-helper programs have been replaced with finance-quote-wrapper. The functions performed by those programs may now be accomplished by passing commands to gnucash-cli -Q, see gnucash-cli --help for specifics. The perl module requirements have changed with the rewrite: The new version doesn't need Date::Manip but needs JSON::Parse instead. gnc-fq-update has been, er, updated to reflect that.
- A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
- The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
- File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at the bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.
Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.
Between 4.902 and 4.903, the following bugfixes were accomplished:
The following fixes will also appear in GnuCash 4.14:
The following fixes and improvements were not associated with bug reports:
- Add JSON::Parse to gnc-fq-update.
- Guard against some possible null pointer dereferences
- Change the reconcile window toolbar icon for 'Other the Account' to 'gnc-jumpto'
- Change toolbar 'Blank' icon for invoice page to match register
- Change the short cut from CTRL+Page_Down to CTRL+b and change the toolbar icon to 'go-jump'.
- Remove -Wno-pointer-sign, adding the necessary casts in gnc-gwen-guic.c
- Remove -Wno-error=parentheses, added for gcc 8.0 and gtk 3.14
- Remove redundant uses of cmake -E env
- [c++options] Save an empty SCM string for nil or empty option values. Avoids crash at reload due to unknown variable.
- [c++options]Really fix the gnc_option_db_lookup_string_value leak
New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Hungarian, Macedonian, Polish, Portuguese, Russian, Ukrainian
Help translate GnuCash on Weblate.
Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.
Known Problems
Complete list of all open bugs.
Documentation
Concurrent with the release of GnuCash 4.900 we're pleased to also release a new version of the companion Manual and Tutorial and Concepts Guide
- Document Import using AQBanking.
- Document the new Stock Transaction Assistant.
- Add JSON::Parse module to finance-quote requirements.
finance-quote-wrapper uses it to parse Finance-Quote's output.
- Update sample & custom reports
- Update for sample-report
- Only use localized &url-docs-*; entities
- Simplify screenshot declarations
- Add documentation for new Investment Lots report
Add screenshots, links, etc more cleanup, add missing images cleanup documentation
- Guide:C: Replace several wrong usages off "Help"
Protocol "help:" Link type "Help"—both are only under Linux available Document reference should be "Manual"
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
89986a98afd1885b126529ed98bc614a65efa0cf58dc37f616ab178d9aa95157
gnucash-4.903.tar.bz2c4060a1d6412586ea7bbad50a7e06bb81e4718f71d528bfa9f643e82977aa109
gnucash-4.903.tar.gz9832069131c01e694f579f5f4459f6adb888567e8b33fd95c8911991f9960cb0
gnucash-4.903.setup.exe82120b26c79a4c0c7a73aeab3115d2d70688fbc41c7cc0a3214d7ef700a1bf62
Gnucash-Intel-4.903-1.dmg3d45084b6f191cd093a64c2186ac05083f95d718d2adb1c6690abf0e5a59736b
gnucash-docs-4.900.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.903 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.
The documentation is included in the MacOS and Windows application bundles.
If you want to compile the GnuCash Documentation 4.903 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 4.902 Released
The GnuCash development team announces GnuCash 4.902, the third unstable release leading to GnuCash 5.0.
This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.
New Features
- A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
- A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
- A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
- The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
- File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at teh bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.
Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.
Between 4.901 and 4.902, the following bugfixes were accomplished:
The following fixes will also appear in GnuCash 4.14:
- Bug 798748 - Transaction Notes field's value does not appear in reverse transaction.
- Bug 798754 - Build fails with gcc 13 and glib > 2.76
- Bug 798759 - Register widths for 'with sub-account' not saved
- Bug 798600 - CSV import of multi-split security transactions fails to load capital gain
Transactions with capital gains processing can have splits in transaction currency with a zero amount and a non-zero value. To properly import those, prefer the value column even if transaction currency equals account commodity. Previous (wrong) assumption was that in case of a same-currency split, the amount would always be the value.
Update csv transaction export format to include split values. In the csv importer the 'GnuCash Export Format' option will now include values. For compatibility with filex exported from older gnucash versions the previous preset is still available under the name 'GnuCash Export Format (4.x and older)'.
The following additional bug fixes are in unstable only:
- Bug 782141 - Import CSV - Multi-currency support can cause rounding errors
Replace the column types 'Deposit' and 'Withdrawal' with 'Amount' and 'Amount (Negated)' that are conceptually applicable more widely. Also introduce column types 'Value' and 'Value (Negated)' to allow construction of splits in commodities different from the transaction currency. While Value is the number in the transaction currency, always use 'Amount' in single-currency transactions.
- Bug 793306 - Price is not imported from CSV
- Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported
- Bug 797033 - The CSV Importer should not obey with the "automatic digital point" setting
- Bug 797383 - Import transaction via CSV selects the commodity as a currency, results in an invalid transaction that is uneditable, and a corrupted price database.
Change the transaction currency to the from or base account's parent account currency if the from or base account is not denominated in a currency. This allows to import stock transactions directly into the stock account.
- Bug 797903 - Transaction window: The 'blue line' is always (erroneously) topmost when t. sorting order is inverted.
- Bug 798334 - Importing transactions from CSV with space as thousand separator
- Bug 798572 - Parse numbers with two minus signs as a positive numbers
- Bug 798691 - Memo field not updated on CSV import using U+C
- Bug 798732 - : Type of balance carry forward accounts for german skr49 account template fixed
The accounts listed are of the EQUITY type and not ASSET.
- Bug 798749 - Fails to read gsettings on startup
- Bug 798753 - UX improvements in new import dialog
- Bug 798763 - "Manage Document Link" keyboard shortcut is missing
The following fixes and improvements were not associated with bug reports:
- Always use the Company Name from book options in reports, removing the Company Name report option.
- Fix the register sheet being insensitive when in reverse order
- Allow C decls after statements.
Legal since C99.
- Make the scheme tests fail immediately if they load an external gnucash file.
- [c++options] Restore the ability to set plot sizes in pixels.
- [c++ options] Restore forward & backward compatibility, fix crash.
- CsvTokenizer - add additional test case for escaped quotes
It simulates the case where csv fields are fully quoted and an escaped quote ("") is found in some field. This case is handled correctly, adding the test to guard this in potential future modifications.
- [dialog-employee] toggle sensitivity instead of visibility of GncAccountSel
- [eguile-utilities.scm] remove fmtnumber
deprecated in maint.
- Sort the gnc tree view column menu
- Delete action on account page not disabled on edits.
- L10N:DE:Updating accounts from 0001 to 8000 DATEV-SKR04 2022-01-01
- GSettings migration: Ensure that the current version is set on a new GnuCash installation and that migrations applicable to versions of GnuCash later than the current one do not run.
- Turn on -Wunused
- Rename Hellow World report to Sample Report.
- Generic Importer - allow user to modify exchange rates for unbalanced transactions.
- Make logging accessible from python modules
- Allow C declarations after statements
Good for declaring variables at point of use
New and Updated Translations: Czech, Hungarian
Help translate GnuCash on Weblate.
Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.
Known Problems
Complete list of all open bugs.
Documentation
There have been no documentation changes since 4.900 so continue to use that release.
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
424e477ef82a171dfe74db14433d6ff73002fa659619f325730041b1d15e7b4e
gnucash-4.902.tar.bz2c5da520e4afe3fc89c220fec3147edfd283f83954962b944e79e077b23fe2e1e
gnucash-4.902.tar.gz290144cad57d73fc135c63f16f20ecf274500edc92d027d6438de98459760996
gnucash-4.902.setup.exe340b6eecf12c74670621cd94861ea2e6780f809d2e42fd11ffe971604fe18d57
Gnucash-Intel-4.902-1.dmgc81a99d8e9ae287abad1a38f93fdac1a66e27f4f24aed85b25259df30bd1db83
gnucash-docs-4.900.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.902 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.
The documentation is included in the MacOS and Windows application bundles.
If you want to compile the GnuCash Documentation 4.902 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
Alternate web host during main site outage.
To provide service while the host of our primary website is offline we've set up an alternate host at https://code.gnucash.org/website/.
GnuCash 4.901 Released
The GnuCash development team announces GnuCash 4.901, the second unstable release leading to GnuCash 5.0.
This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.
New Features
- A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
- A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
- A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
- The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
- File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
The report generated by the Print Invoice button on the Edit Invoice tab can now be configured as a book option at teh bottom of the Business tab; this permits selecting a saved configuration of one of the standard invoice reports. Another option enables a delay, during which a dialog box will appear enabling the user to select a different report.
Note: When saving a configuration make sure that the invoice number is not set or you'll get that particular invoice instead of the one that you pressed the button for.
Between 4.900 and 4.901, the following bugfixes were accomplished:
The following fixes will also appear in GnuCash 4.14:
- Bug 797477 - Manual foreign transaction from APAR to another doesn't trigger price input
- Bug 797725 - Untranslatable string "For Period Covering ~a to ~a"
- Bug 798734 - Aging Reports don't handle mixed currency payments and invoices without Trading Accounts
- Bug 798737 - Minor grammatical error - 'for' missing in 'You will be asked a conversion rate for each.'
- Bug 798740 - Build fails with gcc 13
- Bug 798747 - Crash in Investment Portfolio report
The following additional bug fixes are in unstable only:
- Bug 753307 - Custom Report be selectable as default Report for Printing
Change the preference in Business->'Report for Printing' to be saved as a book property and allow the selection of any Invoice Report to be used as the default.
- Bug 794028 - CSV import, default to matching full account name
If the account map doesn't yield a result, try to map the import string against existing accounts' full names
- Bug 796955 - Import CSV - Single-line two-currency transactions can't be imported
- Use a provided price if the transfer account uses a different commodity from the base account's; apply it as transfer amount = base amount * price.
- Add a transfer amount column option to avoid the rounding that might arise from having an inexact price.
- Bug 797756 - Currency format setting is ignored
- Bug 798292 - csv Import Transactions Ignores Multi-Splits
- Bug 798475 - GNCAccountSel could have shortcuts
- Bug 798730 - Open report doesn't remember selected accounts over restart
- Bug 798739 - Advanced Portfolio report fails
The following fixes and improvements were not associated with bug reports:
- Move the Balance Sheet P&L Report out of experimental into regular menu.
- Rename the Deposit and Withdrawal column labels in the CSV import assistant to Amount and Amount(Negated) for clarity when importing into something other than a bank account.
- Improve muti-currency invoice payment:
- Show proper amount in dialog when applying or editing an existing transaction as payment.
- Be more careful not to waste the existing payment split
- If the user changed the payment amount while starting from an existing transaction unreconcile the changed payment split
- Avoid needlessly changing transaction currency (only do so if the user chose a new transfer account and the old currency is neither the new transfer account's currency nor the post account's currency)
Payment dialog - always list all possible post accounts instead of only those in the currency of the selected vendor or customer
- Refuse to continue when a transaction has splits in more than one AP/AR account to avoid losing data.
Change the preference in Business->'Report for Printing' to be saved as a book property and allow the selection of any Invoice Report to be used as the default.
If the account map doesn't yield a result, try to map the import string against existing accounts' full names
- Use a provided price if the transfer account uses a different commodity from the base account's; apply it as transfer amount = base amount * price.
- Add a transfer amount column option to avoid the rounding that might arise from having an inexact price.
- Show proper amount in dialog when applying or editing an existing transaction as payment.
- Be more careful not to waste the existing payment split
- If the user changed the payment amount while starting from an existing transaction unreconcile the changed payment split
- Avoid needlessly changing transaction currency (only do so if the user chose a new transfer account and the old currency is neither the new transfer account's currency nor the post account's currency) Payment dialog - always list all possible post accounts instead of only those in the currency of the selected vendor or customer
New and Updated Translations: French, Hebrew, Hungarian, Italian, Russian, Ukrainian
Help translate GnuCash on Weblate.
Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.
Known Problems
Complete list of all open bugs.
Documentation
There have been no documentation changes since 4.900 so continue to use that release.
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
199defcc8e4381542190069445e495dd5f448249d94ff0719c28b1ff3816090e
gnucash-4.901.tar.bz210743662d03cab2562b272d956c65700498041bfb7135f1a01a6461c6b66d770
gnucash-4.901.tar.gz7b66c0a3fcd8e8bdc7f1bf3403d2afe24d450ccf52317a442d22284337fa2805
gnucash-4.901.setup.exe87ba9e41aefa5eadf81afb323b4d400aa8a7551a91ddb6c35cd2a0c86dfdb084
Gnucash-Intel-4.901-1.dmgc81a99d8e9ae287abad1a38f93fdac1a66e27f4f24aed85b25259df30bd1db83
gnucash-docs-4.901.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.901 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.
The documentation is included in the MacOS and Windows application bundles.
If you want to compile the GnuCash Documentation 4.901 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 4.900 Released
The GnuCash development team announces GnuCash 4.900, the first unstable release leading to GnuCash 5.0.
This is an unstable release for testing purposes. Do not use it with production data! Make a copy of your book to test this release.
New Features
- A new Stock Transaction Assistant to guide you through entering most investment transactions for stocks, bonds, and mutual funds. You can access it from Actions>Stock Assistant when you have the Accounts page ora Stock or Fund account register open.
- A new Investment Lots report showing a graph of capital gains and losses in a period by investment lot. Note that if you don't use the View Lots dialog to manage capital gains and losses this report won't have anything to show you. Use Reports>Assets & Liabilities>Investment Lots to see the report.
- A new tab on the New/Edit Account dialog called More Properties includes entries to set a high and low limit on an account. That's coupled to a new column that's available on the Accounts Page, Balance Limit. If you set a high or low limit and the account balance falls above or below the respective limit an indicator will be shown in the Balance Limit column.
- The description field quickfill in the register now displays a drop-down list of possible completions instead of just one inline completion.
- File import menu items for the MT940, MT942, and DTAUS formats is replaced with a single Import from AQBanking that supports importing any file format supported by AQBanking, including the frequently requested CAMT.
Between 4.13 and 4.900, the following bugfixes were accomplished:
The following fixes will also appear in GnuCash 4.14:
- Bug 798588 - sx scrubbing was using incorrect free function
- Bug 798625 - "Last up through report date" changed in 4.12
- Bug 798679 - Unicode normalization should be used for comparison but not stored.
- Bug 798702 - Crash in gnc_plugin_page_focus_idle_destroy() closing a report before it completes.
- Bug 798705 - New: UI string mismatch: OK vs. Next
- Bug 798717 - Reports > Business > Fancy Invoice duplicates company details
The following additional bug fixes are in unstable only:
- Bug 403979 - Balance column shows only low order digits when too narrow
If the column is too narrow to display the whole number it will display the leading digits with an ellipsis (…).
- Bug 769256 - Change New Account Dialog
Rearrange the New and Edit Account dialog to move the parent selector under the description field followed by the account type as a combo (i.e. drop down) list.
The following fixes and improvements were not associated with bug reports:
- Unicode normalization for string matches is changed from NFKC to NFC. This means that font and positional variants will no longer match and is unlikely to affect most users. See Unicode Normalization Forms:Canonical and Compatibility Equivalence for the technical details.
- The Gtk menu structure has been rewritten to use the newer GMenu/GMenuModel system. This change is mostly invisible to users, except that to keep menu accelerators (like <cmd>Q to quit) working on macOS we had to let macOS handle the events. That will affect using cut, copy, and paste in dialog boxes because the menu will intercept them. That's temporary, we hope to have it fixed for GnuCash 4.901.
- The Finance::Quote interface is rewritten in C++. This new design will allow much better capture of diagnostics from Finance::Quote making troubleshooting problems much easier.
- The perl Finance::Quote utilities gnc-fq-check, gnc-fq-dump, and gnc-fq-helper are removed and new commands added to gnucash-cli: --quotes info replaces gnc-fq-check and --quotes dump replaces gnc-fq-dump.
If the column is too narrow to display the whole number it will display the leading digits with an ellipsis (…).
Rearrange the New and Edit Account dialog to move the parent selector under the description field followed by the account type as a combo (i.e. drop down) list.
New API: The options system has been rewritten in C++ with Scheme wrappers for report options. While this is invisible to most users, those who have written custom reports should look for deprecation warnings when the custom reports are reconciled. The main difference is that option creation and registration is now done in a single function call. Nearly all standard code defined a local convenience function that wrapped the two steps, for example
(let* ((options (gnc:new-options)) (add-option (lambda (new-option) (gnc:register-option options new-option)))))called as
(add-option (gnc:make-string-optionpagename title key docstring default-value))The convenience function is no longer needed, call
(let* ((options (gnc-new-optiondb))) ... (gnc-register-string-option options pagename title key docstring default-value)intead. Note that gnc:new-options is now gnc-new-options. There are several similar changes. All of these are wrapped in bindings/guile/options.scm with the old names, but are marked to raise deprecation warnings to encourage you to change. The wrappers will be removed in GnuCash 6.0.
Deprecations: See the deprecation warnings in options.scm as noted above.
New and Updated Translations: Chinese (Simplified), Croatian, Hungarian, Polish, Portuguese (Brazil)
Help translate GnuCash on Weblate.
Translators note that there is a new project Program-beta on weblate for this unstable branch. Having twice the strings causes us to exceed the free account limit, but Weblate has so far just warned us about it. If we need to change the branch we'll announce it on gnucash-devel.
Known Problems
Complete list of all open bugs.
Documentation
Concurrent with the release of GnuCash 4.900 we're pleased to also release a new version of the companion Manual and Tutorial and Concepts Guide
We've made some structural changes and one addition:
- The former Help Manual is renamed The Manual and is now in a directory so named. The redundant 'gnucash' prefix is removed.
- The source directorystructure is rearranged to reflect the installation, with the languages being the top level with each having guide and manual subdirectories.
- Added a Quotes Info example with a sorted and formatted source list.
- Replaced the obsolete ghelp installation file layout with one based on the XDG help specification.
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
e33c020b50bca22cb432583be3aef85e1eec067f6d0b9098f8b5a8fb18590362
gnucash-4.900.tar.bz22b2c35738d73a4d55091814f4a4c80880779defbb5561a2e725ada9ffe1bad2c
gnucash-4.900.tar.gz5750c350b63b09c39957c32958aca52785a75153878b2fdef4d020d11e9db600
gnucash-4.900.setup.exeb8d1a1442d42f5818a04ef57e68fe9e20c4b6f82d762511934a62981715a6b0c
Gnucash-Intel-4.900-1.dmgc81a99d8e9ae287abad1a38f93fdac1a66e27f4f24aed85b25259df30bd1db83
gnucash-docs-4.900.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.900 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
Note that the documentation for unstable releases is not on the GnuCash website. It is built daily and may be found on the development server under the locale directory; "C" is English, "de" is German, and so on.
The documentation is included in the MacOS and Windows application bundles.
If you want to compile the GnuCash Documentation 4.900 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.
GnuCash 4.13 Released
The GnuCash development team announces GnuCash 4.13, the fourteenth release in the stable 4.x series
Between 4.12 and 4.13, the following bugfixes were accomplished:
- Bug 760274 - The Statusbar "forgets" when register doesn't have focus
- Bug 798545 - Crash when updating document link on vendor bill
- Bug 798614 - Croatia to join the Euro
- Bug 798629 - gnucash crashes attempting to import OFX file
- Bug 798633 - 4.12 build failure on 32-bit Linux: "No code for module"
- Bug 798640 - Segfault when running saved report
- Bug 798649 - Crash when closing Edit Style Sheets dialog while Style Sheet Properties dialog is still open.
- Bug 798653 - Schedule Calendar event description pop up window does not track mouse position
- Bug 798657 - Import Summary language is wrong
- Bug 798664 - Result of 'gnucash --nofile' is marked dirty
- Bug 798669 - Multicolumn Balance Sheet not printing exchange rates
include equity accounts in the exchange rate commodities list.
- Bug 798672 - Preferences are not saved nor loaded, ERROR <GLib-GIO> g_settings_new_full: assertion 'schema != NULL' failed
- Bug 798680 - Not able to match a reverse transaction of a previously matched transaction.
- Bug 798681 - Previously imported investment income transactions may not be filtered.
- Bug 798694 - Cursor in the wrong place after pasting with auto-completion
The following fixes and improvements were not associated with bug reports:
- Don't normalize text when pasting from the clipboard or appending descriptions or notes during imports.
- [register] Delay post-ime reset of the selection to works around bug 798587.
- [ofx import] Clean up importing investment transactions for smoother workflow and better UI behavior.
- [account-piecharts] drill-down piechart: tree-depth is at most 6
- Fix numerous memory leaks.
- [ifrs-report] From Bug 798004 allow Cr cash to offset Dr fee and remove invalid "dividend reinvestment" during short.
- [gtest-qofevent.cpp] Add comprehensive tests for qofevent
- [test-qofbook] Test that gnc_features_test_unknown returns a suitable error message
- [test-qofbook.c] add test for gnc_features_set_unused
- [gnc-features.cpp] backport gnc_features_set_unused from master
- [qofbook.cpp] backport qof_book_unset_feature from master
- Move gnc-euro.[ch] to engine and unit test it.
- [test-qofbook] basic features test: Sets a feature and tests it's set. it's impossible to design a book with unknown features using the API.
- po/README: Remove relics from ancient context forms
- [test-ifrs-cost-basis] amend tests to accommodate extra column.
- [ifrs-cost-basis] compare register vs calculated capgain per transaction.
- Accomodate WebKit package version update to webkit2gtk-4.1.
- [assistant-stock-transaction] input positive capgains for Credit income account.
New API: None.
Deprecations:
- qof_book_get_features
New and Updated Translations: Chinese (Simplified), Croatian, English (Australia), English (New Zealand), English (United Kingdom), French, Hungarian, Indonesian, Japanese, Korean, Macedonian, Polish, Spanish, Urdu
Help translate GnuCash on WeblateKnown Problems
Complete list of all open bugs.
Documentation
Concurrent with the release of GnuCash 4.13 we're pleased to also release a new version of the companion Help and Tutorial and Concepts Guide
Between 4.12 and 4.13, the following bugfixes were accomplished:
- Bug 798620 - Unable to build docs on Mageia Cauldron
- Bug 798623 - ENG. Typo "documenation"
- Bug 798624 - Document how to check if GnuCash is running when updating quotes
- Bug 798645 - screens instead of WINDOWS
- Bug 798665 - New: ENG. Typo: Unnecessary determiner "a" [2.6.1. Migrating financial data]
- Bug 798674 - Broken link on Chapter 17. Python Bindings
The following fixes and improvements were not associated with bug reports:
- Manual:de: Account_Actions: Tippfehler-Korrektur
- Review URLs and replace them by entities in all parts and languages excepting in comments or FDL appendix
- manual, ch_Finance-Quote: fix broken entities
- gnc-gui-struct.dtd: fix some mistakes and add entities for menuitems and menuchoice.
- Update url-irc to "irc://irc.gimp.net/gnucash" see the email announcement
- Partial Modernization of Manual:C:Business: Differentiation of admonitions and improvement of lists
- Manual:C: Convert CSV assistant into <procedure>
- Multi-split csv elaboration
- Update app-fq-vers to "1.53"
- Replace "Online Quote Setup" instructions in Guide by links to the manual chapter.
- Enhance bookinfos by subtitle and titleabbrev;drop "Help" from manual. Adding titleabbrev allows yelp to display the version in its titlebar
- Guide:C: Fix image declarations: Some were not properly scaled and others didn't appear in the List of Figures.
- Replace all hardcoded width="510[px]" by "&img-w;" for for both components in all languages
- Ensure our documentation is also found when gnucash is run in KDE
- Restore draft status in gnc-docbook.dtd.
New and Updated Translations: German
Getting GnuCash for Windows and MacOS
GnuCash is provided for both Microsoft Windows 8.1® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windows® while the MacOS® package is a disk image containing a drag-and-drop application bundle.
GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.
The SHA256 Hashes for the downloadable files are:
401a158086635ea17fbb145325558537289aa1d24d022f7c3317e12f3dabd8e7
gnucash-4.13.tar.bz2f59bc407abdaebe68c1984bed685e173c94fa8793115681886122bd24bef7fe2
gnucash-4.13.tar.gz4136404a19804f3f253c16c2ac5ca2acd4a21a6b3f321849013e00912aeb8e75
gnucash-4.13.setup.exe5aad49b682d38de25a192d8e77245654e044102adc3c228de0431b75f87a4a05
Gnucash-Intel-4.13-2.dmge9416486e4bcc4a5823ab2c4a0c2af4b4c6d1f6ebfdd95fa1db763dcba49d6dc
gnucash-docs-4.13.tar.gz
Getting GnuCash as source code
If you want to compile GnuCash 4.13 for yourself, the source code can be downloaded from:
- Sourceforge: bzip2, gzip.
- Github: bzip, gzip
- You can also checkout the sources directly from the git repository as described here.
To compile GnuCash from the source code by yourself, you will need at least Gtk+ 3.22.29, Guile 2.0, Boost 1.67, WebKitGtk 2.4, GoogleTest 1.8.0, cmake 3.10 and SWIG 2.0.12. Please consult the README.dependencies file in the sources for the exact list of dependencies and versions.
Getting the documentation
The documentation is available at Documentation page of the GnuCash website. The 4.13 documentation can be found under "GnuCash v4 (current stable release)" in multiple languages both for reading online and for download in pdf, epub, and mobi formats. The documentation is also included in the MacOS and Windows application bundles. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.
If you want to compile the GnuCash Documentation 4.13 for yourself, the source code can be downloaded from:
- Sourceforge or GitHub
- You can also checkout the sources directly from the git repository as described here.
About the Program
GnuCash is a free, open source accounting program released under the GNU General Public License (GPL) and available for GNU/Linux, *BSD, Solaris, MacOS, and Microsoft Windows. Programming on GnuCash began in 1997, and its first stable release was in 1998.