Skip to content

Releases: LuckyTurtleDev/more-wallpapers

v0.4.0 XFCE

29 Mar 13:27
Compare
Choose a tag to compare

What's Changed

Breaking Changed

  • variants of the Environment enum exist now only at the associated platforms.
  • WallpaperError was adjusted
  • update deps

Full Changelog: v0.3.1...v0.4.0

v0.3.1 Sway

31 Oct 13:00
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

04 Jan 18:24
Compare
Choose a tag to compare
  • "add support" for Cinnamon (default wallpaper can be set now)

Breaking changes:

  • Environment enum has the new entry Cinnamon
  • Environment enum is now non_exhaustive, to avoid breaking changes by adding support for more desktops in the future
  • CommandError::CommandIO, has now an addition field with save the original command
  • exit_code field of CommandError::CommandStatus enum is now an Option to avoid possible panic
  • update rustbus to v0.19; see https://github.com/KillingSpark/rustbus/tree/v0.19.0

v0.2.1

08 Dec 18:27
Compare
Choose a tag to compare

fix mate desktop

v0.2.0

07 Dec 18:56
Compare
Choose a tag to compare

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.

v0.1.1

05 Jul 17:03
Compare
Choose a tag to compare
  • add build.rs to crates.io

v0.1.0

05 Jul 15:38
Compare
Choose a tag to compare
add description