0.10.0
takahirom/arbigent0.10.0Jan 18, 2025by takahirom
AI Summary
Adds an `OpenLink` initialization method, deprecates the old `cleanup app data` method, and adds iOS E2E CI support.
Key Highlights
- Added `OpenLink` initialization method.
- Added iOS E2E CI to the repository.
- Allowed multiple initialization methods in the UI.
Breaking Changes
- Deprecated `cleanup app data` initialization method.
New Features
- OpenLink initialization
- iOS E2E CI
Full Release Notes
## New Features - Added an OpenLink initialization method and allowed users to specify multiple initialization methods. The old `cleanup app data` method is now deprecated. Please use the new initialization method instead. <img width="692" alt="image" src="https://github.com/user-attachments/assets/4f2fbb66-f74a-4568-977e-042094863aa4" /> ## Added iOS E2E CI in the Arbigent Repository We are now running iOS CI on every commit to ensure compatibility, just as we have CI for Android. ## What's Changed * [UI] Allow multiple initialization methods in UI by @takahirom in https://github.com/takahirom/arbigent/pull/78 * [UI] Fix UI texts by @takahirom in https://github.com/takahirom/arbigent/pull/79 * [UI] Refactor options layout by @takahirom in https://github.com/takahirom/arbigent/pull/80 * [Arbigent internal CI] Use android suffix to e2e by @takahirom in https://github.com/takahirom/arbigent/pull/81 * [Arbigent internal CI] Add cli-e2e-ios by @takahirom in https://github.com/takahirom/arbigent/pull/82 * [Bug fix] Remove unneeded logs in CLI by @takahirom in https://github.com/takahirom/arbigent/pull/83 * [Docs] Update README by @takahirom in https://github.com/takahirom/arbigent/pull/84 * [Docs] Update a little by @takahirom in https://github.com/takahirom/arbigent/pull/85 **Full Changelog**: https://github.com/takahirom/arbigent/compare/0.9.0...0.10.0