Skip to content

Changelogs for Cloud

November 14, 2024

CLI

Docs

Cloud

  • Improved service reliability and onboarding flow.
  • Display each latest published release as a separate section [check screenshot]
  • Assets count shown for each release [check screenshot]

Latest published release and assets count

October 17, 2024

Cloud

  • Fine-tuning the engine on the previous rebalancing of our metering model.
  • Minor quality-of-life improvements on the UI (keep your feedback coming! ๐Ÿ™‡)
  • cn release list has been added to CLI (docs to be added ASAP - please out in cloud-support if you want to use it right now!)

Taurify ๐Ÿง‘โ€๐Ÿ”ฌ

  • Deep linking
  • More work on improving infrastructure
  • JS-only Tray Icon

Taurify Waitlist

Documentation ๐Ÿ“–

  • Fix Continuous Integration workflow for Tauri v2

New service offering: European Compliance ๐Ÿ‡ช๐Ÿ‡บ

Europe recently approved the Cyber Resilience Act, now the clock is ticking for every company and business to make sure they are compliant to the new regulations.

  • Declaration of Conformity: Starts Q4 2024
  • Evidence Retention: Compliance evidence is maintained for 10 years
  • Authorized Representation: If not based in EU, representative โžก๏ธ CrabNebula.

Learn more about it in our product page

August 21, 2024

Improvements ๐Ÿ“ˆ

  • Improved banner and communication for trial and subscription status.
  • Clearer UI if a release has no binaries or assets of any kind.
  • Improved alert notifications.
  • Multiple infrastructure updates.

Additional Notes ๐Ÿฆโ€๐Ÿ”ฅ

  • Since last weekโ€™s bugfix with the CLI and updating Tauri v2 bundles, we went the extra mile and improved introspection on your Tauri v2 project to properly detect installer and update bundles.
August 7, 2024

Features โœจ

  • Apple Pay checkout.
  • Release purge (deletes all release assets, mark it as purged, clear cache).
  • CrabNebula CLI supports Tauri v2 (all docs updated)
  • Channel releases: to draft, upload assets and publish releases on channels you can use the --channel. For example:

Draft:

release draft <app> <version> --channel <channel>`, `release upload <app> <version> --channel <channel>

Publish:

release publish <app> <version> --channel <channel>

Improvements ๐Ÿ“ˆ

  • Better wording and more transparent checkout experience on subscription.
  • Release list sorting and filtering updates - with new channel filter
  • CLI now validates if you are trying to upload a macOS app bundle (which is a directory and cannot be directly uploaded)
  • Added org and app creation dates to the UI.
  • Added report abuse link (see footer).
  • All packages and crates updated for Tauri 2.0-RC
  • All docs updated for Tauri 2.0-RC

Fixes ๐Ÿชฒ

  • Billing banner and modals are more responsive to UI sizes
July 31, 2024

Features โœจ

  • Paypal is now a supported payment method.
  • Better, refactored, and more precise pricing estimator.

Improvements ๐Ÿ“ˆ

  • More predictable billing for metered storage now based on total amount instead of monthly usage.
  • Switching orgs doesnโ€™t navigate to orgโ€™s home page, stays on current context.
  • Added confirmation to member removal.
  • Trial shows expiration counter on dashboard.
  • Org creation page now shows trial eligibility.

Bug Fixes ๐Ÿชฒ

  • Fixed incorrect asset size being displayed.
  • Fixed preview for application description.

Guides ๐Ÿ“

  • Added instructions to push notes to your releases via our CI Guide
July 23, 2024

Whatโ€™s changed

  • Extended trial for early adopters with inactive subscriptions to end at July 31st 2024
  • Small redesign of the DevTools seat assignment in the members page
  • Modals explaining plan changes when itโ€™s either cancelled or cancelling at the end of the current term
  • Sort and filtering of releases
  • Packager-based applications now includes better documentation in the get started tiles in the application page

Bug Fixes

  • No longer redirect to org selection page when idle for 10 minutes
  • Plan pricing and estimation for early adopters
  • Payment method failures not displayed
April 16, 2024

New features

  • Public platform: Each asset now has an optional publicPlatform tag that can be used to fetch its latest version from our CDN, useful for public download pages like the download button creator you can find on the application detail page

Enhancements

  • Deleting an app is now more difficult: you must confirm the application name to prevent accidentally deleting the wrong app
  • Release assets are now deleted when you delete an application