Releases: Goodspoken/Flow.Launcher.Plugin.Volt
Releases · Goodspoken/Flow.Launcher.Plugin.Volt
v1.2.9: Optimization & New Features
What's Changed
- Simpler GUID handling: Switched to
uuidmodule for better performance and reliability. - Enhanced Battery Info: Added detection for charging and full charge status in the results subtitle.
- New Shortcut: Added 'Open Power Settings' (4th item) to quickly access system settings (
ms-settings:powersleep). - Instant UI Reactivity: Implemented
WM_SETTINGCHANGEbroadcast to ensure system-wide UI updates (like the taskbar battery icon) immediately after switching plans. - Cleanup: Removed unused dependencies and updated internal documentation.
"v1.2.8"
v1.2.8
- Store Compliance: Updated internal plugin identifier to strictly conform to UUIDv4 specifications, resolving Flow Launcher validation failures during store submission.
- Store Compliance: Bumped version to 1.2.8 for release sync.
Volt v1.2.7
Changes
- Fix: Remove self.change_query() that crashed every plan switch
- Fix: Replace self.debug() with file-based _log_error()
- Fix: Replace CLSIDFromString with pure Python guid_from_string()
- Perf: Use PowerSetActiveScheme Win32 API (no subprocess freeze)
- Add non-blocking Popen fallback if API fails
- Limit to 3 standard plans (High Performance, Balanced, Power Saver)
- Add active status icons
- Document known cache limitation in README
Volt v1.1.2 - Native Fluent Icons
Volt v1.1.2 - Native Fluent Icons
Release v1.1.1
Initial public release of Volt.
- Added 3 power plans support (High Performance, Balanced, Power Saver).
- Added custom amber/electric icons.
- Bundled flowlauncher library for easier installation.