Releases: tinted-theming/tinty
Releases · tinted-theming/tinty
v0.29.0
v0.28.0
Added
- New
tinty cyclecommand to cycle through a small list of schemes you curate in your config'spreferred-schemes
property.
Changed
- Theme files from themeable components are now located in a new
artifacts/in the data directory. For backwards
compatibility, symlinks are
created in the root of the data directory pointing to their new locations. These symlinks will go
away in a future Tinty release.
Fixed
- Fix bugs caused by vestigial theme files in the data directory. They are now cleaned up during
tinty apply.
v0.27.0
Added
- Add option to pass in
descriptionas a flag fortinty generate-scheme
v0.26.1
Fixed
- Fixed a bug where scheme files ending in
.ymlweren't recognized. - Fixed a bug where
installsubcommand gives an error for older versions of
git
v0.26.0
Added
- Support
--jsonoption intinty list.
v0.25.0
Added
- Support
[[items]] revisionproperty that accepts a tag, branch, or commit SHA1.
Changed
tinty updatenow keeps the items'originremote URLs up-to-date.- The item repositories are now checked out to a specific commit SHA1 in "detached HEAD" mode.
Fixed
- Fix bug where period preceeding extension is still added to generated files even when an extension doesn't exist
v0.24.0
Changed
- Update Cargo dependencies
- Update to latest tinted-scheme-extractor which alters how it adjusts
colors slightly to ensure >=base08aren't too dark compared to
base00
Fixed
- In tests, use
CARGO_BIN_EXE_tintyenv var for the binary path
instead of assuming it exists in./target/releasedirectory - Upgrade
urlcrate dependency due to security vulnerability
v0.23.0
Changed
- Change
tinty generate-schemeAPI by removing theOUTFILEoption
and only printing to stdout or saving to the tinty data directory with
the--saveflag
Fixed
- Fix bug where
tinty infodoesn't list schemes correctly when the
palettehex values contain a#prefix
v0.22.0
Added
- Support arguments with
currentsubcommand to allow consumers to get
specific current scheme data - Add hook string template variable (
%o) to print the current
command operation executing the hook
v0.21.1
Fixed
- Fix bug where
tinty buildsubcommand doesn't supportfilename
config.yaml property