Skip to content

Releases: InioX/matugen

matugen-v0.11.2

03 Dec 08:20
fe1fbd5
Compare
Choose a tag to compare

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

matugen-v0.11.1

17 Nov 15:29
9a032c6
Compare
Choose a tag to compare

Fixed

  • remove unused result warning
  • (macos) update specific functions to only run on linux and macos (#25)
  • (macos) use conditional import for unsupported modules (#25)

Other

  • update note syntax
  • update roadmap icon

matugen-v0.11.0

14 Nov 16:18
2922541
Compare
Choose a tag to compare

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 N-99 N-10

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 and hsla formats
  • (template) add dark, amoled and light schemes to every template

Fixed

  • (android_scheme) fix light and pure_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

14 Nov 16:18
2922541
Compare
Choose a tag to compare

Other

  • Added new surfaces, fixed colors, removed deprecated colors, changed chroma for neutral palette
  • cargo fmt

matugen-v0.10.1

17 Sep 13:17
4beb04f
Compare
Choose a tag to compare

Added

  • (COLORS_ANDROID) add source_color
  • (template) add hsl and hsla formats
  • (template) add dark, amoled and light schemes to every template

Fixed

  • (android_scheme) fix light and pure_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

17 Sep 13:16
4beb04f
Compare
Choose a tag to compare

Fixed

  • (android_scheme) fix light and pure_dark colors

Other

  • remove build warnings (closes #17)
  • format with cargofmt

matugen-v0.10.0

15 Aug 15:28
645fb09
Compare
Choose a tag to compare

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 and amoled
  • (config) rename scheme to mode in template config
  • (arguments) add mode to replace lightmode and amoled
  • (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 to Source
  • 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 to mode
  • 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

15 Aug 15:26
645fb09
Compare
Choose a tag to compare

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

08 Aug 18:37
363a453
Compare
Choose a tag to compare

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

05 Aug 21:00
64df701
Compare
Choose a tag to compare

Other

  • update cargo and flake lockfiles