Skip to content

Releases: Goodspoken/Flow.Launcher.Plugin.Volt

v1.2.9: Optimization & New Features

20 Apr 00:29

Choose a tag to compare

What's Changed

  • Simpler GUID handling: Switched to uuid module 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_SETTINGCHANGE broadcast 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"

11 Mar 08:14

Choose a tag to compare

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

03 Mar 07:23

Choose a tag to compare

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

02 Mar 13:43

Choose a tag to compare

Volt v1.1.2 - Native Fluent Icons

Release v1.1.1

02 Mar 12:37

Choose a tag to compare

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.