Releases: tinted-theming/tinty
Releases · tinted-theming/tinty
v0.19.0
Added
- Add
--quiet
flag forbuild
subcommand - Add
--verbose
flag forinit
subcommand
Changed
- Update dependencies
Fixed
- Fix bug where
scheme_partial_name
doesn't render correctly in all
situations when a scheme name exists in schemes and custom schemes
v0.18.0
Added
- Add
--custom-schemes
flag support fortinty info
Fixed
- Fix bug where
tinty generate-scheme
would generate schemes without
scheme values being wrapped in double quotes - Fix error message when
tinty list --custom-schemes
when no custom
schemes exist
v0.17.0
Added
- Add
tinty generate-scheme
command to generate a scheme based on
provided image input, with the included functionality of saving this
scheme file and applying it withtinty apply
. - Add
--custom-schemes
flag fortinty lint
subcommand to list custom
schemes saved withtinnty generate-scheme
.
v0.16.0
Added
- Add
theme-file-extension
option in item config to allow users to
define a custom theme extension that isn't/\.*$/
Release 0.15.0
Changed
- Remove stderr comment output for
tinty generate-completion
- Update to latest tinted-builder using newly created ribboncurls
mustache template rendering engine.
Release 0.14.0
Added
- Add
tinty build
subcommand to build a base16 or base24 template
directory
Release 0.13.0
Added
- Add
tinty config
subcommand with flags to return config related information
Release 0.12.0
Added
- Add shell completions functionality with
generate-completion
subcommand
Release 0.11.0
Added
- Add config.toml root-level property "hooks" (
Array<String>
) which
executes the provided strings after a scheme is applied - Add colour styling to
--help
text - Add instructions to install via Homebrew
Fixed
- Fix bug where item
hook
template variable%f
returns a path to
theme file in the repository template instead of the copied version
under~/.local/share/tinted-theming/tinty
Updated
- Remove unnecessary helper function and optimise code
Release 0.10.1
- Fix bug where spaces in config or data directory paths would cause
install
andupdate
to fail - Fix bug so now tinty works without a
config.toml
file being provided