Releases: sadsfae/goldteeth
Releases · sadsfae/goldteeth
v1.4.0
v1.3.1
v1.3.1 (2026-02-12)
Bug Fixes
- Remove ws msg for cryto stdout, add doc TOC (
d23fbae)
Chores
- Remove incorrect ws poll msg for crypto (
4e95a74)
Detailed Changes: v1.3.0...v1.3.1
v1.3.0
v1.3.0 (2026-02-12)
Chores
-
Minor doc update (
07bb2c6) -
One more README update (
a7e9957) -
Update README (
489348b) -
Update UI image (
9d82d82)
Features
- Websocket recovery loop, fix stale data. (
a986a5f)
- Add websocket recovery loops to help with FINNHUB free API limits.
- Add HTTP fallback mechanism.
- Fix potential stale data bug when websocket crashed (due to API
limits). This now resets last price to None. - Split out INTERVAL to CRYPTO_INTERVAL and STOCK_INTERVAL
- Wrap websocket in permanent loop to try to work around stock API
limits.
Detailed Changes: v1.2.0...v1.3.0
v1.2.0
v1.2.0 (2026-02-07)
Features
- Make GUI import env variables on launch. (
056ac02)
- We now pull in (or update) env vars into os.environ on load
- Minor refactor
- Simplify UI design (
fb5420c)
- only use one button
- use a smaller activity window
- shrink overall UI elements
- Support both no/free/paid coingecko API keys. (
f1d454f)
- Still supports no API key at all for crypto
- Supports free/demo keys
- Now supports paid plan API keys (uses different url)
Detailed Changes: v1.1.1...v1.2.0
v1.1.1
v1.1.1 (2026-01-29)
Bug Fixes
- Update notification titles (
32f24f3)
Detailed Changes: v1.1.0...v1.1.1
v1.1.0
v1.0.0
v1.0.0 (2026-01-23)
Features
- Rework structure entirely. (
4bc8f9e)
BREAKING CHANGE: structure changes, pypi now proper package not module.
BREAKING CHANGES
- Structure changes, pypi now proper package not module.
Detailed Changes: v0.1.10...v1.0.0
v0.1.10
v0.1.10 (2026-01-23)
Bug Fixes
- Pypi package location/refs (
99843f0)
Detailed Changes: v0.1.9...v0.1.10