Release v0.3.0 #27

Merged
HEL merged 64 commits from dev into main 2026-02-04 13:39:37 +00:00
103 changed files with 3067 additions and 1722 deletions
Showing only changes of commit 47e9f42d5f - Show all commits

View File

@@ -4,6 +4,13 @@
gallery_dir := "./gallery" gallery_dir := "./gallery"
set shell := ["bash", "-uc"] set shell := ["bash", "-uc"]
@version:
echo $'\e[1mTypst:\e[0m'
typst --version
echo
echo $'\e[1mTytanic:\e[0m'
tt util about
manual: manual:
typst c manual.typ manual.pdf typst c manual.typ manual.pdf

6542
manual.pdf

File diff suppressed because it is too large Load Diff

View File

@@ -1,7 +1,7 @@
[package] [package]
name = "chronos" name = "chronos"
version = "0.3.0" version = "0.3.0"
compiler = "0.13.1" compiler = "0.14.2"
repository = "https://git.kb28.ch/HEL/chronos" repository = "https://git.kb28.ch/HEL/chronos"
entrypoint = "src/lib.typ" entrypoint = "src/lib.typ"
authors = [ authors = [