Skip to content

Releases: BostonBSD/financials

Financials 0.3.5

29 Mar 21:55
Compare
Choose a tag to compare

0.3.5, Updated license, fixed bitfield warnings for newer c compilers, added crypto bullion and a few OTC stocks to the sn_map.

Financials 0.3.4

30 Jan 21:06
Compare
Choose a tag to compare

0.3.4, Fixed stock class symbols, ie: BRK.A -> BRK-A.

Financials 0.3.3

18 Jan 20:24
Compare
Choose a tag to compare

0.3.3, Added a bullion history menu item.

Financials 0.3.2

05 Dec 19:28
Compare
Choose a tag to compare

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

20 Apr 21:38
Compare
Choose a tag to compare

0.3.1, Adjusted the colors, easier to read.

Financials 0.3.0

19 Apr 18:32
Compare
Choose a tag to compare

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

28 Feb 19:59
Compare
Choose a tag to compare

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

17 Feb 22:41
Compare
Choose a tag to compare

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

11 Feb 23:22
Compare
Choose a tag to compare

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

06 Feb 22:54
Compare
Choose a tag to compare

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.