Skip to content

wikimd v0.2.2

Choose a tag to compare

@github-actions github-actions released this 30 Jan 02:05
· 5 commits to main since this release
169ceec

Changelog

Performance Improvements

  • 169ceec: perf: optimize rendering and fix subscriber race condition (@euforic)

Installation

macOS

# AMD64
curl -L https://github.com/euforicio/wikimd/releases/download/v0.2.2/wikimd_0.2.2_Darwin_x86_64.tar.gz | tar xz
# ARM64 (Apple Silicon)
curl -L https://github.com/euforicio/wikimd/releases/download/v0.2.2/wikimd_0.2.2_Darwin_arm64.tar.gz | tar xz

Linux

# AMD64
curl -L https://github.com/euforicio/wikimd/releases/download/v0.2.2/wikimd_0.2.2_Linux_x86_64.tar.gz | tar xz
# ARM64
curl -L https://github.com/euforicio/wikimd/releases/download/v0.2.2/wikimd_0.2.2_Linux_arm64.tar.gz | tar xz

Windows

Download the appropriate .zip file from the assets below and extract it.

Full Changelog: v0.2.1...v0.2.2