Skip to content

Commit

Permalink
Update CHANGELOG and README
Browse files Browse the repository at this point in the history
  • Loading branch information
nolze committed Jun 3, 2021
1 parent 5e673da commit b0563d2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,11 @@

4.12.0 / 2021-06-04
===================

* Use custom exceptions ([#59](https://github.com/nolze/msoffcrypto-tool/pull/59))
* (dev) Remove nose (thank you) ([#57](https://github.com/nolze/msoffcrypto-tool/pull/57))
* (dev) Use poetry ([#55](https://github.com/nolze/msoffcrypto-tool/pull/55))

4.11.0 / 2020-09-03
===================

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -149,9 +149,9 @@ poetry run coverage run -m pytest -v
* [x] Add decryption tests for various file formats
* [x] Integrate with more comprehensive projects handling MS Office files (such as [oletools](https://github.com/decalage2/oletools/)?) if possible
* [x] Add the password prompt mode for CLI
* [x] Improve error types (v4.12.0)
* [ ] Redesign APIs (v5.0.0)
* [ ] Improve error types (v5.0.0)
* [ ] Use a kind of `ctypes.Structure`
* [ ] Introduce something like `ctypes.Structure`
* [ ] Support encryption

## Resources
Expand Down

0 comments on commit b0563d2

Please sign in to comment.