Releases: expo/orbit
Releases · expo/orbit
v1.2.1
🐛 Bug fixes
- Fixed CLI on x64 machines. (#215 by @gabrieldonadel)
💡 Others
- Show Debug Window in release mode. (#216 by @gabrieldonadel)
v1.2.0
🎉 New features
- Automatically select the correct iOS device depending on app type. (#200 by @gabrieldonadel)
- Add support for self-signed certificates. (#208 by @gabrieldonadel)
💡 Others
- Update devices order to show physical devices first. (#197 by @gabrieldonadel)
- Improve listing connected Apple devices over Wi-Fi. (#199 by @gabrieldonadel)
- Upgrade
react-native
to 0.75.2. (#203, #209, by @gabrieldonadel) - Upgrade to
expo
SDK 51. (#204, #212 by @gabrieldonadel) - Upgrade
react-native-svg
to 15.2.0. (#204 by @gabrieldonadel) - Add debug logs to debug menu. (#211 by @gabrieldonadel)
v1.1.1
🐛 Bug fixes
- Fix extra avd info being displayed as a bootable android emulator. (#190 by @gabrieldonadel)
- Fix installing iOS apps from tarballs that don't contain an
.app
or.ipa
file. (#193 by @gabrieldonadel)
💡 Others
- Add warning when trying to an iOS app in a incompatible device. (#194 by @gabrieldonadel)
v2.0.0-preview.1
Windows Preview 1 Now Available!
Orbit for Windows is currently in the experimental phase and, as of now, it is only compatible with x64 and x86 machines but compatibility for other architectures will be out soon!
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.
🎉 New features
- Add experimental support for Windows and Linux. (#152, #157, #158, #160, #161, #165, #170, #171, #172, #173, #174, #175, #177, #178, #180, #181, #182, #185, #191 by @gabrieldonadel)
🐛 Bug fixes
- Fix extra avd info being displayed as a bootable android emulator. (#190 by @gabrieldonadel)
v1.1.0
🎉 New features
- Add support for launching Expo updates. (#134, #137, #138, #144, #148, #188 by @gabrieldonadel)
- Migrate Sparkle to Expo Modules. (#184 by @gabrieldonadel)
- Automatically handle installing incompatible Android app updates. (#187 by @gabrieldonadel)
🐛 Bug fixes
- Prevent CLI from returning invalid cached APKs when the download of the build fails. (#156 by @gabrieldonadel)
💡 Others
- Fix typo in error alert message. (#183 by @prettyClouds)
v1.0.4
🎉 New features
- Cache builds by default. (#156 by @gabrieldonadel)
- Improve fatal CLI error handling. (#163,#166 by @gabrieldonadel)
🐛 Bug fixes
- Fixed listing devices on x64 machines. (#164 by @gabrieldonadel)
💡 Others
- Use Expo CLI instead of react-native community CLI. (#155 by @gabrieldonadel)
- Add basic telemetry. (#168 by @gabrieldonadel)
- Bump
snack-content@2.0.0
to preview 2. (#167 by @byCedric)
v1.0.3
🎉 New features
🐛 Bug fixes
- Fix download progress bar not updating correctly. (#150, #153 by @gabrieldonadel)
💡 Others
- Install the expo package and set up autolinking for macOS. (#130 by @tsapeta)
- Remove AsyncStorage migrator and @react-native-async-storage/async-storage dependency. (#135 by @gabrieldonadel)
- Migrate Menubar to expo modules.(#133 by @alanhughes)
- Migrate FilePicker to Expo Modules. (#132 by @gabrieldonadel)
- Upgrade
react-native
to 0.73.2. (#143 by @gabrieldonadel) - Upgrade
react-native-svg
to 14.1.0. (#143 by @gabrieldonadel) - Migrate ProgressIndicator to Expo Modules. (#150 by @gabrieldonadel)
- Refactor deep-link routes to comply with the URL specification. (#151 by @gabrieldonadel)
v1.0.2
🎉 New features
- Improve Snack support for older SDKs. (#117 by @gabrieldonadel)
🐛 Bug fixes
- Fix device selection logic when a simulator or device is no longer available. (#114 by @gabrieldonadel)
- Fix projects section height when the user has less than three projects. (#119 by @gabrieldonadel)
- Fix installing apps on Android physical devices. (#123 by @gabrieldonadel)
- Fix Settings window size when opening it from the context menu. (#127 by @gabrieldonadel)
- Fix
osascript
error when launching apps on the Simulator. (#139 by @gabrieldonadel) - Improve popover height calculations when using multiple displays. (#140 by @gabrieldonadel)
💡 Others
- Upgrade
@react-native-clipboard/clipboard
to 1.13.1 and remove patch. (#116 by @gabrieldonadel) - Configure EAS build workflow. (#115 by @gabrieldonadel)
- Refresh the Settings window UI. (#121 by @simek)
- Remove unused options from native main menu when the app is focused. (#128 by @gabrieldonadel)
- Upgrade
react-native
to 0.73.1. (#129 by @gabrieldonadel)
v1.0.1
🎉 New features
- Automatically open popover when the user tries to reopen the app from the Dock or Spotlight. (#109 by @gabrieldonadel)
🐛 Bug fixes
- Fix installing EAS builds from cold start. (#108 by @gabrieldonadel)
- Fix onboarding command check loading status. (#110 by @gabrieldonadel)
- Fix undismissable Alerts. (#112 by @gabrieldonadel)
v1.0.0
🎉 New features
- Add ability to show/hide different types of simulators, and add experimental TV support. (#77 by @douglowder, #84, #90, #91 by @gabrieldonadel)
- Add support for opening tarballs with multiple apps. (#73, #98 by @gabrieldonadel)
- Improve feedback to the user when an error occurs. (#64, #96 by @gabrieldonadel)
- Improve UI feedback when opening a snack project. (#88 by @gabrieldonadel)
- Added drag and drop support for installing apps. (#57 by @gabrieldonadel)
- Added support for installing apps directly from Finder. (#56 by @gabrieldonadel)
- Added local HTTP server to circumvent deep-link limitations. (#52, #53, #54, #55 by @gabrieldonadel)
- Added Projects section to the menu bar. (#46, #59, #83, #95 by @gabrieldonadel)
- Added support for login to Expo. (#41, #43, #44, #45, #62, #67, #89, #100, #101 by @gabrieldonadel)
- Focus simulator/emulator window when launching an app. (#75 by @gabrieldonadel)
- Add support for running iOS internal distribution apps on real devices. (#79 by @gabrieldonadel)
- Add support for opening snack projects on real iOS devices. (#92 by @gabrieldonadel)
🐛 Bug fixes
- Fix some build and running issues. (#69 by @douglowder)
- Fix build using Xcode 15. (#74 by @gabrieldonadel)
- Fix listing iOS connected devices. (#78 by @gabrieldonadel)
- Fix SystemIconView not reacting to Appearance changes. (#85 by @gabrieldonadel)
- Fix useDeepLinking hook initial URL. (#99 by @gabrieldonadel)
- Fix popover not closing when opening URLs. (#102 by @gabrieldonadel)
💡 Others
- Add check for missing changelogs. (#49 by @gabrieldonadel)
- Clean up eas-shared package. (#60 by @gabrieldonadel)
- Unify device types across menu-bar, cli and eas-shared package. (#66 by @gabrieldonadel)
- Upgrade react-native-svg to 13.14.0 and remove patch. (#70 by @gabrieldonadel)
- Upgrade react-native to 0.72.5. (#71 by @gabrieldonadel)
- Setup Lerna. (#72 by @gabrieldonadel)
- Migrate AsyncStorage records to react-native-mmkv. (#82 by @gabrieldonadel)
- Update Onboarding to rerun checks when focusing the window. (#93 by @gabrieldonadel)
- Upgrade @react-native-clipboard/clipboard to 1.12.1 and patch warnings. (#70 by @gabrieldonadel)