Skip to content

Releases: WizardOpsTech/conjure

Release list

v1.1.0

Choose a tag to compare

@Josh-Tracy Josh-Tracy released this 05 Apr 23:27
3be4898

Conjure v1.1.0 (2026-04-05T23:27:55Z)

Welcome to this new release of Conjure!

Changelog

Features

  • 5325716: feat(a11y): WCAG updates.
  • 5b7cb64: feat(themes): Support for different color themes.

Bug Fixes

Others

  • b1b1cc2: chore(lint): Upgrade go 1.26 and lint errors.
  • 6e3056a: chore(linter): Update golang lint version.

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below.

Quick Install Script (Linux/macOS)

# Linux
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.1.0/conjure_v1.1.0_Linux_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.1.0/conjure_v1.1.0_Darwin_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/

# macOS (Apple Silicon)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.1.0/conjure_v1.1.0_Darwin_arm64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/

Windows

Download the ZIP file, extract it, and add the executable to your PATH.


Full Changelog: v1.0.0...v1.1.0

v1.0.0

Choose a tag to compare

@Josh-Tracy Josh-Tracy released this 01 Feb 22:57

Conjure v1.0.0 (2026-02-01T23:01:44Z)

Highlights

Initial release! 🎉

View the official docs here

Known Issues

Conjure 1.0.0 still contains many known issues, but is considered stable for general, professional use.

We will be publishing these issues over the coming week after this initial release.

Roadmap

We plan to release new versions based on community feedback. The roadmap is still being divined, but stay tuned.

Installation

Binary Installation

Download the appropriate binary for your platform from the assets below.

Quick Install Script (Linux/macOS)

# Linux
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.0.0/conjure_v1.0.0_Linux_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/

# macOS (Intel)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.0.0/conjure_v1.0.0_Darwin_x86_64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/

# macOS (Apple Silicon)
curl -L https://github.com/WizardOpsTech/conjure/releases/download/v1.0.0/conjure_v1.0.0_Darwin_arm64.tar.gz | tar xz
sudo mv conjure /usr/local/bin/

Windows

Download the ZIP file, extract it, and add the executable to your PATH.


Full Changelog: ...v1.0.0