Skip to content

Version 0.1.6 (2025-09-05)

Choose a tag to compare

@github-actions github-actions released this 05 Sep 12:08

Release Notes

Breaking Changes

  • dot:add_scheme: Removed __network__ scheme support. Use dv:dl and dot:add_scheme("cur", ... ) instead.
  • dv.op: Removed and replaced with dv:sync.
  • um, pm, dot: Get instances via dv:um(), dv:pm(), and dv:dot().

Bug Fixes

  • Dot: sync must actually copy files.

Improvements

  • dv:dl: Support downloading files from URLs to local paths.
  • dv:json: Added dv:json.encode and dv:json.decode for JSON handling.

Install dv4lua 0.1.6

Install prebuilt binaries via shell script

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

Install prebuilt binaries via powershell script

powershell -ExecutionPolicy Bypass -c "irm https://github.com/km0e/dv4lua/releases/download/v0.1.6/dv4lua-installer.ps1 | iex"

Install prebuilt binaries via Homebrew

brew install km0e/tap/dv4lua

Download dv4lua 0.1.6

File Platform Checksum
dv4lua-aarch64-apple-darwin.tar.xz Apple Silicon macOS checksum
dv4lua-x86_64-pc-windows-msvc.zip x64 Windows checksum
dv4lua-x86_64-pc-windows-msvc.msi x64 Windows checksum
dv4lua-aarch64-unknown-linux-gnu.tar.xz ARM64 Linux checksum
dv4lua-x86_64-unknown-linux-gnu.tar.xz x64 Linux checksum
dv4lua-x86_64-unknown-linux-musl.tar.xz x64 MUSL Linux checksum