Skip to content

Releases: e1z0/Conan

build-401

03 Aug 21:05

Choose a tag to compare

build-401 Pre-release
Pre-release

MacOS Apple Silicon ARM64 Build of Conan, other OS nightly builds at: https://conan.e1z0.net

macOS applies a "quarantine" flag to applications downloaded from the internet.
Because Conan is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:

“Conan.app” cannot be opened because the developer cannot be verified.

✅ Why this is safe:

  • This app is self-contained, does not install anything system-wide.
  • You can inspect the source code or build it yourself.
  • Removing the quarantine flag simply tells macOS “I trust this app.”

🛠 How to Remove the Quarantine Flag

  • Open Terminal
  • Run the following command:
xattr -r -d com.apple.quarantine Conan.app

🛠️Noticeable changes since last release

[X] Critical bug: some notes becomes unencrypted in .history folder after push/pull sync, need investigation
[X] The resize bar on notes window should save the position
[X] Paste text into notes as plain text, not as the rich media type
[X] Servers search table search for description also
[X] In spotlight search, show the hosts description in small letters
[X] Tray icon click should now show the spotlight search (windows)
[X] Written iTerm support for macOS as ssh client/terminal
[X] Servers table window on list key ENTER do connect to the selected host
[X] Implemented new config system

Full Changelog: v0.1...build-401

v0.1 Build 397

29 Jul 23:50

Choose a tag to compare

v0.1 Build 397 Pre-release
Pre-release

MacOS Apple Silicon ARM64 Build of Conan, other OS nightly builds at: https://conan.e1z0.net

macOS applies a "quarantine" flag to applications downloaded from the internet.
Because Conan is not code-signed with an Apple Developer certificate, macOS will block it from launching with a warning like:

“Conan.app” cannot be opened because the developer cannot be verified.

✅ Why this is safe:

  • This app is self-contained, does not install anything system-wide.
  • You can inspect the source code or build it yourself.
  • Removing the quarantine flag simply tells macOS “I trust this app.”

🛠 How to Remove the Quarantine Flag

  • Open Terminal
  • Run the following command:
xattr -r -d com.apple.quarantine Conan.app

🛠️ Update: 3 Critical Bugs Fixed

  1. Fixed an issue that prevented the application from starting if the configuration folder had not been created yet (first launch)
  2. Fixed a bug that failed to create the default server list, which prevented users from adding new entries
  3. Fixed a bug that broke safe drag-and-drop functionality in the servers table window