Skip to content

Commit

Permalink
[menu-bar] Bump version to 1.0.0 (#97)
Browse files Browse the repository at this point in the history
* [menu-bar] Bump version to 1.0.0

* Bump bundle version

* Update README

* Update changelog
  • Loading branch information
gabrieldonadel committed Nov 14, 2023
1 parent 000a066 commit 6622604
Show file tree
Hide file tree
Showing 5 changed files with 10 additions and 14 deletions.
Binary file removed .github/resources/experiments.png
Binary file not shown.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Expand Up @@ -6,6 +6,12 @@

### 🎉 New features

### 💡 Others

## 1.0.0 — 2023-11-14

### 🎉 New features

- Add ability to show/hide different types of simulators, and add experimental TV support. ([#77](https://github.com/expo/orbit/pull/77) by [@douglowder](https://github.com/douglowder), [#84](https://github.com/expo/orbit/pull/84), [#90](https://github.com/expo/orbit/pull/90), [#91](https://github.com/expo/orbit/pull/91) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- Add support for opening tarballs with multiple apps. ([#73](https://github.com/expo/orbit/pull/73), [#98](https://github.com/expo/orbit/pull/98) by [@gabrieldonadel](https://github.com/gabrieldonadel))
- Improve feedback to the user when an error occurs. ([#64](https://github.com/expo/orbit/pull/64), [#96](https://github.com/expo/orbit/pull/96) by [@gabrieldonadel](https://github.com/gabrieldonadel))
Expand Down
12 changes: 1 addition & 11 deletions README.md
Expand Up @@ -8,9 +8,7 @@

<p align="center">Launch builds and start simulators from your menu bar</p>

Orbit is currently in the experimental phase and, as of now, it is only compatible with macOS. We have exciting plans to integrate Orbit further into the Expo ecosystem and add even more features, such as connecting your Expo account to display recent builds and allowing you to launch them directly from the Menu Bar.

Try out Expo Orbit now, explore its capabilities, and share your feedback. Your input will shape the future of this tool and guide us on where to take it next.
Orbit is a menu bar app designed to make your development workflow even faster, allowing you to launch builds and run Snack projects on your devices and simulators with ease. At this point in time, Orbit is only compatible with macOS but we have exciting plans to integrate it further into the Expo ecosystem and add even more features. Try out Expo Orbit now, explore its capabilities, and share your feedback. Your input will shape the future of this tool and guide us on where to take it next.

## Install

Expand All @@ -22,14 +20,6 @@ brew install expo-orbit

If you want Orbit to automatically start when you log in, click on the Orbit icon in the menu bar, then "Settings" and select the "Launch on Login" option.

### Enabling Orbit buttons on EAS and Snack

To get the most out of Orbit make sure to enable the Expo Orbit experiment inside of your Expo user [settings](https://expo.dev/settings). Navigate to the settings page and turn on the "Expo Orbit" experiment under the Experiments section

<p align="center">
<img alt="Experiments" src="./.github/resources/experiments.png">
</p>

## 👏 Contributing

If you like Expo Orbit and want to help make it better then check out our [contributing guide](./CONTRIBUTING.md)!
Expand Down
4 changes: 2 additions & 2 deletions apps/menu-bar/macos/ExpoMenuBar-macOS/Info.plist
Expand Up @@ -58,7 +58,7 @@
<key>CFBundlePackageType</key>
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
<key>CFBundleShortVersionString</key>
<string>0.1.3</string>
<string>1.0.0</string>
<key>CFBundleURLTypes</key>
<array>
<dict>
Expand All @@ -70,7 +70,7 @@
</dict>
</array>
<key>CFBundleVersion</key>
<string>7</string>
<string>12</string>
<key>LSMinimumSystemVersion</key>
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
<key>LSUIElement</key>
Expand Down
2 changes: 1 addition & 1 deletion apps/menu-bar/package.json
@@ -1,6 +1,6 @@
{
"name": "orbit",
"version": "0.1.3",
"version": "1.0.0",
"private": true,
"scripts": {
"lint": "eslint .",
Expand Down

0 comments on commit 6622604

Please sign in to comment.