Skip to content

matugen-v0.11.2

Compare
Choose a tag to compare
@github-actions github-actions released this 03 Dec 08:20
· 249 commits to main since this release
fe1fbd5

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_after inside config.toml (Use a wrapper function for Matugen instead)

Added

  • update example config and template file
  • add --debug flag
  • 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
  • --quiet flag still showing output
  • make enquote dependency only for macos target
  • run_after not working on windows
  • fix typo in run_after function

Other

  • clean up Template::generate function arguments
  • run cargo update
  • remove unneeded imports
  • update roadmap and wallpaper alert
  • format with cargo fmt
  • changed function arguments to not use config or args directly
  • move some files into os specific folders
  • move update_informer into a function
  • format with cargofmt