Skip to content

BackScene 1.1

Choose a tag to compare

@ProbablyXS ProbablyXS released this 31 Aug 12:36
· 58 commits to main since this release
eb27f9a

Changelog

  • Bug Fixes: Addressed various issues to improve stability and performance.
    • CheckWallpaperPath Method: Enhanced the CheckWallpaperPath method to:
      • Ensure that the wallpaperPath is neither null, empty, nor consists only of white-space characters.
      • Verify that the directory exists before further checks.
      • Check if the directory is not empty by confirming it contains at least one file or subdirectory.
      • Add exception handling to log errors if an issue occurs while accessing the directory.
  • Design Improvements: Enhanced the overall visual design for a better user experience.
  • Autoplay on Startup: Added an option to play wallpapers automatically when the application starts.
  • Drag-and-Drop Enhancements:
    • Added sound feedback when dragging and dropping a folder to change the wallpaper path.
    • Implemented a display message to confirm the action when dragging and dropping a folder to change the wallpaper path.
    • Enabled modification of the wallpaper path through drag-and-drop in the main menu.
  • Start with Windows: Added an option to automatically start the application when Windows starts.