Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
70 commits
Select commit Hold shift + click to select a range
55ac4ff
Add volume control
park-bit Apr 26, 2026
97c57df
Update GitHub Actions versions
park-bit Apr 26, 2026
77c9b41
Fix msbuild setup version
park-bit Apr 26, 2026
ad49b4b
Fix git protocol in pip install
park-bit Apr 26, 2026
f699ee0
Add token to release step
park-bit Apr 26, 2026
4ff3d65
Fix release permissions and add volume decouple
park-bit Apr 26, 2026
efb56eb
Update README and final volume fixes
park-bit Apr 26, 2026
eabf792
Final robust build configuration
park-bit Apr 26, 2026
b98e38a
Revert to working v1.4.4 build logic (v1.5.0)
park-bit Apr 26, 2026
153c438
Minimalist build configuration (v1.5.1)
park-bit Apr 26, 2026
d9fb2b0
Fix per-process volume control and UAC elevation for absolute volume
park-bit Apr 26, 2026
6d17294
Complete volume rewrite: IAudioEndpointVolumeCallback blocks AVRCP + …
park-bit Apr 26, 2026
e2ac684
Remove ghost submodule translate-toolkit to fix CI checkout
park-bit Apr 27, 2026
ebfd1cf
Fix build: remove ghost submodule + restore working CI config + volum…
park-bit Apr 27, 2026
e43b3fc
Permanently ignore ghost submodule translate-toolkit
park-bit Apr 27, 2026
b3e7e0f
Fix workflow: sequential builds with error surfacing
park-bit Apr 27, 2026
0a50545
Fix compilation: raw COM ptr for IAudioEndpointVolume + endpointvolume.h
park-bit Apr 27, 2026
55e179b
Decouple phone volume from system volume using per-session control
park-bit Apr 27, 2026
8cfc75d
Fix laptop keys (allow GUID_NULL), improve registry fix, and target B…
park-bit Apr 27, 2026
e64b133
v1.7.0: Absolute Authority - Use user activity to protect master volu…
park-bit Apr 27, 2026
664de13
v1.7.1: Fix compilation errors (fMasterVolume, identifier visibility)
park-bit Apr 27, 2026
ed8128f
v1.7.2: Fix tray slider by targeting phone sessions via DisplayName (…
park-bit Apr 27, 2026
8a42b80
v1.7.3: Sync phone volume buttons to app slider + improved session se…
park-bit Apr 27, 2026
3fb6423
v1.7.5: Unified Control Center UI, Startup support, and Revert Fix op…
park-bit Apr 27, 2026
e4506b3
v1.7.6: Fix syntax error in WndProc (extra brace)
park-bit Apr 27, 2026
55c9096
v1.7.7: Fix compilation (missing headers and forward declarations)
park-bit Apr 27, 2026
6c93d12
v1.7.8: Fix WinRT allocation and static redeclaration errors
park-bit Apr 29, 2026
de7b6ec
v1.7.9: Fix C4267 warning in SetRunAtStartup
park-bit Apr 29, 2026
6631ce9
v1.7.10: Fix invalid local function syntax in AddDeviceAsync
park-bit Apr 29, 2026
adac864
v1.7.11: Fix missing WinRT UI and Media headers
park-bit Apr 29, 2026
b4c20e4
v1.7.12: Fix missing WM_NOTIFYICON wrapper for tray clicks
park-bit Apr 29, 2026
a15668a
v1.7.13: Fix missing window pos and layout size for unified flyout Sh…
park-bit Apr 29, 2026
40c0fb3
v1.7.14: Roll back to separate Volume Flyout and Context Menu UI whil…
park-bit Apr 29, 2026
9d1aa92
v1.7.15: Fix build error (duplicate SetupDevicePicker)
park-bit Apr 29, 2026
3b8a78e
v1.7.16: Fix syntax error (extra brace) in AudioPlaybackConnector.cpp
park-bit Apr 29, 2026
d405c55
v1.7.17: Fix compilation error (Focus requires Control cast)
park-bit Apr 29, 2026
f5644f0
v1.7.18: Fix DevicePicker.Show() - pass Rect instead of Point
park-bit Apr 29, 2026
4e6b6ec
v1.7.19: Fix menu/flyout position and DevicePicker anchor to tray icon
park-bit Apr 29, 2026
c9526dd
v1.8.0: Implement mandatory admin run, add Usage Instructions menu, a…
park-bit Apr 29, 2026
3df8dbd
v1.8.1: Fix GitHub Action permissions for Releases
park-bit Apr 29, 2026
3eff5c3
v1.8.2: Fix DevicePicker.Show() - use DIPs and ensure host window focus
park-bit Apr 29, 2026
7c57d4f
v1.8.3: Fix Flyout sizing and DevicePicker coordinates
park-bit Apr 30, 2026
28ea6a1
v1.8.4: Defer DevicePicker.Show() to avoid Focus Loss from MenuFlyout
park-bit Apr 30, 2026
4437bba
v1.8.5: Fix missing Placement mode causing UI failure
park-bit Apr 30, 2026
c8c0f15
v1.8.6: Implement monitor-relative UI anchoring to fix WinUI popup bo…
park-bit Apr 30, 2026
646c9e6
v1.8.7: Revert to v1.7.3 behavior for tray icon interaction
park-bit Apr 30, 2026
1a18388
v1.8.8: Revert DevicePicker host window to fullscreen hidden (v1.7.3 …
park-bit Apr 30, 2026
47653dd
v1.8.9: Fix compilation error by including missing Popups.h and remov…
park-bit Apr 30, 2026
1fd7215
v1.9.0: Fix ShowAt type error - use FlyoutShowOptions instead of Point
park-bit May 1, 2026
ddfa4ac
v1.9.1: Revert left-click to exact v1.7.3 DevicePicker code
park-bit May 1, 2026
67066d0
v1.9.2: Use v1.7.3 fullscreen-hidden host window approach for all fly…
park-bit May 1, 2026
f4c8aec
v1.9.3: Exact v1.7.3 tray handlers - cursor pos for menu, NIN_SELECT …
park-bit May 1, 2026
6ca2c09
v1.9.4: Full rollback to v1.7.3 source code
park-bit May 1, 2026
c58b35f
v1.9.5: Add WM_LBUTTONUP fallback for left-click with debounce
park-bit May 1, 2026
a482731
v1.9.6: Show window for DevicePicker + try-catch to surface errors
park-bit May 1, 2026
455e540
v1.9.7: Rollback SettingsUtil.hpp to v1.7.3 to fix g_runAtStartup mis…
park-bit May 1, 2026
88b23b4
v1.9.8: Fix silent break on Shell_NotifyIconGetRect failure - use cur…
park-bit May 1, 2026
94c80b0
v1.9.9-debug: Add tray notification code debug dialog
park-bit May 1, 2026
13fa491
v2.0.0: Remove debug dialog, revert SWP_HIDEWINDOW, catch all exceptions
park-bit May 1, 2026
dacc646
v2.0.0: Stable Rollback + Robust Click Handling (v1.7.3 based)
park-bit May 1, 2026
8b18a1e
v2.0.2: Fix Flyout.ShowAt build error
park-bit May 1, 2026
3bcac6d
v2.0.3: VERBATIM ROLLBACK TO v1.7.3-volume-fix
park-bit May 1, 2026
10fc64d
v2.0.4: Fix tray interaction deadlock (force clean state)
park-bit May 1, 2026
26fd7fa
v2.0.5: Restore menu features + Fix Admin startup prompt
park-bit May 1, 2026
f725ed7
v2.0.6: Fix build errors (g_runAtStartup + FontIcon)
park-bit May 1, 2026
6f6a4a3
v2.0.7: Restore critical window state logic for DevicePicker
park-bit May 1, 2026
145f109
v2.0.9: Fix instructions text encoding + add explorer tip
park-bit May 1, 2026
ae011f4
Docs: Update feature list in README
park-bit May 2, 2026
fe6aba8
Docs: Clean up README for PR
park-bit May 2, 2026
e3a0ead
CI: Revert workflow changes for PR compliance
park-bit May 2, 2026
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -340,3 +340,6 @@ ASALocalRun/
healthchecksdb

translate/generated

translate/src/translate-toolkit

Loading