Added
- add
modekeyword - (filter) add auto_lightness filter
- (filter) add camel_case filter
- custom expr and block prefix, postfix
- feature-gated web-image
- feature-gated dumping json
- feature-gated update-informer
- (filters) add
invert,grayscale andset_hue` - add timestamp to debug logs
- add more info to debug mode
- add
pre_hookandpost_hook(#100) - improve error message for color parsing
- change resize filter to Lanczos3 (#89)
- increase windows stack size to 8mb (fixes #87)
- fix relative paths for templates, format
compare_to(#83) - add template formatting for hook (#83)
- add
hookand variables inside it (#83) - add color comparsion (#83)
- add
--prefixargument - add
version_checksetting (#78)
Fixed
--helpflag not recognized (#112)- parse color bug for rgb (#107)
- (nix) add dump-json feature build flag
- dump_json BTreeSet index
- apply more aggressive clippy lints
- removed deprecated default_features
- removed unused dependency
- cargo fmt & alejandra (nix formatter)
- made unix version compile
- wrong display of alpha channel for
set_alpha(#95) - divide all alpha values by 255 for output (#95)
- make hooks not depend on
colors_to_compare(#93) - remove useless debugging
- update arguments to remove borrow error (#85)
Other
- run
cargo fmt - made contrast configurable in nix module
- make nix module able to generate from color or wallpaper.
- add backup config option to add in anything that isn't explicitly supported
- add custom colors option to nix module.
- format code
- add criterion bench
- move some stuff into template_util (prepare for criterion)
- add schemes_eq test
- use
BTreeSet, removeahashandIndexMap - move template into src/
- Create rustfmt.yml
- update dependencies with breaking changes
- sorted dependencies
- removed unused dependency features
- made enquote only required for builds targeting macOS
- moved scheme out of module with only 1 file
- cargo update
- removed dependency proper-path-tools
- move some stuff into lib instead
- remove useless stuff, add clippy rules
- run cargo fmt + clippy fix
- oops bad merge (#95)
- Merge branch 'main' of https://github.com/InioX/matugen
- add float parameter for
format_hslaandformat_rgba(#95) - update CHANGELOG.md
- add the set_alpha filter to the engine
- add format_rgba_float and format_hsla_float functions to format the alpha value as a float instead of u8
- add set_alpha filter
- Nix module: add package option
- bump
material-colorsto 0.4.0 - rename
compared_colortoclosest_color(#83) - separate some stuff into functions
- format code
- run
cargo fmt - (readme) update version badges
Added
- add
set_alphafilter