Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@

## [Unreleased]

## [0.5.0] - 2026-01-24

### Breaking
- Removed `custom-enum-numbering` helper
- Removed `subtask-label` helper
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
Binary file modified docs/manual.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion examples/appendix.typ
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/assignment.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/sheetstorm:0.4.0": *
#import "@preview/sheetstorm:0.5.0": *

#show: assignment.with(
course: smallcaps[Sheetstorm 101],
Expand Down
2 changes: 1 addition & 1 deletion examples/german.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/sheetstorm:0.4.0": assignment, task
#import "@preview/sheetstorm:0.5.0": assignment, task

#set text(lang: "de")

Expand Down
2 changes: 1 addition & 1 deletion examples/minimal.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/sheetstorm:0.4.0": assignment, task
#import "@preview/sheetstorm:0.5.0": assignment, task

#show: assignment

Expand Down
2 changes: 1 addition & 1 deletion examples/task-config.typ
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion examples/theorems.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/sheetstorm:0.4.0": (
#import "@preview/sheetstorm:0.5.0": (
assignment, corollary, definition, example, lemma, proof, task, theorem,
)

Expand Down
2 changes: 1 addition & 1 deletion examples/todo.typ
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion template/assignment.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@preview/sheetstorm:0.4.0": *
#import "@preview/sheetstorm:0.5.0": *

#show: assignment.with(
title: "My title",
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/appendix/test.typ
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/assignment/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@local/sheetstorm:0.4.0": *
#import "@local/sheetstorm:0.5.0": *

#show: assignment.with(
course: smallcaps[Sheetstorm 101],
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/german/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@local/sheetstorm:0.4.0": assignment, task
#import "@local/sheetstorm:0.5.0": assignment, task

#set text(lang: "de")

Expand Down
2 changes: 1 addition & 1 deletion tests/examples/minimal/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@local/sheetstorm:0.4.0": assignment, task
#import "@local/sheetstorm:0.5.0": assignment, task

#show: assignment

Expand Down
2 changes: 1 addition & 1 deletion tests/examples/task-config/test.typ
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
2 changes: 1 addition & 1 deletion tests/examples/theorems/test.typ
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#import "@local/sheetstorm:0.4.0": (
#import "@local/sheetstorm:0.5.0": (
assignment, corollary, definition, example, lemma, proof, task, theorem,
)

Expand Down
2 changes: 1 addition & 1 deletion tests/examples/todo/test.typ
Original file line number Diff line number Diff line change
@@ -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",
Expand Down
Binary file modified thumbnail.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "sheetstorm"
version = "0.4.0"
version = "0.5.0"
compiler = "0.13.1"
entrypoint = "src/lib.typ"
authors = [
Expand Down
Loading