Releases: siemens/linux-entra-sso
v1.4.0
Release of version v1.4.0
This release brings a couple of minor fixes, as well as support for the Brave Browser (thanks to @sprytnyk) and Firefox in Snap.
Features:
77499c1 chore: add Brave browser support
a8b4526 docs: describe pre-requisites for Snap Firefox version
cfe7957 feat: cache login state across browser restarts
Fixes:
1bf8ae6 fix: print 'message' property of the lastError error
6374719 fix: set correct accept type when requesting avatar
Others:
d1635ea refactor(popup): avoid use of innerHTML where not needed
v1.3.1
v1.3.0
Release of version v1.3.0
This release provides a couple of stability enhancements w.r.t. unresponsive brokers or broker restarts.
We further add an indication if the broker is currently running. In case it is not running, a red circle appears around the avatar. This is only of informative nature, as we still try to acquire a token if needed.
Fixes:
- b85d6f8 Fix race between broker appearance and callback registration
- 89db1f0 Reset accounts.queried after unsuccessful request
- e5addda in case of nm exception, pass reason to webext
- eb56ca8 call broker only if really needed
- 5214351 fix: handle disconnect of menu port
- b6f124d Avoid redundant function call in waitFor
Features:
- abbe285 feat: indicate broker online state in UI
- a44fcf2 Establish timeout while waiting for native messaging host
Others:
- 8a19751 README: add note about signed git tags
v1.2.0
Release of version v1.2.0
This release is a bugfix release which does not contain any new features. The probably most important change is the pinning of the Python interpreter path to not be affected by any local venvs (on system-wide installs).
Fixes
v1.1.0
v1.0
v0.9
This is a pure infrastructure release. It does not include any changes of the web extension itself.
Highlights
- provide Debian package with host tools and extension stub for Chrome
- make install paths configurable
- attach build provenance attestation to artifacts
- improve documentation around how to install on FF
v0.8
Release of version v0.8
This is a pure infrastructure release. It does not include any changes of the web extension itself.
Highlights
- We got accepted and signed by the Chrome Web Store (unlisted currently)
- Chrome: add support for global installation / packaging
- Chrome: grant access to official extension version in host script
v0.7
Release of version v0.7
Fixes:
- Chrome: terminate extension when browser is closed
- Chrome: do not double-initialise the extension
- fix issues around re-loading of the profile picture
For Firefox, no update of the host part is needed. For Chrome, we recommend to update the host part as well.
v0.6.1
Initial self-deployed release for Mozilla Firefox.