diff --git a/CHANGELOG.md b/CHANGELOG.md index 4b363f6..29f527c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,8 @@ ## [Unreleased] +## [0.5.0] - 2026-01-24 + ### Breaking - Removed `custom-enum-numbering` helper - Removed `subtask-label` helper diff --git a/README.md b/README.md index cf636ea..cc98876 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,7 @@ Breaking changes in new versions are to be expected. ## Quick Start ```typst -#import "@preview/sheetstorm:0.4.0": * +#import "@preview/sheetstorm:0.5.0": * #show: assignment.with( title: "My title", diff --git a/docs/manual.pdf b/docs/manual.pdf index 94a43ec..9a47bc1 100644 Binary files a/docs/manual.pdf and b/docs/manual.pdf differ diff --git a/examples/appendix.typ b/examples/appendix.typ index 9587218..4be738a 100644 --- a/examples/appendix.typ +++ b/examples/appendix.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": appendix, assignment, task +#import "@preview/sheetstorm:0.5.0": appendix, assignment, task #show: assignment.with( title: "Assignment with Appendix", diff --git a/examples/assignment.typ b/examples/assignment.typ index 8640e33..6f7814c 100644 --- a/examples/assignment.typ +++ b/examples/assignment.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": * +#import "@preview/sheetstorm:0.5.0": * #show: assignment.with( course: smallcaps[Sheetstorm 101], diff --git a/examples/german.typ b/examples/german.typ index 96a8485..a867d4a 100644 --- a/examples/german.typ +++ b/examples/german.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": assignment, task +#import "@preview/sheetstorm:0.5.0": assignment, task #set text(lang: "de") diff --git a/examples/minimal.typ b/examples/minimal.typ index 4473d07..400a90f 100644 --- a/examples/minimal.typ +++ b/examples/minimal.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": assignment, task +#import "@preview/sheetstorm:0.5.0": assignment, task #show: assignment diff --git a/examples/task-config.typ b/examples/task-config.typ index ef89d12..dc8dfc8 100644 --- a/examples/task-config.typ +++ b/examples/task-config.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": assignment, subtask, task, theorem +#import "@preview/sheetstorm:0.5.0": assignment, subtask, task, theorem #show: assignment.with( title: "Task Configuration Example", diff --git a/examples/theorems.typ b/examples/theorems.typ index d00dd5f..66d7204 100644 --- a/examples/theorems.typ +++ b/examples/theorems.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": ( +#import "@preview/sheetstorm:0.5.0": ( assignment, corollary, definition, example, lemma, proof, task, theorem, ) diff --git a/examples/todo.typ b/examples/todo.typ index 20b1009..6c96178 100644 --- a/examples/todo.typ +++ b/examples/todo.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": assignment, subtask, task, todo, todo-box +#import "@preview/sheetstorm:0.5.0": assignment, subtask, task, todo, todo-box #show: assignment.with( title: "Assignment with TODO's", diff --git a/justfile b/justfile index 77c0d25..56e0660 100644 --- a/justfile +++ b/justfile @@ -40,5 +40,5 @@ clean: documentation: typst compile docs/manual.typ --root . -thumbnail: +thumbnail: install typst compile --format png --pages 1 "{{thumbnail-file}}" ./thumbnail.png diff --git a/template/assignment.typ b/template/assignment.typ index 5312fdd..dde4a29 100644 --- a/template/assignment.typ +++ b/template/assignment.typ @@ -1,4 +1,4 @@ -#import "@preview/sheetstorm:0.4.0": * +#import "@preview/sheetstorm:0.5.0": * #show: assignment.with( title: "My title", diff --git a/tests/examples/appendix/test.typ b/tests/examples/appendix/test.typ index 0555756..380d90c 100644 --- a/tests/examples/appendix/test.typ +++ b/tests/examples/appendix/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": appendix, assignment, task +#import "@local/sheetstorm:0.5.0": appendix, assignment, task #show: assignment.with( title: "Assignment with Appendix", diff --git a/tests/examples/assignment/test.typ b/tests/examples/assignment/test.typ index 7e2ac8e..a2e810f 100644 --- a/tests/examples/assignment/test.typ +++ b/tests/examples/assignment/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": * +#import "@local/sheetstorm:0.5.0": * #show: assignment.with( course: smallcaps[Sheetstorm 101], diff --git a/tests/examples/german/test.typ b/tests/examples/german/test.typ index e459c0f..3e5593d 100644 --- a/tests/examples/german/test.typ +++ b/tests/examples/german/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": assignment, task +#import "@local/sheetstorm:0.5.0": assignment, task #set text(lang: "de") diff --git a/tests/examples/minimal/test.typ b/tests/examples/minimal/test.typ index c229e66..4c1d77a 100644 --- a/tests/examples/minimal/test.typ +++ b/tests/examples/minimal/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": assignment, task +#import "@local/sheetstorm:0.5.0": assignment, task #show: assignment diff --git a/tests/examples/task-config/test.typ b/tests/examples/task-config/test.typ index bc66bac..3219828 100644 --- a/tests/examples/task-config/test.typ +++ b/tests/examples/task-config/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": assignment, subtask, task, theorem +#import "@local/sheetstorm:0.5.0": assignment, subtask, task, theorem #show: assignment.with( title: "Task Configuration Example", diff --git a/tests/examples/theorems/test.typ b/tests/examples/theorems/test.typ index bfae14e..6c6d30c 100644 --- a/tests/examples/theorems/test.typ +++ b/tests/examples/theorems/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": ( +#import "@local/sheetstorm:0.5.0": ( assignment, corollary, definition, example, lemma, proof, task, theorem, ) diff --git a/tests/examples/todo/test.typ b/tests/examples/todo/test.typ index 6ecfc8c..3185f86 100644 --- a/tests/examples/todo/test.typ +++ b/tests/examples/todo/test.typ @@ -1,4 +1,4 @@ -#import "@local/sheetstorm:0.4.0": assignment, subtask, task, todo, todo-box +#import "@local/sheetstorm:0.5.0": assignment, subtask, task, todo, todo-box #show: assignment.with( title: "Assignment with TODO's", diff --git a/thumbnail.png b/thumbnail.png index 3feb389..e72815c 100644 Binary files a/thumbnail.png and b/thumbnail.png differ diff --git a/typst.toml b/typst.toml index aafaaa3..a1d12c8 100644 --- a/typst.toml +++ b/typst.toml @@ -1,6 +1,6 @@ [package] name = "sheetstorm" -version = "0.4.0" +version = "0.5.0" compiler = "0.13.1" entrypoint = "src/lib.typ" authors = [