Skip to content

Commit 5b25a26

Browse files
author
semantic-release
committed
chore(release): v1.2.0 [skip ci]
1 parent 57c9181 commit 5b25a26

File tree

2 files changed

+27
-1
lines changed

2 files changed

+27
-1
lines changed

CHANGELOG.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,39 @@
11
# CHANGELOG
22

33

4+
## v1.2.0 (2026-02-07)
5+
6+
### Features
7+
8+
- Make GUI import env variables on launch.
9+
([`056ac02`](https://github.com/sadsfae/goldteeth/commit/056ac0256f0451c1cd603461f718b893d86646bd))
10+
11+
* We now pull in (or update) env vars into os.environ on load * Minor refactor
12+
13+
- Simplify UI design
14+
([`fb5420c`](https://github.com/sadsfae/goldteeth/commit/fb5420c5d59cd423fcd331fce95cd2eb77f20b19))
15+
16+
* only use one button * use a smaller activity window * shrink overall UI elements
17+
18+
- Support both no/free/paid coingecko API keys.
19+
([`f1d454f`](https://github.com/sadsfae/goldteeth/commit/f1d454f66728fc3e2eba18ff045fac81397b0f41))
20+
21+
* Still supports no API key at all for crypto * Supports free/demo keys * Now supports paid plan API
22+
keys (uses different url)
23+
24+
425
## v1.1.1 (2026-01-29)
526

627
### Bug Fixes
728

829
- Update notification titles
930
([`32f24f3`](https://github.com/sadsfae/goldteeth/commit/32f24f3e125101f6e28680117cef8afdf791bbb3))
1031

32+
### Chores
33+
34+
- **release**: V1.1.1 [skip ci]
35+
([`2587ab8`](https://github.com/sadsfae/goldteeth/commit/2587ab818f2b38226c4aed20884dc9b8fdc0f052))
36+
1137

1238
## v1.1.0 (2026-01-23)
1339

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "goldteeth"
7-
version = "1.1.1"
7+
version = "1.2.0"
88
description = "Monitors crypto/stock prices or volatility and plays an alert sound when a target is reached"
99
readme = "README.md"
1010
requires-python = ">=3.8"

0 commit comments

Comments
 (0)