mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
🔖 Release 1.1.0
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#### Changelog
|
||||
|
||||
##### 1.0.0+git
|
||||
##### 1.1.0+git
|
||||
-
|
||||
|
||||
##### 1.1.0
|
||||
- Include `pyproject.toml` to facilitate usage via `pipx`
|
||||
- Allow overriding default encoding
|
||||
- Add `--pass-always-with-login` to always include /login as part of pass's password path
|
||||
|
||||
@@ -74,7 +74,7 @@ def get_version() -> str:
|
||||
return p.stdout.strip()
|
||||
|
||||
|
||||
__version_info__ = (1, 0, 0, "+git")
|
||||
__version_info__ = (1, 1, 0)
|
||||
__version__: str = get_version()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user