Skip to content

v5.2.0

Latest

Choose a tag to compare

@nbebaw nbebaw released this 06 Mar 21:03
· 1 commit to master since this release

Release Notes

v5.2.0

New Features

  • Tray Quick-Actions: The system tray menu now includes a Turbo Boost toggle (shows current ON/OFF state) and a Performance Mode submenu with all four modes (Power Save, Balance, Performance, Ultra). The tray stays in sync with the app via IPC.
  • Dark Mode: Added a light/dark theme toggle button in the nav bar on both pages. The selected theme is persisted to ~/.config/boostchanger/settings.json (via Electron's userData path) and applied immediately on next launch with no flash.
  • CPU Temperature: Live CPU temperature display added to the dashboard and to the CPU Settings nav bar, polled every 2 seconds using systeminformation.cpuTemperature(). Shows "N/A" when sensor data is unavailable.
  • Minimize to Tray: Minimizing the window now hides it completely from the taskbar. Use "Show App" in the tray icon menu to restore it.

Bug Fixes

  • localStorage cache bug fixed: main.js was calling session.clearStorageData() on every launch, silently defeating the caching in dashboard.js. Static system info (OS, kernel, CPU name, RAM, disk) now loads from cache on subsequent page visits within the same session.

v5.1.1

Dependency Updates

  • electron updated from 40.4.1 to 40.8.0
  • electron-builder updated from 26.7.0 to 26.8.1
  • electron-updater updated from 6.7.3 to 6.8.3
  • systeminformation updated from 5.31.0 to 5.31.3