Skip to content

CCC 0.9.0

Choose a tag to compare

@Proxify Proxify released this 18 Aug 19:49
· 2 commits to main since this release

CCC has not publicly launched, so the installer line has been reset to a pre-1.0 version. All previous releases (1.0.0–1.0.4) have been deleted from both repos. This is the first release of the 0.x line.

Install

Platform Download
macOS (Apple Silicon) CCC-0.9.0-arm64.dmg
Windows CCC-Setup-0.9.0.exe (installer) or CCC-0.9.0.msi
Linux CCC-0.9.0-x86_64.AppImage (recommended) or CCC-0.9.0-amd64.deb

Known limitations

  • Coming from a 1.0.x install? You must download and reinstall manually. 0.9.0 is a lower version number, so no 1.0.x install will ever be offered this as an update.
  • macOS cannot auto-update. The app is not signed with an Apple Developer ID, and Squirrel.Mac refuses unsigned updates — the updater reports "code signing required" and points you at this page instead of failing silently. Every macOS update is a manual .dmg download until a certificate is in place.
  • macOS is Apple Silicon only. No Intel build.
  • macOS and Windows installers are unsigned. macOS shows "unidentified developer" — right-click the app → Open once to bypass permanently. Windows shows a SmartScreen warning; the publisher name check is a no-op.
  • .deb installs do not auto-update — the app detects the package install and tells you to update via your package manager. The AppImage does auto-update.
  • Linux ships without a dedicated desktop QA target — that lane is explicitly untested.
  • The AppImage needs FUSE 2 (libfuse2) to run directly, or use --appimage-extract-and-run.

Changes

224 commits since the previous build: 115 fixes, 57 features, 20 performance, 8 docs, 6 tests, 2 refactors.