Skip to content

Releases: tinted-theming/tinted-builder-rust

v0.14.1

30 Jan 13:36
d1cae2e

Choose a tag to compare

Fixed

  • Update tinted-builder lib which includes bug fix where color dec values
    aren't correctly calculated introduced in last release

v0.14.0

04 Nov 10:25
9d7de25

Choose a tag to compare

Changed

  • Update dependencies
  • Optimise and clean up code

v0.13.2

08 Sep 08:54
85cab00

Choose a tag to compare

Fixed

  • Fix a bug where sync subcommand fails if git isn't present on PATH

v0.13.1

24 Mar 15:26

Choose a tag to compare

Fixed

  • Fix bug where double hash is printed for hex values with Base16Scheme
    fmt::Display

v0.13.0

24 Mar 14:40

Choose a tag to compare

Added

  • Add support for list, listbase16 and listbase24 scheme systems
    for use in the templates/config.yaml file to add a schemes list to
    mustache context to be able to list scheme information in a single
    file.

Changed

  • Change get_scheme_files and SchemeFile::new type arguments from &Path to
    impl AsRef<Path> to allow for more flexibility

Fixed

  • In tests, use CARGO_BIN_EXE_tinted-builder-rust env var for the
    binary path instead of assuming it exists in ./target/release
    directory

v0.12.1

06 Oct 10:55

Choose a tag to compare

Fixed

  • Fix bug where CLI gives an error if output or extension
    template/config.yaml properties are empty

v0.12.0

05 Oct 21:50

Choose a tag to compare

CLI release 0.12.0 and lib release 0.8.0

v0.11.1

02 Oct 10:56

Choose a tag to compare

Release 0.11.1

v0.11.0

07 Sep 00:41

Choose a tag to compare

Add 16bit rgb context values for mustache templates

v0.10.1

03 Sep 20:11

Choose a tag to compare

Fix templates/config.yaml extension bug and release cli 0.10.1