Releases: wiiznokes/fan-control
24.8.23
v2024.7.30
- fix french translation
- hotfix: theme always dark
- hotfix: no top bar icon on windows
Full Changelog: v2024.7...v2024.7.30
v2024.7
What's Changed
- UI made into Rust default feature, in case you do not want x11 common library by @Xavantex in #140
- fix: graph logic by @wiiznokes in #142
- feat: Toats by @wiiznokes in #145
- Bump LibreHardwareMonitorLib from 0.9.4-pre295 to 0.9.4-pre298 in /hardware/LibreHardwareMonitorWrapper by @dependabot in #144
- i18n: Add Chinese translation by @dengsgo in #147
- Flatpak theme by @wiiznokes in #150
- Update by @wiiznokes in #151
New Contributors
Full Changelog: v2024.6...v2024.7
v2024.6
What's Changed
- Fix udev_rules.md 404 by @dawin64 in #99
- Add german to metainfo.xml by @dawin64 in #101
- Add German Translations by @dawin64 in #100
- Add udev note to the app stream file by @dawin64 in #103
- Update udev_rules.md to use /etc/udev/rules.d/ by @dawin64 in #104
- Translate desktop_entry.desktop to German by @dawin64 in #105
- Note for translator by @wiiznokes in #107
- README.md, Flatpak instructions by @dawin64 in #106
- update templates by @wiiznokes in #111
- fix udev rules by @wiiznokes in #114
- update deps + change res path by @wiiznokes in #118
- remove time to update by @wiiznokes in #121
- add invariants when deser config. Less check at runtime by @wiiznokes in #122
- Single instance by @wiiznokes in #123
- option write-hardware by @wiiznokes in #125
- Release by @wiiznokes in #136
- Fix windows compile + some version fix by @wiiznokes in #137
New Contributors
- @dawin64 made their first contribution in #99
- @albanobattistella
Full Changelog: v0.1.3...v2024.6
v0.1.3
New release. Not much change in the actual app code
- initial graph behavior support. You can create node in the UI but there are no UI to visualize curves yet.
- some internal improvement, notably in the hardware crate
But this release comes with Flatpak support. There are no more debian package provided, because i don't see the point. Everything should just work with udev rules. Maybe they could be restored in the future if the app get packaged without the UI, so we can run it in the background easilly. I plan to support tray icon when its possible tho.
Important if you previously used this app, its probable that the config files will not be in the right place. I had to change the "App id" from com.wiiznokes.fan-control
to io.github.wiiznokes.fan-control
for flatpak support. You can copy paste your old config in the right directory. See the read me to know the path.
Full Changelog: v0.1.2...v0.1.3
v0.1.2
What's Changed
- Bump serial_test from 2.0.0 to 3.0.0 by @dependabot in #78
- update deps by @wiiznokes in #81
- Bump log from 0.4.20 to 0.4.21 by @dependabot in #82
- small ajustement by @wiiznokes in #83
Full Changelog: v0.1.1...v0.1.2
v0.1.1
What's Changed
- update deps + resource resolver crate by @wiiznokes in #77
Full Changelog: v0.1.0...v0.1.1
v0.1.0
First release of fan-control
It contains know issue UI side. Especially on Linux.
You can still use it with command line: fan-control --help
.