Release Notes
Added
SourceCodeparagraph style renders as a distinct code block in all export formats and the TUI (#76)- Text inside
wps:txbxshape text boxes is now extracted and rendered with box-drawing borders instead of being silently dropped (#76)
Fixed
- Numbered list items sharing the same abstract numbering definition now count sequentially instead of both restarting at 1 (#76)
- Bullet-format list levels (
numFmt="bullet") no longer render as lettered sequences (#76) w:brline break elements inside a run are now preserved, fixing multi-line code blocks concatenated into a single line (#76)
Install doxx 0.1.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/bgreenwell/doxx/releases/download/v0.1.4/doxx-installer.sh | shInstall prebuilt binaries via powershell script
powershell -ExecutionPolicy Bypass -c "irm https://github.com/bgreenwell/doxx/releases/download/v0.1.4/doxx-installer.ps1 | iex"Install prebuilt binaries via Homebrew
brew install bgreenwell/doxx/doxxDownload doxx 0.1.4
| File | Platform | Checksum |
|---|---|---|
| doxx-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
| doxx-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
| doxx-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
| doxx-x86_64-pc-windows-msvc.msi | x64 Windows | checksum |
| doxx-aarch64-unknown-linux-gnu.tar.xz | ARM64 Linux | checksum |
| doxx-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
| doxx-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |