You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+5-1Lines changed: 5 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,9 @@
1
-
**v0.54.2**
1
+
**v0.55.0**
2
2
*[[TeamMsgExtractor #465](https://github.com/TeamMsgExtractor/msg-extractor/issues/465)] Added missing `msg.close()` to `openMsg()`. If the MSG file was actually just a plain OLE file, it would be left open.
3
+
* Adjusted the default value of `maxNameLength` for `MessageBase.save()` to 40 instead of 256.
4
+
* Adjusted exception handling for `MessageBase.save()` to properly report the reason a folder fails to be created.
5
+
* Simplified some of the code for `MessageBase.save()`.
6
+
* Fixed some typing information.
3
7
4
8
**v0.54.1**
5
9
*[[TeamMsgExtractor #462](https://github.com/TeamMsgExtractor/msg-extractor/issues/462)] Fix potential issue where child MSG might have incompatible encoding to parent MSG when trying to grab a stream from the parent.
0 commit comments