Skip to content

v1.1.0

Latest

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