Releases: InioX/matugen
Releases · InioX/matugen
matugen-v0.11.2
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
orargs
directly - move some files into os specific folders
- move update_informer into a function
- format with cargofmt
matugen-v0.11.1
matugen-v0.11.0
Added colors:
Color Role | Tone: Light | Tone: Dark |
---|---|---|
Surface Dim | N-87 | N-6 |
Surface Bright | N-98 | N-24 |
Surface Container Lowest | N-100 | N-4 |
Surface Container Low | N-96 | N-10 |
Surface Container | N-94 | N-12 |
Surface Container High | N-92 | N-17 |
Surface Container Highest | N-90 | N-22 |
Color Role | Tone: Light | Tone: Dark |
---|---|---|
Primary Fixed | P-90 | P-90 |
Primary Fixed Dim | P-80 | P-80 |
Secondary Fixed | S-90 | S-90 |
Secondary Fixed Dim | S-80 | S-80 |
Tertiary Fixed | T-90 | T-90 |
Tertiary Fixed Dim | T-80 | T-80 |
Color Role | Tone: Light | Tone: Dark |
---|---|---|
Primary Fixed | P-10 | P-10 |
Primary Fixed Variant | P-30 | P-30 |
Secondary Fixed | S-10 | S-10 |
Secondary Fixed Variant | S-30 | S-30 |
Tertiary Fixed | T-10 | T-10 |
Tertiary Fixed Variant | T-30 | T-30 |
Changed
Old
Color Role | Tone: Light | Tone: Dark |
---|---|---|
Surface |
New
Color Role | Tone: Light | Tone: Dark |
---|---|---|
Surface | N-98 | N-6 |
The chroma for the neutral palette has been increased from 4 to 6.
Deprecated
background
on_background
surface_variant
Added
- (COLORS_ANDROID) add
source_color
- (template) add
hsl
andhsla
formats - (template) add
dark
,amoled
andlight
schemes to every template
Fixed
- (android_scheme) fix
light
andpure_dark
colors
Other
- remove build warnings (closes #17)
- add
--json
docs - format with cargofmt
- add --json flag
- run formatter
- update note markdown
- (nixos) add specific version for flake
- move some stuff into their own functions
ini-material-color-utilities-rs-v0.5.0
Other
- Added new surfaces, fixed colors, removed deprecated colors, changed chroma for neutral palette
- cargo fmt
matugen-v0.10.1
Added
- (COLORS_ANDROID) add
source_color
- (template) add
hsl
andhsla
formats - (template) add
dark
,amoled
andlight
schemes to every template
Fixed
- (android_scheme) fix
light
andpure_dark
colors
Other
- remove build warnings (closes #17)
- add
--json
docs - format with cargofmt
- add --json flag
- run formatter
- update note markdown
- (nixos) add specific version for flake
- move some stuff into their own functions
ini-material-color-utilities-rs-v0.4.1
Fixed
- (android_scheme) fix
light
andpure_dark
colors
Other
- remove build warnings (closes #17)
- format with cargofmt
matugen-v0.10.0
Added
- (scheme) add
android_scheme
keywords - (scheme) add
android_scheme
- (arguments) add
--show-colors
flag and disable showing colors by default - (show_colors) show light, dark and amoled at once in a table
- (arguments) remove
lightmode
andamoled
- (config) rename
scheme
tomode
in template config - (arguments) add
mode
to replacelightmode
andamoled
- (template) add
Light
,Dark
,Amoled
options for each template - add
--dry-run
flag - (template) add
source_color
- show generated colors inside a table instead
Fixed
- (show_color) make the dark and amoled colors use right schemes
- remove debug stuff
- dark and amoled modes being switched
- correct blue and green in
get_source_color
- show colors AFTER running commands
Other
- (template) update keyword names
- (
scheme_android
) add TODO note for amoled scheme - add DEFAULT_CONFIG const
- (get_source_color) move to color file
- rename
Commands
struct toSource
- make the colors vec a const
- add gifs for modes, palettes and
--other-colors
- update all tapes
- (tapes) change the output directory
- remove unnecessary imports
- fix usage of commands
- add an explanation for
mode
in template config - rename
scheme
tomode
- add
source color
keyword - format with
cargo fmt
- (show_color) use
format_argb_as_rgb
- format with
cargo fmt
- change repository address
- remove useless gifs
ini-material-color-utilities-rs-v0.4.0
Added
- (scheme) add
android_scheme
keywords - (scheme) add
android_scheme
Other
- (
scheme_android
) add TODO note for amoled scheme - format with
cargo fmt
- format with
cargo fmt
matugen-v0.9.0
Added
- (reload apps) make every app true by default
- (reload apps) add dunst
- (config) add suggestion to error message
- (config) [breaking] add reload_apps_list
Fixed
- add NetBSD support
Other
- add removed notice for
reload_gtk_theme
- run clippy --fix
matugen-v0.8.4
Other
- update cargo and flake lockfiles