Releases: victor141516/voolime
Releases · victor141516/voolime
Voolime v0.5.3
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
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
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
Store user settings in a JSON file at %LOCALAPPDATA%\Voolime\settings.json instead of the Windows Registry.
Voolime v0.4.10
Version bump to verify the updater without PowerShell or command scripts after the download timeout fix.
Voolime v0.4.9
Make update downloads more tolerant and stream the asset response.
Voolime v0.4.8
Version bump to verify the updater without PowerShell or command scripts.
Voolime v0.4.7
Replace the PowerShell updater script with an internal executable updater mode.
Voolime v0.4.6
Version bump to verify the fixed updater path.
Voolime v0.4.5
Fix updater helper logging so self-update replacement is not blocked by log writes.