mirror of
https://github.com/unode/firefox_decrypt.git
synced 2025-12-16 12:01:52 +01:00
🔖 Release 1.1.1
This commit is contained in:
@@ -1,6 +1,9 @@
|
||||
#### Changelog
|
||||
|
||||
##### 1.1.0+git
|
||||
##### 1.1.1+git
|
||||
-
|
||||
|
||||
##### 1.1.1
|
||||
- Fix unhandled exception with deleted passwords - see #99
|
||||
- Environment variable `NSS_LIB_PATH` can now be used to specify `libnss` location
|
||||
|
||||
|
||||
@@ -74,7 +74,7 @@ def get_version() -> str:
|
||||
return p.stdout.strip()
|
||||
|
||||
|
||||
__version_info__ = (1, 1, 0, "+git")
|
||||
__version_info__ = (1, 1, 1)
|
||||
__version__: str = get_version()
|
||||
|
||||
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
[project]
|
||||
name = "firefox-decrypt"
|
||||
version = "1.0.0"
|
||||
version = "1.1.1"
|
||||
description = "Firefox Decrypt is a tool to extract passwords from Mozilla (Firefox™, Waterfox™, Thunderbird®, SeaMonkey®) profiles"
|
||||
authors = [{name = "Renato Alves"}]
|
||||
requires-python = ">=3.9"
|
||||
|
||||
Reference in New Issue
Block a user