Skip to content

Commit

Permalink
Upgrade to 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MDLC01 committed Jul 22, 2024
1 parent 6438890 commit 1b578fb
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## Version 0.5.0

- Add symbols for all Unicode chess-related codepoints.

- Change the signature of the `board` function.
- Rename argument `highlighted-squares` to `marked-squares`.
- Remove arguments `highlighted-white-square-fill` and `highlighted-black-square-fill`.
- Add argument `marking-color`, together with `marked-white-square-background` and `marked-black-square-background`.
- Support passing a length as `arrow-stroke`.

- Fix arrows not being displayed properly on reversed boards.

## Version 0.4.0

- Add the ability to draw arrows in `board`.
Expand Down
2 changes: 1 addition & 1 deletion src/typst.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "board-n-pieces"
version = "0.4.0"
version = "0.5.0"
entrypoint = "lib.typ"
authors = ["Malo <@MDLC01>"]
license = "MIT AND GPL-2.0-only"
Expand Down

0 comments on commit 1b578fb

Please sign in to comment.