Releases: mcbeet/lectern
Releases · mcbeet/lectern
v0.11.0
Feature
- Add sound and particle directives (
87aa5f9
)
v0.10.1
Fix
- The snapshot testing example was not using run_beet properly (
3c933e8
)
v0.9.3
Fix
- deps: Don't use caret to depend on beet because it's not 1.0 yet (
a97779f
)
v0.9.2
Fix
- Snapshots shouldn't compare data pack and resource pack names (
941605b
)
v0.9.1
Fix
- Version ranges were weird again (
bc37fd9
)
v0.9.0
Feature
- Update beet and add shader highlighting (
13e4659
)
Breaking
@shader_program
directive renamed to @shader
(13e4659
)
v0.8.1
Fix
- Make the directive comment regex a little more forgiving (
0471780
)
v0.8.0
Feature
Fix
- Report line number in error messages (
c998d68
)
- Take the backticks into account for code fence start line (
a2c442c
)