Skip to content

Releases: Gnucash/gnucash

GnuCash 5.10 Released

15 Dec 22:25
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.10, the tenth release in the stable 5.x series.

Between 5.9 and 5.10, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • Tabs now close when you middle-click on them.
  • The SX editor's saved duration and height are stored differently in preferences so values previously saved will be lost when switching between versions 5.9 and 5.10 (and later). We regret the inconvenience but the new scheme better matches GnuCash's use of the preferences.
  • Allow 0 cash amount when using the Stock Assistant to create a sell transaction. This might happen if the commission and fees exactly balance the proceeds of the sale.
  • Enforce searching for our gsettings schema files first where they were installed. This was not done when the installation prefix was /usr or /usr/local which could potentially cause gnucash to find other schema files first.
  • Set tooltip text on the outer tab container again so that it can be updated by main_window_update_page_long_name.
  • Tooltips on chart reports now appear any time the pointer hovers in the chart area and reflect the nearest point. Previously the pointer had to be very close to a point.
  • Updated the quote source lists in the Security Editor dialog to reflect the current Finance::Quote version.
  • Display a warning dialog when a transaction is unbalanceable because the user has set a minimum fraction on an account smaller than the security's fraction in a book using trading accounts.
  • Deleting a commodity will fail if there are accounts denominated in the commodity. When reporting the error to the user list those accounts.
  • Correct in Tips of the Day the IRC network where GnuCash's channel can be found.
  • Ensure Python bindings Session constructor loads the session's data.
  • Fix compile failures with Boost 1.87. This requires the minimum Boost version to be 1.67, removing the option for distributions to patch older versions.
  • Prevent deleting an account with an open register from logging spurious errors
  • Check that GUI refreshes are not suspended before calling gnc_gui_refresh_all.
  • Unify wording for alphavazntage tooltips.
  • New script to update translator-credits.

    See POD for usage instructions.

  • Document cmake 3.14 requirement set a year ago.

New and Updated Translations: Chinese (Simplified Han script), Chinese (Traditional Han script), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Japanese, Portuguese, Portuguese (Brazil), Russian, Spanish, Swedish, Ukrainian

Help translate GnuCash on Weblate

German AQBanking Users:

The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The GnuCash nightly builds have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.

Known Problems

Complete list of all open bugs.

Documentation

The following fixes and improvements were not associated with bug reports:

  • Update the Security Editor section in manual to match the dialog.
  • add entity for menuchoice 'Export Reports'
  • Remove Finance::Quote appendix. The content has been moved to Wiki.

New and Updated Translations: Chinese, German

<h3>Getting GnuCash for Windows and MacOS</h3>

GnuCash is provided for both Microsoft Windows 10® 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:

  • 789d9f3698ee5b86720279a3a3e10e7744210e12c525ae7f03d32fa70407ad93  gnucash-5.10.tar.bz2
  • 7370fa0f56b574ff459745b6154ca02076e4f2ef97d2907c8721605225b80524  gnucash-5.10.tar.gz
  • 42f71da194db3d2f12a3127760ab153f32759323130c3d74af378ebe9c754c61  gnucash-5.10.setup.exe
  • bf274f81ff924918c80ccbb0c4aa7d1926700bf00ba156300ec51e51ede38caf  Gnucash-Arm-5.10-1.dmg
  • 820d289fc26b7cbfb8ff83587407c465599aff7c14e6b2acc859cb434a0444d9  Gnucash-Intel-5.10-1.dmg
  • 604e8976ea7400b42ee530ee7a7168f1763961f7515a07037febfad54b7ba843  gnucash-docs-5.10.tar.gz

Getting the documentation

The documentation is available at Documentation page of the GnuCash website. The 5.10 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.

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.9 Released

29 Sep 20:13
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.9, the tenth release in the stable 5.x series.

Between 5.8 and 5.9, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • Add YH Finance (FINANCEAPI) API Key to Quotes infrastructure with a preference in the Online Quotes page and add financeapi to known sources.
  • Move copied_class and copied_leader_guid

    Move static copied_class and static copied_leader_guid to be part of the copied_item structure. This makes it more evident that calling clear_copied_item needs to be called before copied_item is used.

  • [gnc-datetime] improve CSV date parser with ICU and Boost.
    1. Add dateformat "Locale" with ICU; uses current locale for date parsing. ICU's locale date parser may parse "3 May 2023" or "2024年9月13日" (LC_TIME=zh_TW.utf8) and maybe others.
    2. Augment d-m-y m-d-y and y-m-d with boost UK/US/ISO parsers. This allows CSV import of dates with months as words as "30 Sep 2023" or "May 4, 1978" or "2023-Dec-25". Note boost parser cannot recognise 2-digit years, therefore "30 Sep 24" is invalid.
  • Csv Import - improve assisant's introduction page
  • Correctly handle uncommitted edits when opening a file from history.
  • Don't use gnc_difftime and deprecate it because it casts time64 to doubles
  • [gnc-pricedb.h] remove unused gnc_pricedb_substitute_commodity
  • [gnc-pricedb.h] remove unused gnc_pricedb_lookup_at_time64

New and Updated Translations: Assamese, Chinese (Simplified), Chinese (Traditional), Croatian, Dutch, English (United Kingdom), Hebrew, Hungarian, Macedonian, Norwegian Bokmål, Portuguese (Brazil), Russian, Spanish, Swedish, Turkish

Help translate GnuCash on Weblate

German AQBanking Users:

The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The GnuCash nightly builds have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.

Known Problems

Complete list of all open bugs.

Documentation

The following fixes and improvements were not associated with bug reports:

  • Update github CI actions versions.

New and Updated Translations: German

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 10® 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:

  • 5be2e5364fc36464fc32c768e2ab460a630f74db6aeb7d44266e3dab98222fd0  gnucash-5.9.tar.bz2
  • 35375b2b1affe2a7e46becefb9e1205f432262c6ed0c7baa72f41b3b13f7235d  gnucash-5.9.tar.gz
  • 18882e68d445c32b7f06c58a55b6b81480cef4fdf6e159e8d628040357479b86  gnucash-5.9.setup.exe
  • df9d99afee94039f377e2b4a5b385ba0065fc25d86f3314054fade661f057d61  Gnucash-Arm-5.9-2.dmg
  • 6adde04334cb7c55d7e80faa904be02f387e61ae91dda79ba643bcfdafec5ac4  Gnucash-Intel-5.9-2.dmg
  • 9bc43a2bd11cb431de446023fa6c273e0c432b5bd8933e2177ad007091f294c9  gnucash-docs-5.9.tar.gz

GnuCash 5.8 Released

07 Jul 18:44
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.8, the ninth release in the stable 5.x series. This is a snap releae to fix a serious bug in GnuCash 5.8.

Between 5.7 and 5.8, the following bugfixes were accomplished:

There were no other changes.

New and Updated Translations: Chinese (Traditional), Hebrew, Hungarian, Macedonian, Spanish

Help translate GnuCash on Weblate

German AQBanking Users:

The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The GnuCash nightly builds have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.

Known Problems

Complete list of all open bugs.

Documentation

No changes were made between 5.8 and 5.8 other than updating the versions.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 10® 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:

  • a2c823fb700b9d4598692ec81394959bde388d8ef191efe4ea2c02426bb52593  gnucash-5.8.tar.bz2
  • b00cff635e8bc8ff996a9f7942fd92414f13ccf3415402cc33220ee58d6f12b8  gnucash-5.8.tar.gz
  • a8fdeab6ea49dfb78fa5f6b638005b3e392a8d87c1ed6bc9b0f56ebb48eaa48f  gnucash-5.8-1.setup.exe
  • d3f24a955547d30fa4116252d1bc35247117b6449cdedf51236b502f294cb436  Gnucash-Arm-5.8-2.dmg
  • ddfbbecc87db276dc30a164a90b51189702215d4326160346824cb69d7f0ffe9  Gnucash-Intel-5.8-2.dmg
  • b8f344ec5824090669f93e9ba3ecfafecd55462a5ff1b2d323d7a9c8f9aa5a3f  gnucash-docs-5.8.tar.gz

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.8 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.

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.7 Released

30 Jun 17:40
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.7, the eighth release in the stable 5.x series.

Between 5.6 and 5.7, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • New Report: Exprimental>Transaction Breakdown Report

    Retrieves transactions from an account, distributes the splits into accounts - note if a transaction has 2 or more splits into 1 account, the transaction account cell will show the sum of the 2 splits - note if a transaction's currency is different from the account's currency, both amounts will be shown into the appropriate currency. [txn-columns] multilevel sorting - type then name.

  • Add ability for the dense calendar to start from any week day.
  • In the dense calendar, add a default number of months per column entry to the view model to get a better layout when the function gnc_dense_cal_set_num_months is solely used.
  • Add today indication on the dense calendar
  • Updated the Quote Sources list in the Security Editor to match F::Q v1.59
  • Import Matcher - select row if none is selected yet when right-clicking the list of matches
  • Change the default visible period for General Ledger from 1 calendar month to 30 days.
  • Fix Failing SRFI-64 tests being reported as pass by ctest with guile-3.
  • Ensure that filters are re-applied to multi-account registers when the number of included sub-accounts changes.
  • Copy the latest price when creating a new entry in the Price Editor from a commodity selection
  • New function gnc_account_foreach_until_date uses binary search to find first split after date, then for_each from earliest split to (but excluding) that split.
  • New function gnc_reports_foreach to abstract GHashTable-base implementation.
  • Cleanup - remove deprecated function (re-)defines that were deprected 11 years ago.
  • [engine.i] move gnc_accounts_and_all_descendants to engine.i
  • [Account.cpp] Convert children from GList to std::vector.
  • [html-utilities.scm] show acct full names in gnc:html-render-options-changed
  • [ifrs-cost-basis.scm] amend truth table as per bug 797796 comment 241 further amendments to match updated truth table.
  • Clean up some obsolete tools and references to non-git VCS's
  • Rework version-info rules to allow building from github downloaded zip archives
  • Remove account splits in reverse crono order, speeds up book shutdown.
  • Move libgnucash/doc/xml to libgnucash/backend/xml/DTD
  • Remove libgnucash/docs, ensuring all of the content is available either in Doxygen comments or in the Wiki.
  • Remove XCode info from HACKING, obsolete. Move valgrind/callgrind instructions to the Wiki.
  • Move doxygen target and related files to toplevel. Note: this also means the target directory changes from libgnucash/docs/html to [toplevel]/doxygen/html and the main page is specified directly in doxygen.cfg.
  • Drop old migration script to split qof from engine
  • Update doxygen.cfg file to more recent release
  • Doxygen - Clean up obsolete files and comments.
  • [gnc-ofx-import.cpp] show message while deduplicating download
  • Replace more GLib containers with C++ containers.
  • Change python install path to be compatible with distro installations.
  • Update some C++ template override signatures to be C++20 compliant.
  • [gnc-log-replay.cpp] don't set import to DEBUG because it'll spew too many debug messages when gnc-log-replay completes.
  • Fix transaction report sorting/show-account-description and display.
  • [test-commodity-utils.scm] don't test TZ-sensitive datetimes
  • [engine.i] gnc_get_match_commodity_splits from scheme to c++ for better efficiency.
  • [utest-Account] add more balance limit tests
  • Convert more C files to C++
  • Fix more memory leaks and use-after-frees.
  • [Transaction|Split.cpp] Remove Reg2 unused functions

German AQBanking Users:

The AQBanking author is still working to get his updated PIN/TAN code finalized so the Flatpak, macOS, and Windows bundles of this release contain the last stable version, 6.5.4. The GnuCash nightly builds have beta releases with the new implementation, so consider using one of those if the stable AQBanking doesn't work for you.

New and Updated Translations: Arabic, Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Italian, Japanese, Macedonian, Norwegian Bokmål, Polish, Portuguese (Brazil), Slovak, Tamil, Turkish, Urdu

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Between 5.6 and 5.7, no bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • gnc-struct: change entity and section id's for 'employee-voucher'
  • All: manual, ch_Business: Harmonize section IDs: Numbers for the nesting depth of the sections are not required.
  • All: manual, ch_Business, Change id=“busnss-emplyedit” to “busnss-emplyfind”, as the Find dialog is described here.
  • docbook: Improve entity untranslated
  • docbook: use entitiy for url-wiki
  • de, pt: Update &untranslated-*; to &untranslated;
  • C: Manual: Getting Help: resolve ambiguities
  • de: Handbuch: ergänze Leerzeichen, löse Mehrdeutigkeiten auf
  • docbook: additional entities for business menuitems
  • Guide(zh): fix xml validity error

New and Updated Translations: Chinese, German

GnuCash is also available as a flatpak from Flathub.org. Instructions for installing and running.

Getting GnuCash for Windows and MacOS

GnuCash is provided for both Microsoft Windows 10® and later and MacOS 10.13 (High Sierra)® and later in pre-built, all-in-one packages. An installer is provided for Microsoft Windo...

Read more

GnuCash 5.6 Released

31 Mar 23:35
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.6, the seventh release in the stable 5.x series.

Between 5.5 and 5.6, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • Numeric parsing and string handling improvements in the Engine and XML backend.
  • [gnc-dense-cal.c] sx popup: show date in preference (cf.locale) format because the date format preference is user-facing and customisable. it's jarring if the preference is dd/mm/yyyy and the display shows mm/dd/yyyy in accordance to the locale.
  • Correct misleading description about creating Scheduled Transaction.
  • Date parsing efficiency improvements.
  • Update minumum Python version to 3.8, made necessary by updating the C API in the Python bindings.
  • Replace deprecated distutils.sysconfig with sysconfig. distutils is not present in Python 3.12.2.
  • Query user via dialog for date when creating a reverse transaction.
  • More C++ conversions
  • Avoid deprecation warning for -py3 in swig >= 4.1
  • [gnc-commodities.cpp] gnc_new_iso_codes is a std::unordered_map
  • Replace some naked for loops with C++ algorithms
  • Convert gnc-commodity to C++ and make GncQuoteSources a C++ class.
  • [test-commodities.cpp] add some tests for gnc_quote_sources
  • Remove the SLR status sort as it is too confusing
  • Allow sorting of the transaction column in the Since Last Run dialog by schedule name or occurrence date. To sort by schedule name, a schedule name is first selected and then the column header is pressed to change order. To sort by occurrence date, a date is selected and then the column header is pressed to change order based on the date of the first occurrence. A tool tip has been added to indicate the sort order being used.
  • [gtest-gnc-numeric] add operator comparisons with example int64 numbers
  • [assistant-stock-transaction] store & retrieve associated account as metadata
  • Update Form/Schedule line references for 2023 for the US Income Tax Report
  • Update another gnucash-help to gnucash-manual
  • [invoice.scm] centralize layout components into layout-key-list instead of maintaining 2 assoc lists.
  • [invoice.scm] normalize header section generators, changing the functions to require 1 options argument only
  • Update invoice.scm: Add spacing for long Invoice ID's (Displayed as "Reference" on the Invoice)

New and Updated Translations: Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hebrew, Hungarian, Indonesian, Japanese, Norwegian Bokmål, Polish, Portuguese, Slovak, Spanish, Swedish

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Between 5.5 and 5.6, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • C, de:Manual:Finance-Quote: Note about Expected Time Commitment
  • C, de:Manual:Finance-Quote: Tip about 'gnc-fq-update: Command not found'
  • docbook: gnc-gui-de: Improve accelerator of menuitems
  • Link https://wiki.gnucash.org/wiki/Documentation_Translation#The_Procedure in recent gnc-gui-*.dtd files
  • Replace *dquote entities by <quote> tags
  • C:Manual:Tools:Unify main section titles and other minor improvements
  • Unify filename extension
  • C:Manual:CSV Import: show icons
  • xmlformat: Apply changes at the element 'screeninfo'
  • xmlformat.conf: new element 'screeninfo' with no entry- and no exit-break

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:

  • b4b42c626350f3e79f7ca1f2173545cc63ddee1addf2460b1a1f22221bf21bd1  gnucash-5.6.tar.bz2
  • 50aebe914da600003c3b668c6a0b86df3d583a200c378f0f16658bec299bbbd3  gnucash-5.6.tar.gz
  • 4596d431e5785ef3d80bcbea6e1c5e1df98c3b9b27314e6d8d2eae679424f56c  gnucash-5.6-1.setup.exe
  • 2cc91f36d9939065dac366058aae1a6a8c41cfe84850b6b549ee87ba075d50d4  Gnucash-Intel-5.6-1.dmg
  • 8ad9da28199074fc5ef604d4489a82413031290a06e5f6418fe85cceb5fa3f02  gnucash-docs-5.6.tar.gz

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.6 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. Note that we are preparing to remove autotools support from the documentation build and that it is no longer included in the tarball.

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.5 Released

17 Dec 21:45
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.5, the sixth release in the stable 5.x series.

Between 5.4 and 5.5, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • Cancel the QIF import instead of inserting the default directory if the user cancels the file-selection dialog.
  • Memory leak fixes
  • Rename the scheduled transaction edit/new/delete menus to resolve a shortcut conflict.
  • Allow saving the sort column in the Since Last Run dialog
  • Ensure that Print Checks obtains for the check amount the sum of all splits in the current register account and subaccounts.
  • Ensure that report page actions are re-enabled after editing options. Some actions (Print, PDFExport, and Report Options) had been left disabled.
  • Ensure GncDateEntry always reverts to today if the user enters an invalid date string.
  • Direct cmake to find the base installed Python3 instead of the latest version installed. Reference Cmake Issue 24126, Cmake Issue 24878, and CMake merge request 8287. Note that this requires CMake 3.20 or later; users of older versions will still get the newest installed Python version.
  • CI: Run distcheck on one workflow to catch quickly instances where someone adds a file but forgets to update the distribution.
  • Primarily of interest to developers: We've added a new CMAKE_BUILD_TYPE, Asan, with two options -DLEAKS and -DODR, both of which default to OFF. This creates a non-optimized, with-symbols build with the Address Sanitizer hooks compiled in. While the primary motivation is a CI run to ensure that there aren't any memory allocation errors revealed in the test suite, this is also a useful build to use when debugging a segfault crash, many of which are caused by use-after-free errors. When building on non-Apple platforms -DLEAKS=ON will add leak detection, dumping a stack trace for the allocation of any leaked heap or free-store allocations. Similarly and on non-Apple platforms only -DODR=ON will log violations of the C++ one definition rule.
  • Also of interest to developers: A new cmake option -DCOVERAGE. When on and in a non-optimized build this will instrument the program and libraries to count usage for every source line. The option also adds three targets, lcov-initialize, lcov-collect, and lcov-generate-html. The primary motivation is to assess the completeness of tests in CI, see Coverage-HTML for the latest results.

New and Updated Translations: Chinese (Simplified), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), Finnish, German, Gujarati, Hungarian, Italian, Norwegian Bokmål, Polish, Portuguese, Portuguese (Brazil), Romanian, Russian, Slovak, Spanish, Swedish

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

No changes were associated with bug reports between releases 5.4 and 5.5

The following fixes and improvements were not associated with bug reports:

  • EBICS: for business customers (of the bank) rather than business users.
  • docbook: additional entities for business GUI-elements
  • docbook: gnc-gui-*: Rename the scheduled edit/new/delete menus to match a change in the program.

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:

  • b4daf67bb892b706323f62e9fa97242039d7dd0a2e1e10771e0c25817dd0ed3b  gnucash-5.5.tar.bz2
  • 73d2c367f7f1c2da045ce08cb7dfc619e43002ac1e17bb708e3287edff96ae47  gnucash-5.5.tar.gz
  • 720a60dca57e4199f28b5449158ddc89e62012f042a62c43b16c569fa0890275  gnucash-5.5.setup.exe
  • a27ab3dd3ada69456cb8033473f7bab5ae5874a4880416672d9b4fd2e1c26408  Gnucash-Intel-5.5-1.dmg
  • 93560f55d9305aef45525cf7e7143b72503365c353840dfaaa382d9dfb97c8ab  gnucash-docs-5.5.tar.gz

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, Sol...

Read more

GnuCash 5.4 Released

24 Sep 21:27
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.4, the fifth release in the stable 5.x series.

Between 5.3 and 5.4, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • [import-main-matcher.cpp] After clicking/toggling A/U+C/C checkbox, reselect the row because it'll be much faster to use keyboard navigation -- use up/down/left/right to target desired checkbox, hit <down> <space> repeatedly to repeat the same action over several consecutive rows.
  • Implement support for !Type:Prices records in the QIF importer.
  • Modernize construction of GObjects using G_DECLARE_DERIVABLE, G_DECLARE_FINAL, etc.
  • Fix yet more leaks.
    <li>[DBI backend] Change DBI test URLs to environment variables from cmake configuration definitions. </li>
    <li> Restore the Stock Transaction Assistant to full operation.</li>
    <li> Fix the Fancy Date file property so that it saves. </li>
    <li>Fix formatting error in po files project-id line.</li>
    <li>[simple-business-create.py] Overwrite an existing file instead of crashing.</li>
    <li>Update github action package versions.</li>
    <li>Add parsing mixed number and fraction (e.g. 10 1/2) to the gnc_numeric string constructor.</li>
    <li>Bump minimum cmake version to 3.14 and drop some conditionals for older versions </li>
    <li>Major speedup in the SQLBackend by replacing C++ exceptions with std::optional for null values.</li>
    <li>Refresh the GUI on completion of the import matcher so that the imports are immediately reflected in the register.</li>
    <li>Improve online quote retrieval error reporting.</li>
    <li>Test loading and saving XML files with and without compression</li>
    <li>[import-main-matcher] always defer_bal_computation during import to speed up both importing new transactions, and destroying existing ones. </li>
    <li>GncGtkListUIItem::set_option_from_ui_item: Iterate over selected items Instead of all possible items. </li>
    <li>Convert gnc-ofx-import.c, import-parse.c, import-utilities.c, import-format-dialog.c, import-account-matcher.c, import-commodity-matcher.c, import-settings.c, import-pending-matches.c, import-match-picker.c, import-main-matcher.c, and gnc-pricedb.c to .cpp</li>
    <li>By default, filter out online_wiggle in test-gnc-quotes. Running ./bin/test-gnc-quotes from the command line will still include online_wiggle </li>
    <li>Replace yahoo_json with alphavantage in test-gnc-quotes. yahoo_json is too unstable.</li>
    <li>Include timezone in price-quote date diagnostic messages.</li>
    

New and Updated Translations: Arabic, Chinese (Traditional), Croatian, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Greek, Hebrew, Hungarian, Indonesian, Italian, Polish, Portuguese, Portuguese (Brazil), Romanian, Slovak, Spanish, Swedish, Ukrainian

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Between 5.2 and 5.4, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • Add a Chinese translation for the Tutorial and Concepts Guide.
  • Update git branches for API docs
  • Refactor the build system feature for adding customized xslt files.
  • Bump minimum cmake version to 3.14 to keep it in sync with the gnucash repo
  • Fix race condition in creating symlinks for the kde help system.
  • Update GitHub actions/checkout to v3 in all actions and add nightly-build github workflow.
  • Manual (C,de): Replace obsolete 'gnc-fq-*' with 'gnucash-cli --quotes *'
  • Guide (C,de,ru): Repair broken links from 'help' to 'manual'
  • Guide (C,de), ch_invest: Remove section 'Finance::Quote install'
  • Manual (C, de) Update F::Q screens to 1.57
  • Change version 4 to 5, branch maint to stable, and update Finance::Quote docs to reflect changes in GnuCash.

New and Updated Translations: German

The SHA256 Hashes for the downloadable files are:

  • 7741165d6d652ea7b4a1e8498cf439a56b81a5cc8b653291a59054f2362abfcc  gnucash-5.4-1.tar.bz2
  • 7989c2fff67ff356e99c9a4b8d90a7759c7bde73844afb0595ee1322f4a19ced  gnucash-5.4.tar.gz
  • e1925591bbdddd80b1ff8ddf0634652ef098072bd96a5bb98f000cdcc5c841ff  gnucash-5.4-1.setup.exe
  • ffe311fd2077cf1df15c253a5e062dc3801fa9db06829d3d12184184727e89c8  Gnucash-Intel-5.4-2.dmg
  • e2a93460e7768b1b18e466e352ac13212b75094be6334ca0427b6cd4f66d8793  gnucash-docs-5.2.tar.gz

GnuCash 5.3 Released

26 Jun 20:36
Compare
Choose a tag to compare

Between 5.2 and 5.3, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • Some memory cleanup by Chris Lam.
  • Missing from the 5.2 release notes is that Chris streamlined the transaction scrubbing so that each transaction gets scrubbed only once. This improves--in some cases substantially--the time to load and to run Check and Repair.

New and Updated Translations: Dutch, French, Hungarian, Italian, Portuguese

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

This being a snap release there is no new documentation. Please continue to use the 5.2 versions.

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:

  • 1458cb08c585eae9d724bec6f2812bcc03bbe83ed294a46a7897aaab01a6f15a  gnucash-5.3.tar.bz2
  • e0d04e0fd5f03f39136e1f4d941ccd0202b64a6e92418f5382cb6a6772493529  gnucash-5.3.tar.gz
  • 4cd66cf6c261fe7f5fc071b8e01314f33fb97e3496fe832e07bad360c1cf685a  gnucash-5.3.setup.exe
  • 6bf4940d851b49a4edf5d6dd3cbe37a1112bc3606cdb924ed6668ce0ad7c7427  Gnucash-Intel-5.3-1.dmg
  • b9eb6581b403665c308b8909cc4d588c9ce483139cbc3ed3638403f61aefb49b  gnucash-docs-5.2.tar.gz

GnuCash 5.2 Released

25 Jun 18:41
Compare
Choose a tag to compare

The GnuCash development team announces GnuCash 5.2, the third release in the stable 5.x series

Between 5.1 and 5.2, the following bugfixes were accomplished:

The following fixes and improvements were not associated with bug reports:

  • The type-ahead selection of transaction descriptions has been substantially overhauled based on extensive user feedback. Matches are now only on the beginning of words and are now sorted by age since last use. This both substantially reduces the number of matches and prioritizes the most recently used as being the most likely candidates for re-use. To help distinguish cases of long descriptions where the match would be outside the popup's viewport the viewport is automatically scrolled horizontally so that the end of the left-most (right-most in rtl languages) matches is centered in the view. Completion can be aborted with the <escape> key or a new Don't autocomplete selection that's the first entry in the popup.
  • Fix lockup on Windows in type-ahead selection of transaction descriptions.
  • More budget-module sign fixes and improvements.
  • Lots of memory-leak fixes, GLib modernization, and code cleanup by Richard Cohen, Simon Arlott, & Chris Lam.
  • bugfix xaccTransGetTxnType: avoid returning TXN_TYPE_LINK incorrectly: A TXN_TYPE_PAYMENT will have non-APAR splits; a TXN_TYPE_LINK will not have non-APAR splits. This bug manifests as a regular TXN_TYPE_PAYMENT transaction being later voided being incorrectly changed to TXN_TYPE_LINK.
  • Including brokerage fees in Money Out calculation (if not ignoring them) in advanced-portfolio.scm report and updating the "advanced" tests to reflect selling fees being included into the money out value
  • [stock-txn-asst] Don't use the initial value in amount edit widgets unless they're valid. Otherwise the invalid value will log an error that will prevent later valid input from working.
  • BUGFIX: Actions > Online Actions > Show log Window does not open when it is first clicked.
  • cmake: check gdk only when building GUI
  • Get the tooltip working on "Online Banking Setup"

New and Updated Translations: Chinese (Simplified), Chinese (Traditional), Croatian, English (Australia), English (New Zealand), English (United Kingdom), Estonian, French, German, Hungarian, Lithuanian, Marathi, Norwegian Bokmål, Polish, Portuguese, Romanian, Spanish, Swedish, Ukrainian

Help translate GnuCash on Weblate

Known Problems

Complete list of all open bugs.

Documentation

Concurrent with the release of GnuCash 5.2 we're pleased to also release a new version of the companion Manual and the Tutorial and Concepts Guide:

There are no changes in the documentation for this 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:

  • 4826176b7e70bb889f99c206faffadd892628d78525715e9f7128ecf48b14680  gnucash-5.2.tar.bz2
  • 2d594cc889bb723746beb490f50853ccfb987b6e99e0a4587b058c51ca2a75a3  gnucash-5.2.tar.gz
  • 8299701f54d9b19743cbe90f1f369a4c998fd87436571d1b8fc630e7c71ffc13  gnucash-5.2.setup.exe
  • f7f0c82976755d228c32f71db4db8bde4e5de40c161011071dc39cac1f6f5a20  Gnucash-Intel-5.2-1.dmg
  • b9eb6581b403665c308b8909cc4d588c9ce483139cbc3ed3638403f61aefb49b  gnucash-docs-5.2.tar.gz

GnuCash 5.1 Released

30 Apr 19:20
Compare
Choose a tag to compare

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:

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 Weblate

Known 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.exe
  • 48c38097fe744a7da7bbd454d0e58e3619194d8f41e6542137c0bebac440e386  Gnucash-Intel-5.1-1.dmg
  • 59bd2b5ccc1efa7a034b38663e28f855b4ad16ee28b2248d61af8145097152f6  gnucash-docs-5.1.tar.gz

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

Read more