Skip to content

Releases: jkotra/wpc

WPC 1.9.0

09 Dec 12:44
111692c
Compare
Choose a tag to compare
  • improve command line arg names.
  • add option to remove WPC from startup.
  • add --wallhaven-config arg to pass wallhaven config file path.

WPC 1.8.0

16 Jun 10:13
8b8066a
Compare
Choose a tag to compare
fix: change subreddit of reddit test

WPC 1.7.0

13 Jan 17:02
4492b83
Compare
Choose a tag to compare
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

15 Dec 18:58
660c8ce
Compare
Choose a tag to compare

GNOME 43 BUGFIX

WPC 1.6.0

17 Aug 13:18
1e34059
Compare
Choose a tag to compare
update README and CHANGELOG

WPC 1.5.0

11 Jun 15:17
ac7afd8
Compare
Choose a tag to compare
Use systemd unit file for startup

- bugfix: fix crash on gnome < 42.

WPC 1.4.1

11 Apr 08:46
3eda7c4
Compare
Choose a tag to compare

BugFix Release for Linux (Gnome 42).

WPC 1.4.0

04 Apr 20:35
67ff7b4
Compare
Choose a tag to compare
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

WPC 1.3.0

07 Feb 16:08
Compare
Choose a tag to compare
  • bug fixes.
  • better logging.

WPC 1.2.0

23 May 13:11
d51e66d
Compare
Choose a tag to compare
Notify on fs change (#13)

* notify on fs change