gnucash stable: Multiple changes pushed
John Ralls
jralls at code.gnucash.org
Mon Dec 15 17:34:33 EST 2025
Updated via https://github.com/Gnucash/gnucash/commit/b5f1f189 (commit)
via https://github.com/Gnucash/gnucash/commit/f055c3c5 (commit)
from https://github.com/Gnucash/gnucash/commit/cb8777a6 (commit)
commit b5f1f189dda4a5bf63c052c3eb7db739b7fa9143
Merge: cb8777a69a f055c3c5a4
Author: John Ralls <jralls at ceridwen.us>
Date: Mon Dec 15 14:33:08 2025 -0800
Merge Bruce Schuck's 'USBonds' of https://github.com/bpschuck/gnucash into stable
commit f055c3c5a4266072e61197b29937a39ae85aa08d
Author: Bruce Schuck <bschuck at asgard-systems.com>
Date: Sun Dec 14 16:42:09 2025 -0800
Added US Bonds (usbonds) to gnc-commodity.cpp
New Finance::Quote module to get prices for series E, EE, or I bonds
diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp
index 3d9f8b6ab9..6ddb4d8b27 100644
--- a/libgnucash/engine/gnc-commodity.cpp
+++ b/libgnucash/engine/gnc-commodity.cpp
@@ -226,6 +226,7 @@ static QuoteSourceList single_quote_sources =
{ false, SOURCE_SINGLE, NC_("FQ Source", "Treasury Direct bonds, US"), "treasurydirect" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Twelve Data"), "twelvedata" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Union Investment, DE"), "unionfunds" },
+ { false, SOURCE_SINGLE, NC_("FQ Source", "US Savings Bonds, US"), "usbonds" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "US Govt. Thrift Savings Plan"), "tsp" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "XETRA, DE"), "xetra" },
{ false, SOURCE_SINGLE, NC_("FQ Source", "Yahoo as JSON"), "yahoo_json" },
Summary of changes:
libgnucash/engine/gnc-commodity.cpp | 1 +
1 file changed, 1 insertion(+)
More information about the gnucash-changes
mailing list