2023-12-17 08:01:29 by pin | Files touched by this commit (3) |  |
Log message:
graphics/matugen: update to 1.1.1
[1.1.1] - 2023-12-14
Fixed
- red color being blue in generated file
[1.1.0] - 2023-12-14
Added
- add span of file in template render error
- add custom keywords
Fixed
- `--show-colors`, `--json` not showing without an image
- wrong hsl color in generated file
- do not open file before rendering template
|
2023-12-03 21:46:22 by pin | Files touched by this commit (3) |  |
Log message:
graphics/matugen: update to 0.11.2
[0.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
|
2023-11-18 15:25:36 by pin | Files touched by this commit (3) |  |
Log message:
graphics/matugen: update to 0.11.1
0.11.1 - 2023-11-17
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
|
2023-11-14 22:06:42 by pin | Files touched by this commit (2) |  |
Log message:
graphics/matugen: update to 0.11.0
- Added colors
- 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
|
2023-09-18 14:39:17 by pin | Files touched by this commit (3) |  |
Log message:
graphics/matugen: update to 0.10.1
0.10.1 - 2023-09-17
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
|
2023-08-31 12:14:24 by pin | Files touched by this commit (3) |  |
Log message:
graphics/matugen: update to 0.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 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
|
2023-08-13 21:33:58 by pin | Files touched by this commit (2) |
Log message:
graphics/matugen: pull from specific commit
to fix broken checksums.
|
2023-08-10 16:13:41 by pin | Files touched by this commit (4) |  |
Log message:
graphics/matugen: update to 0.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
pkgsrc related changes: Remove patches submitted upstream
https://github.com/InioX/Matugen/pull/10
Other
- add removed notice for reload_gtk_theme
- run clippy --fix
|
2023-08-06 07:25:06 by pin | Files touched by this commit (7) |
Log message:
graphics/matugen: import package
Matugen is a cross-platform tool that generates a colorscheme either from an
image or a color, and exports it to a file from a template.
It can also set the wallpaper if one was provided.
Note: Support changing the wallpaper on X11 requires graphics/feh.
|