- 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)
- Upgrade
react-native
to 0.76.1. (#217 by @gabrieldonadel) - Upgrade to
expo
SDK 52. (#217, #219 by @gabrieldonadel) - Upgrade
react-native-svg
to 15.8.X. (#217, #219 by @gabrieldonadel) - Upgrade
electron
to 33.2.0. (#218 by @gabrieldonadel) - Add github workflow to build for Windows and Linux. (#221 by @gabrieldonadel)
- Fixed CLI on x64 machines. (#215 by @gabrieldonadel)
- Show Debug Window in release mode. (#216 by @gabrieldonadel)
- Automatically select the correct iOS device depending on app type. (#200 by @gabrieldonadel)
- Add support for self-signed certificates. (#208 by @gabrieldonadel)
- 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)
- 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)
- Add warning when trying to an iOS app in a incompatible device. (#194 by @gabrieldonadel)
- 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)
- Prevent CLI from returning invalid cached APKs when the download of the build fails. (#156 by @gabrieldonadel)
- Fix typo in error alert message. (#183 by @prettyClouds)
- Cache builds by default. (#156 by @gabrieldonadel)
- Improve fatal CLI error handling. (#163,#166 by @gabrieldonadel)
- Fixed listing devices on x64 machines. (#164 by @gabrieldonadel)
- Use Expo CLI instead of react-native community CLI. (#155 by @gabrieldonadel)
- Add basic telemetry. (#168 by @gabrieldonadel)
- Bump
[email protected]
to preview 2. (#167 by @byCedric)
- Fix download progress bar not updating correctly. (#150, #153 by @gabrieldonadel)
- 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)
- Improve Snack support for older SDKs. (#117 by @gabrieldonadel)
- 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 real 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)
- 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)
- Automatically open popover when the user tries to reopen the app from the Dock or Spotlight. (#109 by @gabrieldonadel)
- 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)
- 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)
- 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)
- 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)
- Add auto update support. (#65 by @gabrieldonadel)
- Improved performance when running
cli
commands. (#61 by @gabrieldonadel) - Show dock icon while windows are opened. (#50 by @gabrieldonadel)
- Fix SVGs on macOS Sonoma. (#63 by @gabrieldonadel)
- Prevent the AutoLauncher process from running in the background after launching the main app. (#51 by @gabrieldonadel)
- Fix WindowNavigator size calculations when showing an existing window. (#48 by @gabrieldonadel)
- Remove additional spacing from Builds header. (#40 by @Simek)
- Added a context menu when right clicking on the menu bar icon. (#36 by @gabrieldonadel)
- Fixed listing devices on Intel machines. (#39 by @gabrieldonadel)
- Refetch devices list after launching a simulator. (#37 by @gabrieldonadel)
- Improve Popover height estimations. (#38 by @gabrieldonadel)
- Add alert when trying to install build with no available device. (#38 by @gabrieldonadel)
- Fixed listing devices when Android SDK path or
xcrun
is not configured correctly. (#26 by @gabrieldonadel) - Fixed menu bar popover height after putting Mac to sleep. (#28 by @gabrieldonadel)
- Prevent multiple "Launch" clicks, add label when booting. (#29 by @Simek)
- Fixed Pre-flight checklist UI when a check fails. (#33 by @gabrieldonadel)
- Fixed Folder icon not rendering correctly inside the Settings Window. (#34 by @gabrieldonadel)
-
Move device running indicator inside the Popover to the right along with a green dot. (#17 by @Simek)
This version does not introduce any user-facing changes.