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
+14Lines changed: 14 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,17 @@
1
+
**v0.53.1**
2
+
* Expanded allowable range for `red-black-tree-mod`.
3
+
* Fix issue with `MessageBase.asEmailMessage()` that prevented embedded MSG files from being attached.
4
+
* Expand allowable versions of `BeautifulSoup4`.
5
+
6
+
**v0.53.0**
7
+
* Added tests for many functions in `extract_msg.utils`.
8
+
* Fix an issue in `extract_msg.utils.msgPathToString()` that prevented backslashes from being replaced with forward slashes.
9
+
* Change the behavior of `extract_msg.utils.minutesToDurationStr()` to properly use plurals.
10
+
* Fixed issue in `extract_msg.utils.unwrapMsg()` that would prevent it from working on signed messages due to an API change.
11
+
* Added new exception `MimetypeFailureError`.
12
+
* Modified the logic of `MessageBase.asEmailMessage()` to use `AttachmentBase/SignedAttachment.name` instead of `getFilename()` which only exists on AttachmentBase.
13
+
* Modified the logic of `MessageBase.htmlBodyPrepared()` to properly put the mimetype in image tags to ensure rendering. Logic was also modified to use `encode` instead of `prettify` to reduce computation and output size.
14
+
1
15
**v0.52.0**
2
16
*[[TeamMsgExtractor #444](https://github.com/TeamMsgExtractor/msg-extractor/issues/444)] Fix typo in string that prevented HTML body from generating from the plain text body properly.
3
17
* Adjusted the behavior of `MSGFile.areStringsUnicode` to prioritize the property specified by the parent MSG files for MSG files that are embedded. Additionally, added a fallback to rely on whether or not there is a stream using the `001F` type to determine the property value if it is entirely missing.
0 commit comments