Skip to content

Commit 58ff1a4

Browse files
committed
doc: updated changelog for 0.60.3
1 parent e94e735 commit 58ff1a4

3 files changed

Lines changed: 17 additions & 7 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,10 @@ Note: python-oletools is not related to OLETools published by BeCubed Software.
3333
News
3434
----
3535

36-
- **2025-05-21 v0.60.3**:
37-
- olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
36+
- **2025-05-22 v0.60.3**:
37+
- olevba:
38+
- fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)
39+
- encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)
3840
- **2024-07-02 v0.60.2**:
3941
- olevba:
4042
- fixed a bug in open_slk (issue #797, PR #769)

oletools/README.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,13 @@ <h1 id="python-oletools">python-oletools</h1>
2626
<p>Note: python-oletools is not related to OLETools published by BeCubed Software.</p>
2727
<h2 id="news">News</h2>
2828
<ul>
29-
<li><strong>2025-05-21 v0.60.3</strong>:
29+
<li><strong>2025-05-22 v0.60.3</strong>:
3030
<ul>
31-
<li>olevba: fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)</li>
31+
<li>olevba:
32+
<ul>
33+
<li>fixed a security issue in the CLI display when ANSI escape codes are present (PR #873)</li>
34+
<li>encrypted files: password is now reported in the logs, added --decrypted_dir option (PR #842)</li>
35+
</ul></li>
3236
</ul></li>
3337
<li><strong>2024-07-02 v0.60.2</strong>:
3438
<ul>

oletools/README.rst

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,10 +38,14 @@ Software.
3838
News
3939
----
4040

41-
- **2025-05-21 v0.60.3**:
41+
- **2025-05-22 v0.60.3**:
4242

43-
- olevba: fixed a security issue in the CLI display when ANSI escape
44-
codes are present (PR #873)
43+
- olevba:
44+
45+
- fixed a security issue in the CLI display when ANSI escape
46+
codes are present (PR #873)
47+
- encrypted files: password is now reported in the logs, added
48+
--decrypted_dir option (PR #842)
4549

4650
- **2024-07-02 v0.60.2**:
4751

0 commit comments

Comments
 (0)