Skip to content

Commit

Permalink
Release version 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
danyspin97 committed Apr 7, 2023
1 parent e7e2044 commit a99e4e3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,15 @@
# 1.0.0 (WIP)
# 0.3.0 (WIP)

- Replace timer library with calloop::sources::Timer (fixes #13)
- Refactor wpaperd to use wayland-rs 0.30 and latest smithay-client-toolkit
(fixes #14)
- Do not crash when a new display is added or removed
- The wallpaper duration setting is now more reliable
- Fix panic when a directory is empty (fixes #27)
- Remove `output-config` from config
- Remove `--config` argument from cli
- Rename wpaperd.conf to wpaperd.toml and output.conf to wallpaper.toml
(fixes #25)
- Cleanup code

# 0.2.0
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "wpaperd"
version = "1.0.0"
version = "0.3.0"
edition = "2021"
authors = ["Danilo Spinella <[email protected]>"]
description = "Wallpaper daemon for Wayland"
Expand Down

0 comments on commit a99e4e3

Please sign in to comment.