Releases: jkotra/wpc
Releases · jkotra/wpc
WPC 1.9.0
WPC 1.8.0
WPC 1.7.0
Dynamic wallpaper (#18) * feature: time-based Dynamic Wallpaper (--dynamic) refactor: remove initial update loop. refactor: add force_dark_theme to ThemeOptions * use exact interval secs as update in initial settings parse * Fix local mode - fix bug in `secs_till_next_hour` * refactor: secs_till_next_hour() * add test for local mode * prevent canonicalize error, use current_dir on error * fix test for dynamic wallpaper * update README and CHANGELOG * fix test: fix typo
WPC 1.6.1
WPC 1.6.0
WPC 1.5.0
WPC 1.4.1
WPC 1.4.0
1.4.0 release. Squashed commit of the following: commit 4274586a77465154c997ee823cdcdd074d183876 Author: Jagadeesh Kotra <[email protected]> Date: Mon Apr 4 23:17:59 2022 +0530 bugfix: -d should be expanded iff `.` commit bcd2df0405c17028755ecff0b973ffec7f63c36d Author: Jagadeesh Kotra <[email protected]> Date: Mon Apr 4 19:40:49 2022 +0530 Expand . to current dir * if -d / --directory arg is just ., replace it with current dir. * wait 1 sec on every iteration of initial candidates. commit 18c2465413562379e11207c581c1b8bb69e0d3bf Author: Jagadeesh Kotra <[email protected]> Date: Mon Apr 4 00:06:50 2022 +0530 Improve json read/write in wallhaven * use `Serialize` and `Deserialize` of `serde` on `WallHaven` struct for auto reading and writing to JSON file. commit 995d8885c15668624d670a6be404f21af1c04566 Author: Jagadeesh Kotra <[email protected]> Date: Mon Apr 4 00:04:27 2022 +0530 Check if file already exists and return Error message instead of panic. commit 318f45173de2435e413dd58171ac367a66a87e27 Author: Jagadeesh Kotra <[email protected]> Date: Thu Mar 31 00:57:06 2022 +0530 * remove deprecated args filtering from misc.rs get_wpc_args() * use PathBuf .extension() to get for chosen wallpaper commit 2b2ddb8b81cf9c566ac0f239a58f8690488fdde9 Author: Jagadeesh Kotra <[email protected]> Date: Wed Mar 30 19:36:21 2022 +0530 update CHANGELOG.md commit 47ce46068c3ae92d2c1d4148ee08d95cf32a1197 Author: Jagadeesh Kotra <[email protected]> Date: Wed Mar 30 19:34:15 2022 +0530 enable lto on release build commit df2cdbad6d7f41db878314e4572ce7db2d0835c5 Author: Jagadeesh Kotra <[email protected]> Date: Wed Mar 30 18:46:44 2022 +0530 refactor and simplify - v1.4.0