// vim: tw=0 ai et ts=2 sw=2
= Changelog
Ewan Edwards <eedwards@journaltech.com>
:keepacl: https://keepachangelog.com/en/1.1.0/[Keep a Changelog^]
:semantic: https://semver.org/spec/v2.0.0.html[Semantic Versioning^]
:org: https://github.com/jtidocs
:repo: jti-typst
:unreleased: {org}/{repo}/compare/v1.0.0\...HEAD[Unreleased]
:1-0-0: {org}/{repo}/releases/tag/1.0.0[1.0.0]
:1-0-1: {org}/{repo}/compare/1.0.0\...1.0.1[1.0.1]
:1-0-2: {org}/{repo}/compare/1.0.1\...1.0.2[1.0.2]
:1-0-3: {org}/{repo}/compare/1.0.2\...1.0.3[1.0.3]
:1-0-4: {org}/{repo}/compare/1.0.3\...1.0.4[1.0.4]
:1-0-5: {org}/{repo}/compare/1.0.4\...1.0.5[1.0.5]

All notable changes to this project are documented in this file.

The format is based on {keepacl}, and this project adheres to {semantic}.


== {unreleased}

== {1-0-5} - 2026-07-16

- Upgrade Typst to version 0.15.0.


== {1-0-4} - 2026-05-20

- During archive extraction, buffer the output and write to the target instead of using an intermediate folder.


== {1-0-3} - 2026-05-20

- Replace `lzma-native` with `@napi-rs/lzma`.
  Hopefully, this will make Windows installs succeed.


== {1-0-2} - 2026-05-20

- Fix an issue where the `lzma-native` package can cause install failures on Windows.


== {1-0-1} - 2026-03-30

- Include `unzipper` package to unpack Zip archives.


== {1-0-0} - 2026-03-29

- Initial release.
