Windows
- Matugen can now set the wallpaper on Windows (only tested on W11)
MacOS
- Matugen should now set the wallpaper on MacOS (cannot test)
Deprecated
run_afterinside config.toml (Use a wrapper function for Matugen instead)
Added
- update example config and template file
- add
--debugflag - remove
run_after - (macos) implement wallpaper setting
- (template) show error if file is not in UTF-8
- (wallpaper) add error is the program to set wallpaper is not in PATH
- (windows) implement setting wallpaper
- add
update-informer - (logging) add number indicator to logs for templates and run_after
- (logging) update the message format
Fixed
- (template) fix "parent folder does not exist" warning
--quietflag still showing output- make
enquotedependency only for macos target run_afternot working on windows- fix typo in
run_afterfunction
Other
- clean up
Template::generatefunction arguments - run
cargo update - remove unneeded imports
- update roadmap and wallpaper alert
- format with
cargo fmt - changed function arguments to not use
configorargsdirectly - move some files into os specific folders
- move update_informer into a function
- format with cargofmt