Skip to content

Releases: tinted-theming/tinted-builder-rust

Release 0.2.1

11 Mar 15:36
Compare
Choose a tag to compare

Fixed

  • Generated files should not end with a new line

Release 0.2.0

11 Mar 14:16
Compare
Choose a tag to compare

Added

  • Github tests workflow for PRs and merges to main branch
  • Homebrew installation instructions
  • Release binary installation instructions
  • Ensure rendered output contains a new line at end of file
  • Add error when a template config mustache file is not found

Fixed

  • Fix bug where template/config.yaml extension value isn't checked
    properly when the extension has a dot: eg extension = .theme.json
  • README.md links
  • Builder now reads scheme slug instead of always inferring based on
    scheme name
  • Fix template slugify function to ensure it approximates unicode to
    ascii

Updated

  • make install now only installs if deps are missing

Release 0.1.0

08 Mar 23:39
Compare
Choose a tag to compare
  • Initial release
  • Support for 0.11.0 Tinted Theming builder specification
  • Support for consuming the project as a library crate
  • sync subcommand support to sync with latest Tinted Theming schemes
  • build subcommand to trigger theme template build