Skip to content

Releases: tinted-theming/tinty

v0.22.0

09 Oct 13:55
Compare
Choose a tag to compare

Added

  • Support arguments with current subcommand 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

02 Oct 11:08
Compare
Choose a tag to compare

Fixed

  • Fix bug where tinty build subcommand doesn't support filename
    config.yaml property

v0.21.0

01 Oct 10:47
Compare
Choose a tag to compare

Changed

  • BREAKING: MacOS breaking change only since Tinty now uses XDG paths
    for config and data directories while falling back to XDG defaults
    for these dirs if the environment variables aren't set. This is how
    Tinty functions on Linux already

v0.20.1

25 Sep 17:20
31f2cd8
Compare
Choose a tag to compare

Fixed

  • Fix bug where tinted-builder-rust displays build information by
    default when tinty apply is run

v0.20.0

25 Sep 11:17
Compare
Choose a tag to compare

Added

  • Add --quiet flag for apply, install and update subcommands
  • Add sync quality-of-life subcommand combining install and update
    subcommands

Fixed

  • Fix bug where Tinty won't update after custom schemes have been built
    in local templates

v0.19.0

24 Sep 09:58
Compare
Choose a tag to compare

Added

  • Add --quiet flag for build subcommand
  • Add --verbose flag for init 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

12 Jul 21:08
Compare
Choose a tag to compare

Added

  • Add --custom-schemes flag support for tinty 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

03 Jul 15:22
Compare
Choose a tag to compare

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 with tinty apply.
  • Add --custom-schemes flag for tinty lint subcommand to list custom
    schemes saved with tinnty generate-scheme.

v0.16.0

01 Jul 22:24
Compare
Choose a tag to compare

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

11 Jun 16:18
Compare
Choose a tag to compare

Changed

  • Remove stderr comment output for tinty generate-completion
  • Update to latest tinted-builder using newly created ribboncurls
    mustache template rendering engine.