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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,10 @@
1
+
**v0.53.2**
2
+
*[[TeamMsgExtractor #452](https://github.com/TeamMsgExtractor/msg-extractor/issues/452)] Adjusted code to allow html encoding to be cached to try to speed up `bs4` operations.
3
+
*[[TeamMsgExtractor #453](https://github.com/TeamMsgExtractor/msg-extractor/issues/453)] Fixed handler for too large filetimes so that some filetimes being too large doesn't break the handler.
4
+
* Fixed a bug that would cause an error in task objects due to a lack of `enumerate`.
5
+
* Fix `TOCEntry` not initializing `DVTargetDevice` correctly.
6
+
* Add temporary properties for `ContentID` to `SignedAttachment`. AFAIK these can't ever be set, but this prevents errors in some places.
7
+
1
8
**v0.53.1**
2
9
* Expanded allowable range for `red-black-tree-mod`.
3
10
* Fix issue with `MessageBase.asEmailMessage()` that prevented embedded MSG files from being attached.
0 commit comments