Skip to content
This repository was archived by the owner on Feb 6, 2026. It is now read-only.

Releases: open-cli-collective/confluence-cli

v0.9.13

30 Jan 02:07
e19647b

Choose a tag to compare

Changelog

Features

v0.9.12

30 Jan 02:05
8b19568

Choose a tag to compare

Changelog

Features

v0.9.11

30 Jan 02:03
96a58b0

Choose a tag to compare

Changelog

Features

v0.9.10

25 Jan 21:33
873c329

Choose a tag to compare

Changelog

Features

  • 873c329: feat: add ATLASSIAN_* env var fallbacks for shared credentials (#100) (@rianjs)

v0.10.0

24 Jan 11:14
013b0d1

Choose a tag to compare

Linux Distribution Support

cfl is now available on Linux via APT and RPM package repositories.

APT (Debian/Ubuntu)

curl -fsSL https://open-cli-collective.github.io/linux-packages/keys/gpg.asc | sudo gpg --dearmor -o /usr/share/keyrings/open-cli-collective.gpg
echo "deb [signed-by=/usr/share/keyrings/open-cli-collective.gpg] https://open-cli-collective.github.io/linux-packages/apt stable main" | sudo tee /etc/apt/sources.list.d/open-cli-collective.list
sudo apt update && sudo apt install cfl

DNF/YUM (Fedora/RHEL)

sudo tee /etc/yum.repos.d/open-cli-collective.repo << 'REPO'
[open-cli-collective]
name=Open CLI Collective
baseurl=https://open-cli-collective.github.io/linux-packages/rpm
enabled=1
gpgcheck=1
gpgkey=https://open-cli-collective.github.io/linux-packages/keys/gpg.asc
REPO
sudo dnf install cfl

Windows Packaging Improvements

  • Automated Winget package submission (#86)
  • Improved Winget manifest validation (#89)
  • Automated Chocolatey publishing on release (#81)
  • Manual Chocolatey publish workflow for hotfixes (#83)
  • Fixed Chocolatey moderation issues (#90)
  • Fixed PowerShell regex handling (#88)
  • Fixed initial Winget submission when manifest doesn't exist (#87)

CI/CD

  • Go builds now skip when only non-Go files change (#85)

v0.9.9

17 Jan 11:39

Choose a tag to compare

Changelog

Other

v0.9.8

17 Jan 11:39
335c85b

Choose a tag to compare

Changelog

Features

v0.9.7

17 Jan 11:05
9f28441

Choose a tag to compare

Changelog

Features

  • 9f28441: feat: add Winget manifest templates for Windows distribution (#76) (@rianjs)

v0.9.6

17 Jan 10:19
6331ef2

Choose a tag to compare

Changelog

Features

v0.9.5

17 Jan 09:53
f945b27

Choose a tag to compare

Changelog

Features