Skip to content

Releases: oovolabs/Orbit

1.0.0-2

05 Oct 16:14
a1c11bd

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.2.1.1...1.0.0-2

1.0.0-1

05 Oct 12:41
a1c11bd

Choose a tag to compare

1.0.0-1 Pre-release
Pre-release

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.2.1.1...1.0.0-1

0.2.1.1

26 Sep 16:56

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.2.1...0.2.1.1

0.2.1

26 Sep 16:24

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.2.0...0.2.1

0.2.0

18 Aug 21:16
03b4917

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

What's Changed

Full Changelog: 0.1.0...0.2.0

v0.1.0

18 Aug 18:35
32e4c19

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

What's Changed

Full Changelog: 0.0.9...v0.1.0

0.1.0-updated-dependencies

18 Aug 19:27
32e4c19

Choose a tag to compare

Pre-release

⚠️ You're viewing a Release branch!

If you're experiencing bugs or issues with this release, please use the previous one.

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

What's Changed

Full Changelog: 0.0.9...0.1.0

v0.1.0-RC

18 Aug 17:57

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.0.8...v0.1.0-RC

0.0.9

17 Jun 20:37

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.0.8...0.0.9

0.0.8

20 Jan 06:59

Choose a tag to compare

Important note for macOS users:

The macOS release may be affected by an issue with file attributes that can prevent the application from launching correctly. To resolve this, you will need to run the following command in your terminal:

xattr -cr ./path/to/your.app

What does this command do?
The xattr command removes any extended attributes (such as quarantine flags) that macOS adds to files downloaded from the internet. This ensures the app can run without any security warnings or restrictions.

Why do you need to run this?
macOS sometimes marks downloaded files as coming from an untrusted source, and this can prevent the app from launching properly. Running the xattr command clears those flags and allows the app to function normally.

Full Changelog: 0.0.7...0.0.8