Skip to content

v0.2.0

Latest
Compare
Choose a tag to compare
@Myriad-Dreamin Myriad-Dreamin released this 29 Dec 12:05
66bd468

Typst Scripting

  • (Break Change) use sys.args to control layout in #77
  • (Break Change) Renamed the repository to shiroa (for publish) in #73
  • Added multimedia support with sanitization in #78
  • Continuing numbering sections if user changes it in #84

CLI Tool

  • Generating description metadata for SEO in #74 and #76
  • Added support to infer book meta from outline in #75

Misc

Full Changelog: v0.1.5...v0.2.0

Download Binary

Install shiroa 0.2.0

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0/shiroa-installer.sh | sh

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy ByPass -c "irm https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0/shiroa-installer.ps1 | iex"

Download shiroa 0.2.0

File Platform Checksum
shiroa-aarch64-apple-darwin.tar.gz Apple Silicon macOS checksum
shiroa-x86_64-apple-darwin.tar.gz Intel macOS checksum
shiroa-aarch64-pc-windows-msvc.zip ARM64 Windows checksum
shiroa-x86_64-pc-windows-msvc.zip x64 Windows checksum
shiroa-aarch64-unknown-linux-gnu.tar.gz ARM64 Linux checksum
shiroa-loongarch64-unknown-linux-gnu.tar.gz LOONGARCH64 Linux checksum
shiroa-x86_64-unknown-linux-gnu.tar.gz x64 Linux checksum
shiroa-armv7-unknown-linux-gnueabihf.tar.gz ARMv7 Linux checksum
shiroa-aarch64-unknown-linux-musl.tar.gz ARM64 MUSL Linux checksum
shiroa-loongarch64-unknown-linux-musl.tar.gz LOONGARCH64 MUSL Linux checksum
shiroa-riscv64gc-unknown-linux-musl.tar.gz RISCV MUSL Linux checksum
shiroa-x86_64-unknown-linux-musl.tar.gz x64 MUSL Linux checksum
shiroa-arm-unknown-linux-musleabihf.tar.gz ARMv6 MUSL Linux (Hardfloat) checksum
shiroa-armv7-unknown-linux-musleabihf.tar.gz ARMv7 MUSL Linux checksum