Releases: CodingRookie98/winAutoShutdown
Releases · CodingRookie98/winAutoShutdown
WinAutoShutdown v1.3.0
Added
- Settings Page: Dedicated settings view with persistent configuration.
- SPA Routing: Implemented
vue-routerfor seamless navigation between Home and Settings. - Hibernate Support: Added support for Windows Hibernate power state.
- Author Info: Updated author details with GitHub profile link.
Changed
- UI Refactoring:
- Extracted Home logic to
HomeView. - Moved Settings logic (Theme, Language) to
SettingsView. - Replaced modal-based About section with a dedicated page.
- Improved header navigation with dynamic Settings/Back buttons.
- Extracted Home logic to
- State Management: Migrated manual
localStoragelogic to Pinia store (useSettingsStore) with auto-persistence. - Dependencies: Added
vue-router.
WinAutoShutdown v1.2.0
Added
- Multi-language support (English and Simplified Chinese)
- Language switcher in the header
- Internationalization for all UI components
Changed
- Moved README_zh-CN.md to docs directory
- Refactored application using Rust + Tauri + Vue
Removed
- Deleted temp_init directory
Full Changelog: v1.1.0...v1.2.0
v1.1.0
- Refactor the codebase, specifically rewriting the power management module to include functionalities for:
- Locking the system
- Putting the system to sleep
- Hibernating the system
- Shutting down the system
- Restarting the system
- Add support for both Chinese and English languages.
Full Changelog: v1.0.2...v1.1.0
v1.0.2
fix: Fixed the problem of shutdown failure due to modal dialog box when shutting down.
v1.0.1
- Change main window title
- Add executable program icon
v1.0.0
- 重写软件UI和功能实现逻辑
- 增加重启和注销功能
winAutoShutdown-Release-0.1
This is the first version of this software.