v114.0 (2023-05-08)
General
✨ What's New ✨
- Updated the version system to follow the Firefox major version
- Implemented nightly builds
Nimbus ⛅️🔬🔭
✨ What's New ✨
- Added processing of command line arguments (or intent extras) to be driven by a command line tool. (#5482)
- Requires passing
CommandLine.arguments
toNimbusBuilder
in iOS. - Requires passing
intent
toNimbusInterface
in Android.
- Requires passing
- Added Cirrus client object for working with Nimbus in a static, stateless manner (#5471).
- Added
nimbus-cli
. (#5494)
Places ⛅️🔬🔭
🦊 What's Changed 🦊
- Added support for sync payload evolution in history. If other clients sync history records / visits with fields that we don't know about, we store that data as JSON and send it back when it's synced next.