From c1fef4154b3268e0d62f0333c03bd2463ed19c76 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 3 Dec 2023 08:13:10 +0000 Subject: [PATCH] chore: release Signed-off-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- CHANGELOG.md | 32 ++++++++++++++++++++++++++++++++ Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 34 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 077fd37..38e0688 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,38 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.11.2](https://github.com/InioX/matugen/compare/matugen-v0.11.1...matugen-v0.11.2) - 2023-12-03 + +### 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 + ## [0.11.1](https://github.com/InioX/matugen/compare/matugen-v0.11.0...matugen-v0.11.1) - 2023-11-17 ### Fixed diff --git a/Cargo.lock b/Cargo.lock index e726d80..503bf75 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -897,7 +897,7 @@ checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f" [[package]] name = "matugen" -version = "0.11.1" +version = "0.11.2" dependencies = [ "clap", "color-eyre", diff --git a/Cargo.toml b/Cargo.toml index 2c06c76..f0aec5a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "matugen" -version = "0.11.1" +version = "0.11.2" description = "A material you color generation tool with templates" repository = "https://github.com/InioX/matugen" categories = ["command-line-utilities"]