Releases: jaries23/SoundDeviceSwitcher
Releases · jaries23/SoundDeviceSwitcher
v1.1
🆕 v1.1 업데이트 내역
✨ 주요 변경 사항
-
PowerShell 모듈 자동 설치 스크립트 추가
Install_Modules.ps1파일을 통해AudioDeviceCmdlets,BurntToast모듈을 한 번에 설치할 수 있습니다.- 실행 정책도 자동으로 설정되며, 설치 완료 후 Enter를 눌러 창을 닫는 방식입니다.
-
토스트 알림 개선 (BurntToast 기반)
- 기존 트레이 알림 대신 Windows 10/11 스타일의 토스트 알림으로 전환
- 알림에 시각적인 아이콘이 포함됩니다
(아이콘은assets폴더에서 불러옵니다)
🔄 Changelog v1.1
✨ What’s New
-
PowerShell Module Installer Added
A newInstall_Modules.ps1script automatically sets the execution policy and installs required modules (AudioDeviceCmdlets,BurntToast) in one go. The window remains open until you press Enter to close it. -
Enhanced Toast Notifications (BurntToast)
Old tray balloon notifications are replaced with modern Windows toast notifications via BurntToast
(Icons are loaded from theassetsdirectory.)