Added
- add
pre_hookandpost_hookto nixos module (#170) - add fallback color (#218)
- add
loop.index,loop.last,loop.first(#216) - add overwriting syntax per template (#213)
- add
[config.import_json_files] - add
--continue-on-error(#209)
Fixed
modefirst letter being uppercase (#201)- remove dbg! call in get_source_color
- caching not working when it doesn't exist (#184)
- cache not overwriting source_color (#184)
- not using the actual mode for colors when caching is enabled (#212)
- if not using the actual else branch when false (#212)
- alpha value being rounded (#211)
Other
- Merge branch 'main' into feat/output-path-array
- improve errors
- run
cargo fmt - remove count for exported templates
- improve how json is imported
- run
cargo fmt