- Use latest tinted-builder lib which includes patch fixes
0.9.2 - 2024-07-12
- Use latest tinted-builder lib which does not generate schemes with a hash prefix value
0.9.1 - 2024-06-24
- Fix bug where
--quiet
flag was ignored during agit pull
0.9.0 - 2024-06-23
- Add
--sync
flag for thebuild
subcommand to sync before building
0.8.0 - 2024-06-23
- Add
--quiet
flag for thesync
subcommand to silence stdout
0.7.0 - 2024-06-22
- Add
--quiet
flag for thebuild
subcommand to silence stdout
- Remove requirement that all output dir files need the same extension
0.6.1 - 2024-06-22
- Use latest
tinted-builder
crate
- Allow output directories to contain any extension registered in the template config.yaml
0.6.0 - 2024-06-11
- Update to the latest ribboncurls
0.5.0 - 2024-05-16
- Use latest
tinted-builder
lib which removes dependency on all BSD-3-Clause licensed packages
0.4.0 - 2024-05-03
- Split the tinted-builder-rust cli and library into two different packages.
0.3.0 - 2024-04-01
- Changed from GPL-3 to MIT or Apache-2.0 license
- Fixed bug where required
build
arg was not required to be there
0.2.1 - 2024-03-11
- Generated files should not end with a new line
0.2.0 - 2024-03-11
- 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
- Fix bug where
template/config.yaml
extension value isn't checked properly when the extension has a dot: egextension = .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
make install
now only installs if deps are missing
0.1.0 - 2024-03-08
- 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 schemesbuild
subcommand to trigger theme template build