From 58ff1a4e5bb6d9087cc9bc2c69e38150e38b69f8 Mon Sep 17 00:00:00 2001 From: decalage2 Date: Thu, 22 May 2025 10:59:34 +0200 Subject: [PATCH] doc: updated changelog for 0.60.3 --- README.md | 6 ++++-- oletools/README.html | 8 ++++++-- oletools/README.rst | 10 +++++++--- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index af40459..8714be7 100644 --- a/README.md +++ b/README.md @@ -33,8 +33,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software. News ---- -- **2025-05-21 v0.60.3**: - - olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873) +- **2025-05-22 v0.60.3**: + - olevba: + - fixed a security issue in the CLI display when ANSI escape codes are present (PR #873) + - encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842) - **2024-07-02 v0.60.2**: - olevba: - fixed a bug in open_slk (issue #797, PR #769) diff --git a/oletools/README.html b/oletools/README.html index ec55bfe..6094512 100644 --- a/oletools/README.html +++ b/oletools/README.html @@ -26,9 +26,13 @@

Note: python-oletools is not related to OLETools published by BeCubed Software.

News