Skip to content

v0.54.0

Compare
Choose a tag to compare
@eoger eoger released this 10 Mar 20:16
· 508 commits to master since this release
c64607f

v0.54.0 (2020-03-10)

Full Changelog

General

What's changed

  • iOS: Xcode version changed to 11.3.1 from 11.3.0.

Rust

What's New

  • Sourcing libs/bootstrap-desktop.sh is not a thing anymore. Please run ./libs/verify-desktop-environment.sh at least once instead. (#2769)

Push

Breaking changes

  • Android: The PushManager.verifyConnection now returns a List<PushSubscriptionChanged> that contain the channel ID and scope of the subscriptions that have expired. (#2632)
    See onpushsubscriptionchange events on how this change can be propagated to notify web content.

Places

What's fixed

  • Improve handling of tags for bookmarks with the same URL. These bookmarks no
    longer cause syncs to fail (#2750),
    and bookmarks with duplicate or mismatched tags are reuploaded
    (#2774).

Breaking changes

  • Synced items with unknown types now fail the sync, instead of being silently
    ignored. We'll monitor this error in telemetry, and add logic to delete these
    items on the server if needed
    (#2780).