Skip to content

Commit

Permalink
REL Release v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
unode committed Jan 25, 2018
1 parent 089e1df commit 4d7d66c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
#### Changelog

##### git

##### 0.7.0
- Fix PK11 slot memory leak
- Configurable pass-export prefix via `--pass-prefix`
- Deprecate `--tabular`, add `--format` parameter and support CSV format
- Fix minor bug with formatting of profile selection prompt
- Support several default locations for libnss on Darwin
- Support for password-store in SQLite format starting with Firefox v59

##### 0.6.2
- Add `--tabular` output
Expand Down
2 changes: 1 addition & 1 deletion firefox_decrypt.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ def internal_version():
return stdout.strip().decode("utf-8")


__version_info__ = (0, 6, 2)
__version_info__ = (0, 7, 0)
__version__ = get_version()


Expand Down

0 comments on commit 4d7d66c

Please sign in to comment.