Releases: axodotdev/oranda
css-v0.0.4
css-v0.0.4
css-v0.0.3
css-0.0.3
0.0.2 - 2023-04-13
Release Notes
Features
-
Changelogs - ashleygwilliams/#192, SaraVieira/↬193
-
oranda dev
command v1: ashleygwilliams/#209,↬240It is common to run
oranda build && oranda serve
sooranda dev
now wraps
that into a single function. A future version will improve this to include
watching to automatically rebuild on changes, while serve continues to run
uninterrupted.` -
Additional pages takes a hashmap to allow custom nav names: ashleygwilliams/#115, SaraVieira/↬203
Previously, the nav element for an additional page was inferred from its filename.
However, this led to some unfortunate presentations- especially if the additional
page had an all caps filename while others did not. This new data structure
allows you to provide the specific string you'd like to see in the nav for
any additional page. -
Improved error handling: spitfire05/#206, ashleygwilliams/↬191, SaraVieira/↬193,↬201
Several PRs over the course of the last milestone have dramatically improved
error handling: from replacing panics with proper errors to adding more
descriptive errors with messages that help you better understand and solve
the issue. -
Themes: SaraVieira/↬208
There are now 2 additional themes- light(default), dark, hacker, and cupcake.
-
Version number and publish date on installer header: ashleygwilliams/#194, SaraVieira/↬217
-
Improved styling: SaraVieira/↬202,↬220
Fixes
-
Code block with unsupported highlight annotations should show as plaintext: spitfire05/#236, SaraVieira/↬237
Annotating a code block with an unsupported language highlight led to blocks
simply not rendering at all. Now they will render as plainttext and will show
a warning to request support. -
Nav should show if using dist/changelog, but not additional pages: ashleygwilliams/#183,↬187
Originally, we would only generate a nav if a user configured additional
markdown pages. However, nav is also needed if a user configures their
project to use cargo-dist or render changelogs.
Maintenance
- Update cargo-dist to enable Mac ARM builds: pomdtr/#198, ashleygwilliams/↬248
Install oranda 0.0.2
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.0.2/oranda-v0.0.2-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/axodotdev/oranda/releases/download/v0.0.2/oranda-v0.0.2-installer.ps1 | iex
Download oranda 0.0.2
target | kind | download |
---|---|---|
aarch64-apple-darwin | tarball | oranda-v0.0.2-aarch64-apple-darwin.tar.xz |
x86_64-apple-darwin | tarball | oranda-v0.0.2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | oranda-v0.0.2-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | oranda-v0.0.2-x86_64-unknown-linux-gnu.tar.xz |
css-v0.0.2
css-v0.0.2
css-v0.0.1
css-v0.0.1
css-v0.0.0
css 0.0.0
0.0.1 - 2023-02-24
Release Notes
Initial release.
Install oranda 0.0.1
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.0.1/oranda-v0.0.1-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/axodotdev/oranda/releases/download/v0.0.1/oranda-v0.0.1-installer.ps1 | iex
Download oranda 0.0.1
target | kind | download |
---|---|---|
x86_64-apple-darwin | tarball | oranda-v0.0.1-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | oranda-v0.0.1-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | oranda-v0.0.1-x86_64-unknown-linux-gnu.tar.xz |
v0.0.1-prerelease2
Install oranda 0.0.1-prerelease2
Install prebuilt binaries via shell script
# WARNING: this installer is experimental
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/axodotdev/oranda/releases/download/v0.0.1-prerelease2/oranda-v0.0.1-prerelease2-installer.sh | sh
Install prebuilt binaries via powershell script
# WARNING: this installer is experimental
irm https://github.com/axodotdev/oranda/releases/download/v0.0.1-prerelease2/oranda-v0.0.1-prerelease2-installer.ps1 | iex
Download oranda 0.0.1-prerelease2
target | kind | download |
---|---|---|
x86_64-apple-darwin | tarball | oranda-v0.0.1-prerelease2-x86_64-apple-darwin.tar.xz |
x86_64-pc-windows-msvc | tarball | oranda-v0.0.1-prerelease2-x86_64-pc-windows-msvc.zip |
x86_64-unknown-linux-gnu | tarball | oranda-v0.0.1-prerelease2-x86_64-unknown-linux-gnu.tar.xz |
v0.0.1-prerelease1
0.0.1-prerelease1