mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-04 23:32:29 +00:00
Compare commits
3 Commits
d1ce83a9c8
...
main
Author | SHA1 | Date | |
---|---|---|---|
848a2d77ac | |||
9257abc460 | |||
c8de4c2194 |
1
.gitignore
vendored
1
.gitignore
vendored
@ -12,6 +12,7 @@ venv/
|
|||||||
.croupier
|
.croupier
|
||||||
coverage/
|
coverage/
|
||||||
run_tests
|
run_tests
|
||||||
|
aur-tartrazine/
|
||||||
|
|
||||||
# We use the internal crystal lexer
|
# We use the internal crystal lexer
|
||||||
lexers/crystal.xml
|
lexers/crystal.xml
|
||||||
|
17
CHANGELOG.md
17
CHANGELOG.md
@ -2,6 +2,23 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file.
|
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
|
## [0.12.0] - 2025-01-21
|
||||||
|
|
||||||
### 🚀 Features
|
### 🚀 Features
|
||||||
|
@ -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
|
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:
|
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)
|
* `TT_THEMES` is a comma-separated list of themes to include from tartrazine (see
|
||||||
* `SIXTEEN_THEMES` is a comma-separated list of themes to include from Sixteen (see the base16 directory in the sixteen source)
|
[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):
|
For example (using the tartrazine CLI as the project):
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user