Releases: mideind/EmblaFlutterApp
Releases · mideind/EmblaFlutterApp
1.4.0
- Substantial rewrite of the Embla Flutter codebase. Core session functionality is now contained in the EmblaCore library, which handles communication with a brand new backend server, Ratatoskur.
- This is the first Embla Flutter release to explicitly support iOS. The native iOS client is now deprecated. All future App Store releases will build on this codebase.
- The client now contains an "Info" route showing information about the app and the device it is running on.
- Various improvements all over the codebase.
- This should be the fastest, most reliable and most flexible version of Embla Flutter to date.
Full Changelog: v1.3.4...v1.4.0
1.3.4
- Various minor updates, such as sending API key to query server via HTTP header instead of query string
- Migrated entire codebase over to null safety, bumped min Dart version 2.12 by @sveinbjornt in #3
- IoT connections by @sultur in #2
- This is the last version to support only Android. All future versions should work just fine on iOS.
Full Changelog: v1.3.2...v1.3.4
v1.3.2
- New default voices (Guðrún and Gunnar)
- Various minor bug fixes
Full Changelog: v1.3.0...v1.3.2
v1.3.0
- Dark mode support
- Session view can now show images provided in response from query server
- New UI for voice selection (no longer segmented control)
- Various minor user interface improvements and bug fixes
- Now requires Android 8.1 (SDK 27) or later
Full Changelog: v1.2.0...v1.3.0
v1.2.0
- Multiple different voice responses when no answer available, instead of "Það veit ég ekki"
- Can now handle Data URIs in payload from query server
- Now supports executing a JavaScript "command" payload from query server
- Improved accessibility labels
- Various minor interface improvements
v1.1.0
- Initial release (Android only)