diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a5b439..020c51d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,15 @@ # Changelog (This document uses YYYY-MM-DD as per ISO 8601) -## [v2.1.3] - 2021-5-3 +## [v2.1.3] - 2021-7-16 ### Added - pyinstaller.py script to make building with pyinstaller more convenient. - Themes by cubicSimulation. +### Fixed +- Crash when opening invite-only memo. (My bad-) + ### Changed - Honk emote now only triggers when typing ':honk:' instead of on every 'honk'. diff --git a/memos.py b/memos.py index ed461b7..9683ddd 100644 --- a/memos.py +++ b/memos.py @@ -12,6 +12,7 @@ from parsetools import convertTags, addTimeInitial, timeProtocol, \ lexMessage, colorBegin, colorEnd, mecmd, smiledict import parsetools from logviewer import PesterLogViewer +import logging try: QString = unicode