Ensure that gnc_commodity_compare produces a stable sort.
Implement full test coverage of libgnucash/engine/qofid except for some unreachable code.
Remove unused qof_collection_from_glist function.
New function gnc_account_get_earliest_date returns the account's earliest split date.
This usually reflects the account opening date.
Provide an earliest-date sort option in the Accounts page and the balance-forecast report.
Support 64-bit compilation on Windows.
gnc_account_child_index: return -1 for non-child.
Turn off deprecation warning for wstring_convert. It's deprecated in C++17 with no replacement
until C++26.
Update GncDateTime to handle new exceptions from Boost::DateTime
Use std::chrono to create a GncDateTime. Boost::DateTime uses time_t and in some cases that's
still 32-bit, leading to a potential 2038 bug.
Fix GUI leaks in register completion cell, GncPluginPageRegister, and GNCPluginPageReport.
[gnc-datetime.cpp] Fix potential bug in fast_iso8601_utc_parse
New and Updated Translations: Chinese (Simplified Han script), Croatian, Czech, Danish, Dutch, English (Australia), English (New Zealand), English (United Kingdom), French, German, Hungarian, Italian, Portuguese, Portuguese (Brazil), Russian, Spanish, Tamil, Turkish
5.14 - 21 December 2025
Between 5.13 and 5.14, the following bugfixes were accomplished: