Skip to content

Commit fde45ac

Browse files
committed
v1
1 parent 4641a79 commit fde45ac

15 files changed

Lines changed: 14 additions & 9 deletions

Changelog.md

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
## [1.0.0]
22

3-
UXTU4Linux reaches 1.0.0. The headline addition is Adaptive Mode: instead of holding one fixed preset, the app now tunes your CPU live from temperature and load. The Home tab gained live graphs, Automations were rebuilt to be simpler, and the whole codebase was reorganized underneath.
3+
After two years of development, UXTU4Linux finally reaches 1.0.0 with all the core features in place. The headline addition is Adaptive Mode: instead of holding one fixed preset, the app now tunes your CPU live from temperature and load. The Home tab gained live graphs, Automations were rebuilt to be simpler, and the whole codebase was reorganized underneath.
44

5-
> **Updating from v0.9.x?** v1.0.0 adds one new dependency (`textual-plotext`, used for the Home graphs). Re-run the installer above to pick it up while keeping your settings and custom presets.
5+
> **Updating from v0.9.x and v0.8.x?** v1.0.0 adds one new dependency (`textual-plotext`, used for the Home graphs). Re-run the installer above to pick it up while keeping your settings and custom presets.
66
77
Prefer not to reinstall? Add it to the existing environment by hand, then restart the daemon:
88

99
```bash
10-
/opt/uxtu4linux/venv/bin/pip install textual-plotext
10+
/opt/uxtu4linux/venv/bin/pip install textual textual-plotext
1111
sudo systemctl restart uxtu4linux.service
1212
```
1313

@@ -20,7 +20,7 @@ sudo systemctl restart uxtu4linux.service
2020
- **Real-time graphs.** The Home tab now plots CPU temperature, power, clock and usage as they happen, alongside the quick links to every other tab.
2121

2222
### Automations
23-
- **Remove Override switch.** Automations are active whenever you set a Battery Charge or Battery Discharge preset. Leave a slot empty to keep whatever is already applied for that power state.
23+
- **Override switch removed.** Automations are active whenever you set a Battery Charge or Battery Discharge preset. Leave a slot empty to keep whatever is already applied for that power state.
2424
- **Apply any time.** Applying a preset by hand is no longer blocked while automations are set; the automation simply re-applies the right preset on the next AC/battery change.
2525

2626
### Settings
@@ -29,6 +29,9 @@ sudo systemctl restart uxtu4linux.service
2929
### Under the hood
3030
- A large reorganization of the daemon and the interface into smaller, focused modules, plus dead-code cleanup, for a cleaner and more maintainable foundation.
3131

32+
### Note
33+
- With official UXTU support for Linux on the way, this release marks the completion of the project: from now on there will only be bug fixes and improvements. If you want to add new features and have some development experience, take a look at https://github.com/HorizonUnix/UXTU4Linux/wiki/Developer-Documentation to learn more about UXTU4Linux and become a contributor!
34+
3235
**Full changelog:** https://github.com/HorizonUnix/UXTU4Linux/compare/0.9.1...1.0.0
3336

3437
## [0.9.1]

Img/adaptive.png

1.05 MB
Loading

Img/auto.png

1.09 MB
Loading

Img/automations.png

-790 KB
Binary file not shown.

Img/custom.png

318 KB
Loading

Img/hardware.png

-804 KB
Binary file not shown.

Img/home.png

1.06 MB
Loading

Img/info.png

1.09 MB
Loading

Img/menu.png

-745 KB
Binary file not shown.

Img/power.png

-783 KB
Binary file not shown.

0 commit comments

Comments
 (0)