Skip to content

Releases: victor141516/voolime

Voolime v0.5.3

16 Jun 21:19

Choose a tag to compare

Changes

  • Keep the volume flyout topmost without activating it, improving visibility over games and fullscreen-style apps.
  • Stop placing the flyout behind the taskbar, which could hide it behind games.
  • Add mouse hook diagnostics and explicit mouse wheel consumption logs.
  • Also handle horizontal mouse wheel messages for volume actions.
  • Log whether Voolime is running elevated to help diagnose game input and overlay issues.

Notes

  • Normal Windows mouse wheel events are consumed by Voolime when the configured mouse activation modifiers are held.
  • Some games may still react if they read mouse input through Raw Input, DirectInput, or anticheat-level paths.

Validation

  • dotnet build
  • dotnet publish -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -o publish

Voolime v0.5.2

16 Jun 19:05

Choose a tag to compare

Changes

  • Added a selectable Show Indicator On tray submenu with Primary Monitor and detected monitor entries.
  • Persisted the indicator monitor choice in user settings.
  • Kept the volume flyout on the selected monitor, including stacked monitor layouts.
  • Restored smoother WPF animations and avoided animation restarts during rapid volume changes.
  • Added diagnostic flyout test mode for monitor-position debugging.

Validation

  • dotnet build
  • dotnet publish -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -o publish
  • dotnet run -- --test-flyout --monitor primary --rapid

Voolime v0.5.1

15 Jun 23:05

Choose a tag to compare

Changes

  • Make the volume flyout bar interactive.
  • Clicking the flyout bar moves the active app volume to that point.
  • Dragging across the flyout bar continuously updates the active app volume.
  • Keep the flyout non-activating while allowing pointer input.

Validation

  • Published with dotnet publish -c Release -r win-x64 --self-contained false -p:PublishSingleFile=true -o publish.

Voolime v0.5.0

15 Jun 14:51

Choose a tag to compare

Store user settings in a JSON file at %LOCALAPPDATA%\Voolime\settings.json instead of the Windows Registry.

Voolime v0.4.10

15 Jun 13:32

Choose a tag to compare

Version bump to verify the updater without PowerShell or command scripts after the download timeout fix.

Voolime v0.4.9

15 Jun 13:31

Choose a tag to compare

Make update downloads more tolerant and stream the asset response.

Voolime v0.4.8

15 Jun 13:28

Choose a tag to compare

Version bump to verify the updater without PowerShell or command scripts.

Voolime v0.4.7

15 Jun 13:27

Choose a tag to compare

Replace the PowerShell updater script with an internal executable updater mode.

Voolime v0.4.6

15 Jun 13:16

Choose a tag to compare

Version bump to verify the fixed updater path.

Voolime v0.4.5

15 Jun 13:15

Choose a tag to compare

Fix updater helper logging so self-update replacement is not blocked by log writes.