Version Release Date Download Link
1.0 2025-01-18 Download
1.1 2025-01-19 Download
1.2 2025-01-29 Download
1.3 2025-02-09 Download
1.4 2025-07-08 Download

Releases

Version 1.0

Resolved issue with Application needing to be closed and re-opened when computer goes to sleep, or network connection is lost for a long period of time.

Version 1.1

Added functionality to increase cryptocurrency coins to fetch from 50. You can now update the Config.json file to configure the change. This will allow for more coins to be searchable.
1. Right click application -> Show Package Contents
2. Expand Resources folder
3. Locate and Open Config.Json file with a text editor
4. Change the value of "numberOfCoinsToFetch" to the intended value.

Please note: Changing this value above 450 may result in you having to wait a minute for the crypto ticker price to propagate to abide rate-limits set in place by CoinGecko

Version 1.2

Added support for Futures Ticker tracking and implemented functionality to allow for post-market-close data updating for stock tickers
Tracking futures prices around the clock is as easy as tracking stock tickers now.

Example of tracking NQ Futures along with other stocks/crypto:

BTC:SPY:NQ=F:AAPL

Version 1.3

Added functionality to have tickers cycle when the count is higher than configured amount to minimize the amount of space taken up on the top bar and to prevent the widget from being hidden from view when there is not enough space.
1. Right click application -> Show Package Contents
2. Expand Resources folder
3. Locate and Open Config.Json file with a text editor
4. Change the value of "tickersBeforeScrolling" to the intended value.

By default this value is set to 5. Once more than 5 tickers are selected, the tickers will scroll every 5 seconds.

Version 1.4

Resolved issues with cached results being returned after app is run nonstop for months
-Randomized headers to prevent issue from reoccuring