Releases: rehanzo/dyn-wall-rs
Releases · rehanzo/dyn-wall-rs
v2.1.3
v2.1.2
Fixed bug where under certain circumstances, the sun sync function wouldn't work.
v2.1.1
Fixed bugs with sun sync
v2.1.0
Changelog
- Can now configure program through config file and CLI at the same time (CLI
takes precedence over the config file) - The schedule function will now print off a schedule depending on the options
that are being used - The schedule function now takes no value, use it alongside the directory
option - The schedule function cannot be set through the config file anymore
- The use of the elevation option is now optional when setting it up to sync
with the sun, only latitude and longitude are required - Can now use a custom backend command using the backend option
- Refactored code, should be easier to read
- Other optimizations and bug fixes
- Moved from deprecated crate dirs to dirs-next
v2.0.2
Bug fixes
v2.0.1
Fixed bug relating to syncing wallpaper change with the sun
v2.0.0
Big Release!
Note: This release will likely break current configurations. I have simplified a couple of things. To get familiar with the new options, take a look at the README. It is also suggested that you delete your config file before running the program, so it can create a config file that has up-to-date comments and examples
Changelog:
- Can now add multiple programs to sync with, as well as place the filepath argument in the middle of the command
- Can specify a backend using the
--backend
option, if the program is not detecting your desktop environment correctly - The entire program can be configured through the config file
- The changing of wallpapers can now be synced with the sun
- The
--auto
and--custom
options have been simplified into a single--directory
option - Bug fixes and other optimizations
v1.1.2
Fixed issue where it would check if number of images divides evenly into the day, even if user is using custom config file
v1.1.1
Fixed issue with relative paths for DE's not using feh, they can now be used.