Releases: expo/orbit
Releases · expo/orbit
v2.4.0
🎉 New features
- Add support for setting the app launch url. (#319 by @gabrieldonadel)
🐛 Bug fixes
- Fix crash when opening app via deep link from cold start. (#320 by @gabrieldonadel)
💡 Others
- Add
exp://*.on.expo.app/**andexp://*.on.staging.expo.app/**to default trusted sources. (#323 by @gabrieldonadel)
v2.3.0
🎉 New features
- Add watchOS support. (#313 by @gabrieldonadel)
- Add support for launching macOS apps. (#315 by @gabrieldonadel)
- Improve iOS simulator boot and app install reliability. (#314 by @gabrieldonadel)
🐛 Bug fixes
- Hide horizontal scroll indicator in menu popover. (#305 by @gabrieldonadel)
💡 Others
- Upgrade to
expoSDK 54 and react-native0.81. (#254 by @gabrieldonadel) - Optimize code for React 19. (#307 by @gabrieldonadel)
- Upgrade
react-native-svgto 15.15.2. (#308 by @gabrieldonadel) - Add localhost to local server whitelisted domains. (#317 by @gabrieldonadel)
v2.2.0
🎉 New features
- Warn users when automatically switching devices. (#302 by @gabrieldonadel)
🐛 Bug fixes
- Limit the size of error alerts in menu-bar. (#288 by @douglowder)
- Fix launching Android apps that use activity-alias. (#301 by @gabrieldonadel)
💡 Others
- Upgrade to
expoSDK 53 and react-native0.79. (#254 by @gabrieldonadel) - Update ESLint,
eslint-config-universeand setups, bump TypeScript versions. (#261 by @Simek) - Add macOS build script. (#262 by @gabrieldonadel)
- Simplify
AppDelegate.mlogic in to align with Expo's template. (#263 by @gabrieldonadel) - Migrate AppDelegate to Swift. (#264 by @gabrieldonadel)
- Enable react compiler. (#272 by @gabrieldonadel)
- Upgrade
react-native-svg-transformerto 1.5.1 (#273 by @gabrieldonadel) - Improve setup instructions for contributors. (#271 by @altaywtf)
- Use
expo-web-browserfor authentication on macOS. (#276 by @gabrieldonadel) - Upgrade
react-native-macosto 0.79.0. (#290 by @gabrieldonadel) - Update Orbit app and menu bar icons. (#299 by @gabrieldonadel)
v2.1.0
🎉 New features
- Add support for configuring trusted sources for opening URLs via the CLI and menu-bar app. (#270, #275 by @altaywtf)
- Add support for deep linking with both expo-orbit:// and expo-orbit:///. (#279 by @oblador)
- Add support for launching multiple apps simultaneously. (#281 by @gabrieldonadel)
💡 Others
- Remove deprecated deeplink formats. (#280 by @gabrieldonadel)
v2.0.4
v2.0.3
🎉 New features
- Add a warning when developer mode is disabled on iOS. (#250 by @gabrieldonadel)
🐛 Bug fixes
- Fix "no such file" error when opening cached builds. (#256 by @gabrieldonadel)
- Ensure UsbmuxClient can load binary plist pair record data from Apple devices. (#257 by @gabrieldonadel)
💡 Others
- Add CLI archive build phase to macOS project. (#248 by @gabrieldonadel)
- Add arch info to Rudder module. (#252 by @gabrieldonadel)
- Upgrade
react-nativeandreact-native-macosto 0.76.9. (#258 by @gabrieldonadel)
v2.0.2
🎉 New features
- [Windows] Add settings option to context menu. (#233 by @gabrieldonadel)
- Add support for opening APK files from Explorer on Windows and Linux. (#237 by @gabrieldonadel)
- Add support for opening projects directly in Expo Go through a deep link. (#241 by @gabrieldonadel)
💡 Others
- Upgrade
react-native-macosto 0.76.6. (#232 by @gabrieldonadel) - Add tracking simulator launches. (#246 by @gabrieldonadel)
v2.0.1
🎉 New features
- Allow users to manually launch updates in Expo Go. (#226 by @gabrieldonadel)
- [Linux] Add support for auto updates. (#229 by @gabrieldonadel)
🐛 Bug fixes
- [macOS] Fix
new NativeEventEmitter() requires a non-null argumenterror when clicking "See all". (#225 by @gabrieldonadel) - [Linux] Add maintainer field to deb packages. (#227 by @gabrieldonadel)
v2.0.0
Windows and Linux builds now available!
We're promoting Orbit for Windows to a stable version along with support for Linux. 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.
Changelog
🎉 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, #220 by @gabrieldonadel)
💡 Others
- Upgrade
react-nativeto 0.76.1. (#217 by @gabrieldonadel) - Upgrade to
expoSDK 52. (#217, #219 by @gabrieldonadel) - Upgrade
react-native-svgto 15.8.X. (#217, #219 by @gabrieldonadel) - Upgrade
electronto 33.2.0. (#218 by @gabrieldonadel) - Add github workflow to build for Windows and Linux. (#221 by @gabrieldonadel)
v1.2.1
🐛 Bug fixes
- Fixed CLI on x64 machines. (#215 by @gabrieldonadel)
💡 Others
- Show Debug Window in release mode. (#216 by @gabrieldonadel)