Releases: Infiniti151/acc-with-webui
Releases · Infiniti151/acc-with-webui
Release list
Release v1.1.1 (10101)
Immutable
release. Only release title and notes can be modified.
v1.1.1 (10101) - 2026-08-10
WebUI 🎛️ ->
- Fixed
accdnot showing correct status in WebUI for module's initial install. - Fixed capacity fetching in action.sh and service.sh to use a single command instead of three.
- Reduced module zip size by 13% by only including files and folders needed by the module.
- Used latest-release-notes.md for module changelog instead of changelog-webui.md so users are presented only with the latest version changelog instead of the entire project changelog.
- Optimized build workflow
Release v1.1.0 (10100)
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.
Release v1.0.1 (10001)
v1.0.1 (10001) - 2026-07-23
WebUI 🎛️ ->
- Fixed inverted array index parsing for
rbsu(On Unplug) andrbspl(On Plug) configuration flags, restoring accurate switch state reporting. - Improved
toggleSettingreliability by extracting input state directly from DOM change events (e.target.checked), eliminating race conditions between Svelte bindings and rapid toggles. - Cleaned up repetitive inline flexbox styles across M3 card settings using a dedicated
.setting-rowCSS component with automated bottom-border handling. - Added automatic state rollback/refresh handling on command execution failures.
Release v1.0.0 (10000)
v1.0.0 (10000) - 2026-07-23
WebUI 🎛️ ->
- Battery stats monitor (health, temperature, current and voltage)
- Daemon (accd) control panel
- Charging threshold sliders
- Reset battery stats toggles
- Config file editor
- Logs viewer
ACC ⚡ ->
- dev-908a5a4b716b7f2506a2e1426429293a11f42ab3 - 2025-06-06