Changelog
V1.4.0
- Build-time Data Sync: Added
scripts/fetch-default-data.tsto support fetching the latest data from GitHub during CI/CD build stages. - Eliminated Startup Flicker: Introduced
isReadystate and a Splash Screen in the Home page, significantly improving the visual experience for new devices on their first open. - Cache Control Optimization: Enhanced cache control logic for
default_data.jsonand the GitHub API. - Bug Fixes: Fixed GitHub API CORS preflight errors and React Hooks call order conflicts.
V1.3.1
- Optimized configuration logic and improved data synchronization methods for new devices
- Refactored default site data management from "hard-coded" to a synchronized JSON configuration file
V1.3.0
- Changed the default state of "Auth Redirect" (authRedirect) to enabled (true)
- Added "Auto Sync" feature to solve data synchronization issues across multiple devices
- Made GitHub Cloud Sync optional and disabled by default
- Improved the "Reset" button functionality in the personalization settings interface
V1.2.0
- Added adjustable glassmorphism and dark mask intensity for wallpapers
- Optimized clock component display
- Optimized mobile responsiveness
V1.1.0
- Updated to GPL-3.0 License
- Added Custom Search Engine configuration
- Added Auth Redirect settings
- Simplified Feedback UI