Release v1.1.0 (10100)
·
4 commits
to dev
since this release
Immutable
release. Only release title and notes can be modified.
v1.1.0 (10100) - 2026-08-09
WebUI ποΈ ->
- Added action button to quickly toggle
accdstate. - Added status indicators for
accdβ β,resume_capacityπ’,pause_capacityπ‘, andshutdown_capacityπ΄ in the description. - Added
shutdown_capacity (sc)slider toCharging Thresholds. It's clamped between 0%-20% (accdefault is 5%). It shuts down the phone at that threshold to preserve battery health. - Added
Export Logsbutton inLogsto export logs.accexports logs as a .tgz file in/storage/emulated/0/Download. It takes about 30 seconds to export, so be patient! - Added a notification banner to enforce restarting the daemon on any setting change. Needed to do this as some settings weren't being picked up by the daemon automatically. The banner persists until
accdrestarts or the device reboots. - Added a toast to notify config file save status and completion of log export.
- Fixed issue where daemon started/restarted from the WebUI wouldn't persist due to it being in the manager's cgroup instead of the root cgroup.
- Updated
Save Configbutton to show saved status on successful save. - Updated sliders to be cascading to enforce
shutdown_capacity < resume_capacity < pause_capacityand for better UX. - Updated
accacommands to/dev/accato prevent path lookup. - Updated readme with build instructions for the WebUI.
- Updated CSS into sections for better manageability.
- Updated npm dependencies.