Skip to content

v114.0

Choose a tag to compare

@bendk bendk released this 08 May 15:08
· 1 commit to release-v114 since this release

v114.0 (2023-05-08)

Full Changelog

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 to NimbusBuilder in iOS.
    • Requires passing intent to NimbusInterface in Android.
  • 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.