Releases: BostonBSD/financials
Financials 0.3.5
Financials 0.3.4
0.3.4, Fixed stock class symbols, ie: BRK.A -> BRK-A.
Financials 0.3.3
0.3.3, Added a bullion history menu item.
Financials 0.3.2
0.3.2, Changed indices background color, removed watch-list zeros, increased clock and indices size, added early close on December 24th and July 3rd, mostly topical changes.
Financials 0.3.1
0.3.1, Adjusted the colors, easier to read.
Financials 0.3.0
0.3.0, Database API changed, start with new db! Implemented cost basis, fixed a slight issue with RemoveStock() func, cmdline help menu can remove Db.
Financials 0.2.2
Changed the Hotkeys windows slightly, made some minor code adjustments, nothing functionally different.
Instead of setting the default treeview in the completion thread, we set it only in the GuiStart() func, previously we needed the snmap to be loaded before setting the treeview, this is no longer the case, the symbol names are taken directly from the database rather than from the snmap now.
Financials 0.2.1
Fixed ToNumStr() to handle neg brackets, Securities window is a fixed size, added window maximized flags to main and history windows.
Financials 0.2.0
Consolidated sqlite db tables [breaks the previous api], changed hotkeys window, added CSS to labels and treeviews [fixed dark theme appearance, more efficient at changing label fonts].
Financials 0.1.1
Replaced qsort() with g_qsort_with_data(), improved db handling [faster writing the symbol-name mapping], added the ability to remove config files with command line args.