Skip to content

v0.3.0

Compare
Choose a tag to compare
@LuckyTurtleDev LuckyTurtleDev released this 04 Jan 18:24
· 17 commits to main since this release
  • "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