3 Commits

Author SHA1 Message Date
848a2d77ac docs: link to where themes are
Some checks failed
Tests / build (push) Has been cancelled
Coverage / build (push) Has been cancelled
2025-06-11 18:08:51 -03:00
9257abc460 chore: ignore
Some checks failed
Coverage / build (push) Has been cancelled
Tests / build (push) Has been cancelled
2025-06-02 14:15:24 -03:00
c8de4c2194 bump: Release v0.13.0
Some checks failed
Coverage / build (push) Has been cancelled
Tests / build (push) Has been cancelled
2025-03-10 15:21:56 -03:00
4 changed files with 23 additions and 3 deletions

1
.gitignore vendored
View File

@ -12,6 +12,7 @@ venv/
.croupier
coverage/
run_tests
aur-tartrazine/
# We use the internal crystal lexer
lexers/crystal.xml

View File

@ -2,6 +2,23 @@
All notable changes to this project will be documented in this file.
## [0.13.0] - 2025-03-10
### 🚀 Features
- Support custom template for HTML standalone output
### 🐛 Bug Fixes
- Better error message when loading a XML theme
- When the internal crystal highlighter fails, fallback to ruby. Fixes #13
- Don't log when falling back to ruby, it breaks stuff
### ⚙️ Miscellaneous Tasks
- Upgrade ci image
- Typo
## [0.12.0] - 2025-01-21
### 🚀 Features

View File

@ -108,8 +108,10 @@ Themes come from two places, tartrazine itself and [Sixteen](https://github.com/
To only embed selected themes, build your project with the `-Dnothemes` option, and
you can set two environment variables to control which themes are included:
* `TT_THEMES` is a comma-separated list of themes to include from tartrazine (see the styles directory in the source)
* `SIXTEEN_THEMES` is a comma-separated list of themes to include from Sixteen (see the base16 directory in the sixteen source)
* `TT_THEMES` is a comma-separated list of themes to include from tartrazine (see
[the styles directory in the source(https://github.com/ralsina/tartrazine/tree/main/styles))
* `SIXTEEN_THEMES` is a comma-separated list of themes to include from Sixteen (see
[the base16 directory in the sixteen source](https://github.com/ralsina/sixteen/tree/main/base16))
For example (using the tartrazine CLI as the project):

View File

@ -1,5 +1,5 @@
name: tartrazine
version: 0.12.0
version: 0.13.0
authors:
- Roberto Alsina <roberto.alsina@gmail.com>