Skip to content

Releases: CodingRookie98/winAutoShutdown

WinAutoShutdown v1.3.0

08 Feb 09:20

Choose a tag to compare

Added

  • Settings Page: Dedicated settings view with persistent configuration.
  • SPA Routing: Implemented vue-router for 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.
  • State Management: Migrated manual localStorage logic to Pinia store (useSettingsStore) with auto-persistence.
  • Dependencies: Added vue-router.

WinAutoShutdown v1.2.0

07 Feb 07:08

Choose a tag to compare

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

12 Feb 04:32

Choose a tag to compare

  • 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

22 Apr 06:54

Choose a tag to compare

fix: Fixed the problem of shutdown failure due to modal dialog box when shutting down.

v1.0.1

02 Mar 06:44

Choose a tag to compare

  1. Change main window title
  2. Add executable program icon

v1.0.0

22 Feb 10:17

Choose a tag to compare

  1. 重写软件UI和功能实现逻辑
  2. 增加重启和注销功能

winAutoShutdown-Release-0.1

24 Mar 07:36

Choose a tag to compare

This is the first version of this software.