|
1 | 1 | # Changelog |
2 | 2 |
|
3 | 3 |
|
4 | | -##   [` 📦 v0.3.0 `](https://github.com/kh4f/hotamd/compare/v0.2.0...v0.3.0) |
| 4 | +##   [` 📦 v0.3.0 `](https://github.com/kh4f/amdalert/compare/v0.2.0...v0.3.0) |
5 | 5 |
|
6 | 6 | ###   🎁 Features |
7 | | -- **Interactive CLI menu**: added daemon control and GPU information display directly in the command-line interface. [🡥](https://github.com/kh4f/hotamd/commit/4daea2a) |
8 | | -- **Custom temperature limits**: configuration now supports `maxTemp` and `maxFanOffTemp` settings loaded from `config.json`. [🡥](https://github.com/kh4f/hotamd/commit/b781a3f) |
9 | | -- **Configuration management**: daemon now monitors external changes to `config.json` and reloads automatically during runtime. [🡥](https://github.com/kh4f/hotamd/commit/0f4aa28) |
10 | | -- **Temperature threshold configuration**: added interactive prompts to set maximum temperature and maximum fan-off temperature from the CLI. [🡥](https://github.com/kh4f/hotamd/commit/a3fdfb3) |
11 | | -- **Configuration visibility**: current temperature and fan-off temperature settings now display in the CLI interface. [🡥](https://github.com/kh4f/hotamd/commit/5583305) |
| 7 | +- **Interactive CLI menu**: added daemon control and GPU information display directly in the command-line interface. [🡥](https://github.com/kh4f/amdalert/commit/4daea2a) |
| 8 | +- **Custom temperature limits**: configuration now supports `maxTemp` and `maxFanOffTemp` settings loaded from `config.json`. [🡥](https://github.com/kh4f/amdalert/commit/b781a3f) |
| 9 | +- **Configuration management**: daemon now monitors external changes to `config.json` and reloads automatically during runtime. [🡥](https://github.com/kh4f/amdalert/commit/0f4aa28) |
| 10 | +- **Temperature threshold configuration**: added interactive prompts to set maximum temperature and maximum fan-off temperature from the CLI. [🡥](https://github.com/kh4f/amdalert/commit/a3fdfb3) |
| 11 | +- **Configuration visibility**: current temperature and fan-off temperature settings now display in the CLI interface. [🡥](https://github.com/kh4f/amdalert/commit/5583305) |
12 | 12 |
|
13 | | -#####    [Full Changelog](https://github.com/kh4f/hotamd/compare/v0.2.0...v0.3.0)  •  Mar 14, 2026 |
| 13 | +#####    [Full Changelog](https://github.com/kh4f/amdalert/compare/v0.2.0...v0.3.0)  •  Mar 14, 2026 |
14 | 14 |
|
15 | 15 |
|
16 | | -##   [` 📦 v0.2.0 `](https://github.com/kh4f/hotamd/compare/v0.1.0...v0.2.0) |
| 16 | +##   [` 📦 v0.2.0 `](https://github.com/kh4f/amdalert/compare/v0.1.0...v0.2.0) |
17 | 17 |
|
18 | 18 | ###   🎁 Features |
19 | | -- **GPU fan and temperature alerts**: the application now shows alerts if GPU temperature exceeds 40°C and the fan is not spinning, or if temperature exceeds 60°C. [🡥](https://github.com/kh4f/hotamd/commit/f7e0377) |
20 | | -- **Display GPU fan speed**: added support for reading and printing GPU fan speed (RPM) every 10 seconds together with temperature. [🡥](https://github.com/kh4f/hotamd/commit/919290d) |
| 19 | +- **GPU fan and temperature alerts**: the application now shows alerts if GPU temperature exceeds 40°C and the fan is not spinning, or if temperature exceeds 60°C. [🡥](https://github.com/kh4f/amdalert/commit/f7e0377) |
| 20 | +- **Display GPU fan speed**: added support for reading and printing GPU fan speed (RPM) every 10 seconds together with temperature. [🡥](https://github.com/kh4f/amdalert/commit/919290d) |
21 | 21 |
|
22 | | -#####    [Full Changelog](https://github.com/kh4f/hotamd/compare/v0.1.0...v0.2.0)  •  Mar 11, 2026 |
| 22 | +#####    [Full Changelog](https://github.com/kh4f/amdalert/compare/v0.1.0...v0.2.0)  •  Mar 11, 2026 |
23 | 23 |
|
24 | 24 |
|
25 | | -##   [` 📦 v0.1.0 `](https://github.com/kh4f/hotamd/commits/v0.1.0) |
| 25 | +##   [` 📦 v0.1.0 `](https://github.com/kh4f/amdalert/commits/v0.1.0) |
26 | 26 |
|
27 | 27 | ###   🎁 Features |
28 | | -- **Periodic GPU temperature display**: the application now prints GPU temperature every 10 seconds for continuous monitoring. [🡥](https://github.com/kh4f/hotamd/commit/342fcc9) |
29 | | -- **GPU temperature reading via ADL**: added AMD Display Library integration to read GPU temperature. [🡥](https://github.com/kh4f/hotamd/commit/3d97292) |
| 28 | +- **Periodic GPU temperature display**: the application now prints GPU temperature every 10 seconds for continuous monitoring. [🡥](https://github.com/kh4f/amdalert/commit/342fcc9) |
| 29 | +- **GPU temperature reading via ADL**: added AMD Display Library integration to read GPU temperature. [🡥](https://github.com/kh4f/amdalert/commit/3d97292) |
30 | 30 |
|
31 | 31 | ###   ⚙️ Internal |
32 | | -- **Migrated to Go implementation**: replaced the previous Rust codebase with a Go implementation, including new project structure and ADL integration. [🡥](https://github.com/kh4f/hotamd/commit/ee53829) |
| 32 | +- **Migrated to Go implementation**: replaced the previous Rust codebase with a Go implementation, including new project structure and ADL integration. [🡥](https://github.com/kh4f/amdalert/commit/ee53829) |
33 | 33 |
|
34 | | -#####    [Full Changelog](https://github.com/kh4f/hotamd/commits/v0.1.0)  •  Mar 10, 2026 |
| 34 | +#####    [Full Changelog](https://github.com/kh4f/amdalert/commits/v0.1.0)  •  Mar 10, 2026 |
0 commit comments