mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-07-01 20:37:08 -03: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
|
||||
coverage/
|
||||
run_tests
|
||||
aur-tartrazine/
|
||||
|
||||
# We use the internal crystal lexer
|
||||
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.
|
||||
|
||||
## [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
|
||||
|
@ -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):
|
||||
|
||||
|
Reference in New Issue
Block a user