Skip to content

v0.2.0

Compare
Choose a tag to compare
@LuckyTurtleDev LuckyTurtleDev released this 07 Dec 18:56
· 24 commits to main since this release

Breaking changes:

  • set_(random_)wallpapers_from_vec required new default_wallpaper argument
  • use camino::Utf8PathBuf instead of std::path::PathBuf; crate does not support setting non utf8 path anyway
  • WallpaperBuilder does not impl clone anymore
  • rename wallpaper feature to fallback; wallpaper is to generic
  • fix spelling error at Enviroment
  • fix spelling error at set_wallapers
  • change error_type of WallpaperError::Dbus
  • change error_type of WallpaperError::WallpaperCrate

Thanks to @msrd0 for their bug reports.