Skip to content

0.3.34 (2023-10-09)

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 00:59
· 2 commits to main since this release
v0.3.34
6a99684

Release Notes

This release is largely a series of attempts at making Orogene faster, most of
which didn't have much of an effect. Properly supporting reflinks on DeDrive
is nice, though.

Features

  • reflink: bump reflink-copy to add support for reflinks on Windows Dev Drive (32c169c7)
  • perf: be smarter about reflinks and mkdirp (581dda60)

Bug Fixes

  • setup: fix issue with repeatedly being asked about telemetry (a0111278)
  • perf: reduce number of syscalls a bit (3f005c1f)

Install orogene 0.3.34

Install prebuilt binaries via shell script

curl --proto '=https' --tlsv1.2 -LsSf https://github.com/orogene/orogene/releases/download/v0.3.34/orogene-installer.sh | sh

Install prebuilt binaries via powershell script

irm https://github.com/orogene/orogene/releases/download/v0.3.34/orogene-installer.ps1 | iex

Install prebuilt binaries into your npm project

npm install [email protected]

Download orogene 0.3.34

File Platform Checksum
orogene-aarch64-apple-darwin.tar.gz macOS Apple Silicon checksum
orogene-x86_64-apple-darwin.tar.gz macOS Intel checksum
orogene-x86_64-pc-windows-msvc.tar.gz Windows x64 checksum
orogene-x86_64-unknown-linux-gnu.tar.gz Linux x64 checksum
orogene-x86_64-pc-windows-msvc.msi Windows x64 checksum