gnucash stable: Multiple changes pushed

John Ralls jralls at code.gnucash.org
Sat Sep 20 18:15:30 EDT 2025


Updated	 via  https://github.com/Gnucash/gnucash/commit/ebcd670a (commit)
	 via  https://github.com/Gnucash/gnucash/commit/bd440d9e (commit)
	from  https://github.com/Gnucash/gnucash/commit/4f5a09c0 (commit)



commit ebcd670ab543e3de68cc7141b2dc9437df251afb
Merge: 4f5a09c07f bd440d9eff
Author: John Ralls <jralls at ceridwen.us>
Date:   Sat Sep 20 15:10:57 2025 -0700

    Merge Bruce Schuck's 'addswissfundata' into stable.


commit bd440d9eff7c5287dc4aadeb3c906fbd946a07ae
Author: Bruce Schuck <bschuck at asgard-systems.com>
Date:   Sun Aug 24 15:11:03 2025 -0700

    Added Swiss Fund Data AG to single_quote_sources.
    New F::Q source will be available in v1.67.

diff --git a/libgnucash/engine/gnc-commodity.cpp b/libgnucash/engine/gnc-commodity.cpp
index 757f48035b..3860a609ce 100644
--- a/libgnucash/engine/gnc-commodity.cpp
+++ b/libgnucash/engine/gnc-commodity.cpp
@@ -220,6 +220,7 @@ static QuoteSourceList single_quote_sources =
     { false, SOURCE_SINGLE, NC_("FQ Source", "SIX Swiss Exchange shares, CH"), "six" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "StockData"), "stockdata" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Stooq, PL"), "stooq" },
+    { false, SOURCE_SINGLE, NC_("FQ Source", "Swiss Fund Data AG, CH"), "swissfunddata" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Tesouro Direto bonds, BR"), "tesouro_direto" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Toronto Stock eXchange, CA"), "tsx" },
     { false, SOURCE_SINGLE, NC_("FQ Source", "Tradegate, DE"), "tradegate" },



Summary of changes:
 libgnucash/engine/gnc-commodity.cpp | 1 +
 1 file changed, 1 insertion(+)



More information about the gnucash-changes mailing list