v0.54.0 (2020-03-10)
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 aList<PushSubscriptionChanged>
that contain the channel ID and scope of the subscriptions that have expired. (#2632)
Seeonpushsubscriptionchange
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).