Commit Graph

1653 Commits

Author SHA1 Message Date
Mykola Shevchenko d4eca0c93e feat: improve toast message for rogcc 2026-01-18 22:15:02 +00:00
Denis Benato a9f4aac875 Release: 6.3.1 6.3.1 2026-01-18 15:44:30 +01:00
Denis Benato 8377056580 chore: add Quiet/LowPower entry to CHANGELOG.md 2026-01-18 15:39:50 +01:00
Denis Benato d541581012 fix: do not write unavailable settings to the config file 2026-01-18 15:38:41 +01:00
Denis Benato 72ef6dea07 chore: update README.md and use rust-toolchain file 2026-01-17 16:46:02 +01:00
Denis Benato bfadc39400 Merge branch 'g615lr-rgb' into 'devel'
feat: add support for G615LR to aura_support.ron

See merge request asus-linux/asusctl!247
2026-01-17 15:39:43 +00:00
Burak 754d82d031 feat: add support for G615LR to aura_support.ron 2026-01-17 18:09:43 +03:00
Denis Benato 8ae072ea82 chore: update README.md for translation 2026-01-17 15:16:35 +01:00
Denis Benato cec2168591 Merge branch 'rogcc_ukrainian_translations' into 'devel'
rog-control-center Ukrainian language added

See merge request asus-linux/asusctl!246
2026-01-17 14:08:02 +00:00
Mykola Shevchenko 8d6acc5975 rog-control-center Ukrainian language added 2026-01-17 14:02:04 +02:00
Denis Benato b20ecf5378 chore: README.md edits 2026-01-16 19:53:58 +01:00
Denis Benato ade839e981 chore: Update README.md 2026-01-16 19:18:15 +01:00
Denis Benato d625c279a6 fix: G835LW doesn't have pulse available in windows 2026-01-16 19:13:00 +01:00
Denis Benato 5ea14be3fa chore: add extra/index.html: docs landing redirect to asusctl docs 2026-01-14 14:25:13 +01:00
Denis Benato 64c2e55db4 chore: prepare for a new version 2026-01-14 02:27:39 +01:00
Denis Benato 5303bfc1ad Release: 6.3.0 6.3.0 2026-01-14 02:16:22 +01:00
Denis Benato 635f1dc9b9 Feat: add support for G835L 2026-01-14 02:13:30 +01:00
Denis Benato 33a4dba8fe fix: rogcc not starting in rog ally 2026-01-14 02:10:03 +01:00
Denis Benato e4680c9543 Merge branch 'remove_supergfxctl' into devel 2026-01-14 02:02:26 +01:00
Denis Benato 60c4818381 fix: implement Display instead of ToString 2026-01-14 02:00:59 +01:00
Denis Benato 9cd48dc101 chore: edit CHANGELOG.md 2026-01-14 01:59:03 +01:00
Denis Benato 8d954c16fa fix: cargo clippy --fix 2026-01-14 01:57:48 +01:00
Denis Benato 3665d9cc8e feat: improve the cli interface 2026-01-14 01:56:58 +01:00
Denis Benato d7ddee246a feat: refactor the cli battery interface 2026-01-14 01:45:56 +01:00
Denis Benato e85938b34d feat: refactor cli options for leds 2026-01-14 01:32:10 +01:00
Denis Benato b7d480dd39 fix: help strings 2026-01-14 01:14:53 +01:00
Denis Benato 77640d1637 feat: improve profile cli usage 2026-01-14 01:05:35 +01:00
Denis Benato 32da2a2da0 feat: make easier to use armoury subcommand 2026-01-14 00:31:13 +01:00
Denis Benato 7981a85ff5 feat: improve cmdline 2026-01-14 00:06:34 +01:00
Denis Benato e3035adf98 chore: change the text in about page 2026-01-13 23:55:52 +01:00
Denis Benato be17e0b388 feat: remove references to graphic switching 2026-01-13 23:53:23 +01:00
Denis Benato 20cbddb6fa feat: refactor cli interface 2026-01-13 23:50:31 +01:00
Denis Benato e9c5315bda Feat: Remove supergfxctl notification daemon 2026-01-13 22:05:34 +01:00
Denis Benato b521a9ffc1 Fix: avoid using deprecated functions 2026-01-13 21:49:14 +01:00
Denis Benato 5e48923db1 Feat: update dependencies 2026-01-13 21:29:58 +01:00
Denis Benato 392436808d Fix text of armoury usage 2026-01-13 20:54:53 +01:00
Denis Benato 3d9a08d7e0 Silence the server 2026-01-13 20:18:49 +01:00
Denis Benato ff103f98af Chore: change text of an error 2026-01-13 20:14:45 +01:00
Denis Benato d05182ae64 chore: make the settings save code prettier 2026-01-13 19:29:37 +01:00
Denis Benato a4957a6eeb Modify changelog and cargo fmt 2026-01-10 13:58:09 +01:00
Denis Benato dda750cf33 Merge branch 'Support_additional_ga403_2025' into 'devel'
Add slash support for additional ga403 2025 models

See merge request asus-linux/asusctl!238
2026-01-10 12:54:01 +00:00
James Lademann 0b5e04393a Add slash support for additional ga403 2025 models 2026-01-10 12:54:01 +00:00
Denis Benato c9c9a022a4 Merge branch 'fix/one-shot-charge-persistence' into 'devel'
fix: one-shot charging loses original charge limit after restart

See merge request asus-linux/asusctl!242
2026-01-10 12:51:30 +00:00
bitr8 aa063c20fd fix: persist base_charge_control_end_threshold for one-shot charging
base_charge_control_end_threshold was marked #[serde(skip)] so it only
lived in memory. triggering one-shot charge then restarting asusd would
permanently lose the original charge limit.

- remove #[serde(skip)] so the field gets persisted
- add serde default of 0 for backwards compat (skips restore for
  upgraded configs missing the field)
- add comments explaining Default vs serde default asymmetry
2026-01-05 17:23:59 +11:00
Denis Benato 8551908452 Merge branch 'devel' into 'devel'
slashctl: Add "static" LED profile

See merge request asus-linux/asusctl!240
2025-12-24 00:09:19 +00:00
Denis Benato 5ecb174b8f Merge branch 'main' into 'devel'
feat (rog-aura): Add support to FA617NT and FA617XT and update layout_name on FA617NS and FA617XS models

See merge request asus-linux/asusctl!241
2025-12-23 23:48:32 +00:00
Denis Benato fa266bff5b Merge branch 'main' into 'devel'
Add G614JU support

See merge request asus-linux/asusctl!239
2025-12-23 23:43:41 +00:00
Seom1177 f53f1f360f Feat: update layout_name for FA617NS and FA617XS models in aura_support.ron 2025-12-22 09:06:06 -05:00
Seom1177 da19216b78 Feat: add support for FA617NT and FA617XT models to aura_support.ron 2025-12-22 09:02:25 -05:00
Some Otters 46efd4190f slashctl: Add "static" LED profile
See https://gitlab.com/asus-linux/reverse-engineering/-/blob/master/slash-bar/packets.txt?ref_type=heads . Tested working on a GU605CR
2025-12-22 10:59:17 +00:00