🎉 Features
- feat(i18n): add Korean language support with complete translations
- feat(app): enhance daemon kill command with return value and logging
- feat(config): add position cache configuration option
⚙️ Refactors
- refactor(i18n): replace TranslationMap with static LazyLock translations
- refactor(time): simplify julian_day calculation using ymd_hms()
🚀 Performances
- perf(datetime): make datetime related functions const
🐛 Fixes
- fix(logging): add fallback to RUST_LOG environment variable
- fix(daemon): implement config change detection and processing loop
- fix: fix color scheme switch failure on Windows
- fix: remove empty check for monitor_specific_wallpapers
- fix(registry): fix auto-start enable failure in Windows registry
📦 Dependencies
- chore(deps): update dependencies
- chore(deps): update dependencies
🎨 Styles
- style: improve layout and styling for responsiveness