Releases: Myriad-Dreamin/shiroa
v0.2.0
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
- Corrected a typo in error message by @FlorentCLMichel in #81
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 |
v0.2.0-rc1
Typst Scripting
- (Break Change) use sys.args to control layout by in #77
- (Break Change) Renamed the repository to shiroa (for publish) by in #73
- Added multimedia support with sanitization by in #78
- Continuing numbering sections if user changes it by in #84
CLI Tool
- Generating description metadata for SEO by in #74 and #76
- Added support to infer book meta from outline by in #75
Misc
- Corrected a typo in error message by @FlorentCLMichel in #81
Full Changelog: v0.1.5...v0.2.0-rc1
Download Binary
Install shiroa 0.2.0-rc1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/Myriad-Dreamin/shiroa/releases/download/v0.2.0-rc1/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-rc1/shiroa-installer.ps1 | iex"
Download shiroa 0.2.0-rc1
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 |
Nightly build (v0.2.0-nightly5)
Nightly build is triggered after every featured commit.
v0.1.5
- Fixed documentation about building by @duskmoon314 in #67
- Updated typst.ts to v0.5.0-rc4 (with canvas improvements) in #70
- Supported basic theming in #71
New Contributors
- @duskmoon314 made their first contribution in #67
Full Changelog: v0.1.4...v0.1.5
v0.1.4
v0.1.3
v0.1.3
Changelog since v0.1.3
Full Changelog: v0.1.2...v0.1.3
Most efforts are internal improvements and there is no external changes since v0.1.2.
- Implemented new text selection, which already works great on simple pages.
- Improved performance on large pages.
Note: you may still get bad performance if you set#set page(height: auto)
, which will get improved in the future.
v0.1.2
See the CHANGELOG for more details. Also see README and Online demo (the typst-book documentation).
Changelog since v0.1.2
Full Changelog: v0.1.1...v0.1.2
Feature
-
🖊️scripting: automatically assign section number in #37
- You don't have to assign them manually anymore. before:
after:
#chapter("guide/installation.typ", section: "1.1")[Installation] // ^^^^^^^^^^^^^^
#chapter("guide/installation.typ")[Installation]
- You don't have to assign them manually anymore. before:
-
🌟🖊️scripting: cross link support in #41
- Also see documentation. Example:
#cross-link("/cli/init.typ")[`typst-book init <directory>`]
- Also see documentation. Example:
-
🌟🖊️scripting: support semantic link jump in #42
2023-12-14.11-29-18.mp4
Enhancement
- 🌟theme: override target="_blank" behavior in #27 and #28
- 🖊️scripting: improve plain text conversion in #39
- This is used by conversion of typst title contents
- 🖊️scripting: don't justify code block in #40
- You can update your template like it.
- 🌟build: upgrade typst.ts to 0.4.1 in #36
- It brings initial text selection enhancement.
v0.1.1
See the CHANGELOG for more details. Also see README and Online demo (the typst-book documentation).
Changelog since v0.1.1
Full Changelog: v0.1.0...v0.1.1
External Feature
-
🤖 cli: add version command in #25
-
🌟 theme: support dark themes and more by @seven-mile in #23
-
🖊️ typesetting: add repository-edit template in 9f1260c
Internal Feature
v0.1.0
Initial release. See README and Online demo (the typst-book documentation)