Skip to content

v0.1.18

Choose a tag to compare

@github-actions github-actions released this 12 Apr 07:16
7ce4d91

🎉 Features

  • feat(themes): add theme "The Cliffs"
  • feat(i18n): add file size warning message for download progress
  • feat(Select): enhance accessibility and styling
  • feat(theme): add validation for monitor-specific wallpapers

⚙️ Refactors

  • refactor(toast): migrate toast component to context-based architecture
  • refactor(process_manager): improve error handling and code structure
  • refactor(cache): restructure thumbnail cache module for better maintainability
  • refactor(settings): extract footer component for better maintainability
  • refactor(ImageCarousel): restructure styles and improve image handling
  • refactor(useAppInitialization): extract githubStarMessage into a variable

🐛 Fixes

  • fix(Download): handle zero total_bytes case and set progress to 100
  • fix(ToastContext): correct toast insertion order for bottom positions

🎨 Styles

  • refactor(Select): replace icon and adjust border styles