Skip to content

Commit

Permalink
Next release is 1.3.0
Browse files Browse the repository at this point in the history
Signed-off-by: Thibault Meyer <meyer.thibault@gmail.com>
  • Loading branch information
thibaultmeyer committed May 18, 2024
1 parent 629400e commit 5068bdf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
14 changes: 7 additions & 7 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "bingwallpaper"
version = "1.2.0"
version = "1.3.0"
edition = "2021"

authors = ["Thibault Meyer"]
Expand All @@ -15,12 +15,12 @@ publish = false


[dependencies]
chrono = "0.4.32"
clap = { version = "4.4.18", features = ["derive"] }
confy = "0.6.0"
reqwest = { version = "0.11.23", features = ["blocking", "json"] }
serde = "1.0.195"
serde_derive = "1.0.195"
chrono = "0.4.38"
clap = { version = "4.5.4", features = ["derive"] }
confy = "0.6.1"
reqwest = { version = "0.12.4", features = ["blocking", "json"] }
serde = "1.0.202"
serde_derive = "1.0.202"
winit = "0.28.7"


Expand Down
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -147,8 +147,9 @@ choose the one that seems best suited to you (crontab, gnome start at launch, et

## Known issues / limitations

* [LINUX] Only Gnome is natively supported, to use this application with another Desktop
Environment, you have to use `exec_apply_wallpaper` option in the configuration file
* [LINUX] Only Gnome and Cinnamon are natively supported, to use this application with
another Desktop Environment, you have to use `exec_apply_wallpaper` option in the
configuration file
* [MAC] Sometime, "Dock" refuse to refresh wallpaper when you are using an application
in fullscreen when bingwallpaper try to update wallpaper
* [WINDOWS] Parameter `--nowindow` (or `-w`) not working if you use Terminal as default
Expand Down

0 comments on commit 5068bdf

Please sign in to comment.