Releases: tinted-theming/tinty
Releases · tinted-theming/tinty
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
Release 0.10.0
- Breaking: Change
--config
flag to accept a path to config file
and not a directory containing aconfig.toml
- Add
--data-dir
flag to allow for manually setting data directory
Release 0.9.0
- Breaking:
set
subcommand renamed toapply
- Breaking:
setup
subcommand renamed toinstall
Release 0.8.1
- Fix visual
tinty info
spacing bug
Release 0.8.0
- Add
info
subcommand to list scheme metadata as well as scheme colors
Release 0.7.0
- Add
current
subcommand to print the last scheme name set.