Skip to content

Releases: tinted-theming/tinty

Release 0.11.0

11 Mar 09:19
Compare
Choose a tag to compare

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

22 Feb 12:58
Compare
Choose a tag to compare
  • Fix bug where spaces in config or data directory paths would cause
    install and update to fail
  • Fix bug so now tinty works without a config.toml file being provided

Release 0.10.0

22 Feb 12:58
Compare
Choose a tag to compare
  • Breaking: Change --config flag to accept a path to config file
    and not a directory containing a config.toml
  • Add --data-dir flag to allow for manually setting data directory

Release 0.9.0

22 Feb 12:58
Compare
Choose a tag to compare
  • Breaking: set subcommand renamed to apply
  • Breaking: setup subcommand renamed to install

Release 0.8.1

22 Feb 12:58
Compare
Choose a tag to compare
  • Fix visual tinty info spacing bug

Release 0.8.0

22 Feb 12:57
Compare
Choose a tag to compare
  • Add info subcommand to list scheme metadata as well as scheme colors

Release 0.7.0

22 Feb 12:57
Compare
Choose a tag to compare
  • Add current subcommand to print the last scheme name set.

Release 0.6.0

22 Feb 12:57
Compare
Choose a tag to compare
  • Change config.toml properties to use dashes instead of underscores.
    Properties changes are:
    • default_theme => default_theme
    • themes_dir => themes-dir
    • supported_systems => supported-systems

Release 0.5.0

22 Feb 12:35
Compare
Choose a tag to compare
  • Change config.toml items.system to items.supported_systems which
    now accepts an array of strings instead of a string. This allows for
    using a single template repo for setting both base16 and base24
    themes.