Skip to content

v1.10.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Jul 08:51
v1.10.0

Release of version v1.10.0

This version implements full support for the Manifest v3 service-worker lifecycle. By that, the host tooling is shut down when there is no activity (chromium browsers only), reducing resource consumption. As this cannot be implemented on Firefox, the host tooling is kept active there. No changes of the host tooling.

Fixes

fac92d6 fix(accounts): keep SSO disabled if restoring from disabled state

Features
7054d57 feat(chrome): register alarm synchronously to support V3 wakeup
cb31ec0 feat(broker): disconnect from NativeMessaging backend on inactivity
35aa301 feat(device): persist current state to session
55d382f feat(account-manager): preserve state in session storage
0e2aa53 feat(account): serialize avatar as well
b62b4ef fix: restore extension versions lost during re-formatting

Others

8c3d0fa chore: delay app state updates until state is restored
798879b chore(device-manager): coalesce loading of device info
1652277 chore(account-manager): coalesce getToken requests
34314d9 refactor(account): split avatar into imagedata and raw repr
1cfd100 style: re-format json files with biome 2.4.16