Skip to content

Releases: getuncaged/uncaged

Uncaged v0.2.6

Choose a tag to compare

@github-actions github-actions released this 10 Jul 16:18

Full Changelog: v0.2.5...v0.2.6

Full Changelog: v0.2.5...v0.2.6

Full Changelog: v0.2.5...v0.2.6

Uncaged v0.2.5

Choose a tag to compare

@github-actions github-actions released this 10 Jul 12:09

Full Changelog: v0.2.4...v0.2.5

Full Changelog: v0.2.4...v0.2.5

Full Changelog: v0.2.4...v0.2.5

Uncaged v0.2.4

Choose a tag to compare

@github-actions github-actions released this 08 Jul 23:38

Full Changelog: v0.2.2...v0.2.4

Full Changelog: v0.2.2...v0.2.4

Full Changelog: v0.2.2...v0.2.4

v0.2.2

Choose a tag to compare

@github-actions github-actions released this 08 Jul 20:39
Release CI: install protoc on macOS; fix Inno Setup comment syntax

Second-round fixes from the v0.2.1 run:
- macOS failed with "Could not find protoc" — the cargo build needs it and
  only the Linux/Windows jobs installed it. Add protobuf to the macOS
  brew install.
- Windows installer failed at windows-installer.iss line 19: the BundleId
  comment block used `;` comments, but the ISPP preprocessor section uses
  `//` (see the mutex-name comment). Switch those four lines to `//`.

Linux x86_64 already produced deb/rpm/AppImage/tar.gz successfully in v0.2.1.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>