Releases: rust17/remote-mouse
Releases · rust17/remote-mouse
v1.0.3 - Restart and Enable/Disable Logs
Added
- Server: Added a "Restart" option to the system tray menu. Now uses service-level soft restart to instantly reload the web server and mDNS without restarting the process.
- Server: Added a "Enable/Disable Logs" toggle to the system tray menu for real-time logging control.
- Server: Added command-line arguments (
--port,--log) to configure the initial port and logging state.
Fixed
- Server: Fixed a crash on Windows when restarting the application in packaged (PyInstaller) builds by replacing process spawning with internal service reloading.
- Server: Fixed a crash in non-console environments (like Windows GUI mode) caused by logging configuration.
- Server: Fixed an issue where toggling logs off did not correctly release file handlers.
v1.0.2 - Light Mode, Theming, and Accessibility Improvements
Added
- UI: Added Light Mode toggle and theming support.
- Settings: Added scroll position toggle (left/right) for better accessibility.
Changed
- Docs: Updated README with new screenshots showing different modes.
- CI: Updated release workflow artifact paths.
v1.0.1 - Enhanced Sensitivity & UI, macOS/Linux Bundler, Docs & Performance Updates
Added
- Settings: Enhanced sensitivity settings and added a scroll sensitivity feature.
- UI: Added scroll slider to the settings zone.
- Build: Added support for macOS bundler (
.appcreation) and linux. - Docs: Added
READMEdocumentation andPWA. - UI: Update function keys layout and improve navigation controls.
Changed
- Refactor: General refactoring of both server and frontend codebases for better maintainability.
- Optimization: Optimized application size.
First Release
Automated release.