Skip to content

v0.1.22

Latest

Choose a tag to compare

@CC11001100 CC11001100 released this 08 Sep 21:41
· 18 commits to main since this release
63660c0

Release v0.1.22

This release includes Qoder editor packages for multiple platforms:

Available Platforms

macOS Apple Silicon (ARM64)

macOS Intel (x64)

Windows x64

File Verification

Each file has a corresponding .md5 file for integrity verification. Download both the main file and its .md5 file, then verify:

# macOS/Linux
md5 qoder-0.1.22-darwin-arm64.dmg
cat qoder-0.1.22-darwin-arm64.dmg.md5

# Windows (PowerShell)
Get-FileHash -Algorithm MD5 qoder-0.1.22-windows-x64.exe
Get-Content qoder-0.1.22-windows-x64.exe.md5