github evinjohnn/natively-cluely-ai-assistant 2.1.0
Natively (patch update)

5 hours ago

Summary

Natively 2.1.0 resolves a critical issue with premium license activations and bumps the app version for a fresh release.

What's New

  • Version bumped to 2.1.0 for the latest stable release.

Improvements

  • Improved compatibility with Dodo Payments API endpoints.

Fixes

  • Fixed a critical issue where valid Dodo Payments license keys failed to activate ("activation failed: status=201, err=unknown error") due to the system improperly handling HTTP 201 Created responses.
  • Ensures all new premium license activations complete the checkout and activation flow smoothly.

Technical

  • Rebuilt the Rust native module to correctly parse HTTP 2xx success statuses during activation checks.
  • App binary repackaged and resigned for cross-platform distribution.

⚠️macOS Installation (Unsigned Build)

Download the correct architecture .zip or .dmg file for your device (Apple Silicon or Intel).

If you see "App is damaged":

  • For .zip downloads:

    1. Move the app to your Applications folder.
    2. Open Terminal and run: xattr -cr /Applications/Natively.app
  • For .dmg downloads:

    1. Open Terminal and run:
      xattr -cr ~/Downloads/Natively-2.1.0-arm64.dmg
      # Or for Intel Macs:
      xattr -cr ~/Downloads/Natively-2.1.0-x64.dmg
    2. Install the natively.dmg
    3. Open Terminal and run: xattr -cr /Applications/Natively.app

⚠️Windows Installation (Unsigned Build)

When running the installer on Windows, you might see a "Windows protected your PC" warning from Microsoft Defender SmartScreen saying it prevented an unrecognized app from starting.

Since this is an unsigned build, this is expected. You can safely ignore it by clicking More info and then Run anyway.

\ refer to changes.md for detailed changes

Don't miss a new natively-cluely-ai-assistant release

NewReleases is sending notifications on new releases.