* feat: add extra temperature and voltage readings on AMD
* fix: use correct temperature scale
* fix: correct temperature values
* feat: add additional clockspeed measurements
* chore: adjust labels
* fix: typo in name
* feat: opentelemetry metrics exporter
* chore: run first export after the period has passed
* feat: include gpu name in attributes
* chore: fix typo
* chore: update docs
* fix: disable coverage action
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Georgian)
Currently translated at 96.7% (177 of 183 strings)
chore: translated using Weblate (Georgian)
Currently translated at 95.6% (175 of 183 strings)
chore: translated using Weblate (Georgian)
Currently translated at 87.9% (161 of 183 strings)
chore: translated using Weblate (Georgian)
Currently translated at 84.1% (154 of 183 strings)
chore: translated using Weblate (Georgian)
Currently translated at 84.1% (154 of 183 strings)
Co-authored-by: Temuri Doghonadze <temuri.doghonadze@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/ka/
Translation: LACT/lact-gui
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: translated using Weblate (Czech)
Currently translated at 100.0% (183 of 183 strings)
chore: added translation using Weblate (Czech)
Co-authored-by: Pavel Borecki <pavel.borecki@gmail.com>
Co-authored-by: Weblate <noreply@weblate.org>
Co-authored-by: Weblate Translation Memory <noreply-mt-weblate-translation-memory@weblate.org>
Translate-URL: https://translate.fedoraproject.org/projects/lact/lact-gui/cs/
Translation: LACT/lact-gui
* feat(cli): add cli profile info and switcher
* docs(cli): add documentation for profile info and switcher
* fix(cli): don't include state for list_profiles
* fix(cli): print Default when no profile is selected
* chore: add .vscode to gitignore
* refactor(cli): move profile commands to own profile subcommand
* fix(cli): don't include state for list_profiles for current profile
* feat(cli): set_profile no longer requires auto-switch arg
* feat(cli): added profile auto switch commands
* fix(cli): profile now also correctly sets after auto switch disable
* feat(cli): add Default profile to profile cli
* feat(cli): output enabled / disabled instead of bool for profile auto-switch
* docs(cli): update docs for profile cli
* docs(cli): fix some typos
* chore(cli): changed text for profile subcommand
* fix(daemon): wait for profile watcher task to complete
* feature: Add ASAN/TSAN to CI
* feature: Add SAFESTACK sanitizer
* feature: Add MEMORY sanitizer
* fix: Try to fix thread unsafety by leaking libraries
* fix: Suppress MSAN errors and clarify their future fix
* fix: Instead of supressing fuser errors, use patched version
* fix: Properly lazily initialize controllers
* fix: Add comment explaining why there is allowlist for bindings
* fix: Upgrade used nightly
* fix: Try to fix sanitizer compilation error
* Revert "fix: Try to fix sanitizer compilation error"
This reverts commit 47514158d5.
* Revert "fix: Upgrade used nightly"
This reverts commit c3dd005c7e.
* chore: Instead of personal fork revision, use official repo
* chore: Refactor to not pass arguments for statics
* chore: Add note for loading of libs
* chore: Try to fix codecov action
* chore: Fix compilation problem
* feature: Cache dependencies install in CI
* feature: Implement CI check for feature powerset
* fix: Fix dependency feature issues in subcrates
* fix: Add libadwaita to CI