changelog entries for bitwarden userscript
Will it be cherry picked to the release branch? Should I have made a new section for the 3.5.0 release? We'll see!
This commit is contained in:
parent
d65c310605
commit
7385df83b7
|
|
@ -25,6 +25,10 @@ Changed
|
|||
- The `content.headers.user_agent` setting now has a new
|
||||
`{upstream_browser_version_short}` template field, which is the
|
||||
upstream/Chromium version but shortened to only major version.
|
||||
- Changed features in userscripts:
|
||||
* `qute-bitwarden` now passes your password to the subprocess in an
|
||||
environment variable when unlocking your vault, instead of as a command
|
||||
line argument. (#7781)
|
||||
|
||||
Fixed
|
||||
~~~~~
|
||||
|
|
@ -36,6 +40,9 @@ Fixed
|
|||
error is shown instead).
|
||||
- The default user agent now only contains the shortened Chromium version
|
||||
number, which fixes overzealous blocking on ScienceDirect.
|
||||
- Resolved issues in userscripts:
|
||||
* `qute-bitwarden` will now prompt a re-login if its cached session has
|
||||
been invalidated since last used. (#8456)
|
||||
|
||||
[[v3.4.0]]
|
||||
v3.4.0 (2024-12-14)
|
||||
|
|
|
|||
Loading…
Reference in New Issue