Releases: KiraFR/TrayDisplaySwitch
Releases · KiraFR/TrayDisplaySwitch
v1.0.0
Changelog
All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog,
and this project adheres to Semantic Versioning.
[1.0.0] - 2025-08-29
Added
- Initial release of TrayDisplaySwitch 🎉
- Runs silently in the Windows system tray.
- Context menu with display mode options:
- PC screen only (
/internal) - Duplicate (
/clone) - Extend (
/extend) - Second screen only (
/external) - Open Display Settings
- Exit
- PC screen only (
- Auto-scaled tray icon with support for light and dark mode.
- Security improvements:
- Uses absolute path to
DisplaySwitch.exe. - Allows only whitelisted arguments.
- Uses absolute path to
- Mutex to prevent multiple instances.
- Packaging instructions for building a single self-contained executable.