Skip to content

Releases: KiraFR/TrayDisplaySwitch

v1.0.0

29 Aug 21:55

Choose a tag to compare

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
  • Auto-scaled tray icon with support for light and dark mode.
  • Security improvements:
    • Uses absolute path to DisplaySwitch.exe.
    • Allows only whitelisted arguments.
  • Mutex to prevent multiple instances.
  • Packaging instructions for building a single self-contained executable.