Skip to content

0.9.5

Choose a tag to compare

@Proxify Proxify released this 21 Aug 04:55
· 2 commits to main since this release

CCC desktop installers for macOS (Apple silicon), Windows, and Linux.

Why this release exists

v0.9.4 was installed on a real Windows machine and cloud sign-in — the default
account path — did not work
. This release is that single fix (#2167). Nothing
else changed.

Clicking "Continue with Discord" left the app permanently dead. The provider
page opened in Chrome, sign-in succeeded there, and the app window sat on
/login forever with every provider button greyed out, with no way back.
The desktop shell hands any non-app URL to the system browser, so the provider
redirect could never return to the app window — and the button state was never
reset on that branch. The shell now uses the handoff flow instead (open the
cloud callback, poll for the session, no redirect needed), and the buttons
re-enable after 10 seconds so this class of failure cannot leave dead UI again.

Reopening the app flipped between "Welcome to CCC" and "Loading" forever. An
authenticated instance with no users yet reports both "setup complete" and
"needs setup", so two redirects bounced off each other indefinitely. That state
now goes to /login, which is where the next action actually is.

Honest caveat on the first fix: the loop fix was reproduced and confirmed
settling on /login. The OAuth handoff change has not been verified
end-to-end — that needs a real Electron shell and a live Discord round-trip,
which nobody has run yet. If cloud sign-in still misbehaves for you, please
say so.

Known issues — please read before installing

  • macOS is Apple silicon only. There is no Intel build.
  • Windows installers may trip SmartScreen. No Authenticode certificate is
    configured in the build, so expect a "Windows protected your PC" prompt —
    choose More info → Run anyway. Some Windows binaries in this build do
    carry a signature applied by the build host, but that certificate has not been
    identified, so treat these installers as unsigned.
  • .deb installs do not auto-update. The app detects a package-manager
    install and defers to it; update with your package manager. The AppImage does
    auto-update.
  • Linux is the least verified platform. There is no automated smoke gate for
    Linux the way there is for macOS.
  • v0.9.0 cannot auto-update to this or any release. It shipped unsigned and
    before the updater's macOS lane worked. Those installs need one manual
    reinstall from this page.
  • LICENSE.md links a repository that is not public, so that link 404s.

macOS is signed, notarized and stapled (app, zip, and dmg), and auto-updates.
Windows and the Linux AppImage auto-update.

Install

  • macOS — CCC-0.9.5-arm64.dmg
  • Windows — CCC-Setup-0.9.5.exe (or CCC-0.9.5.msi)
  • Linux — CCC-0.9.5.AppImage (auto-updates) or ccc_0.9.5_amd64.deb