1.7.6
What's Changed
A major bug fix and an improvement to msgcat.
Updated
- You can now use "windows-style" paths or a Path-like object in the MessageCatalog.load method; the underlying tcl/tk library apparently only accepts forward-slashes; this update converts the path to an acceptable format no matter what the style, by @israel-dryer in #272
Fixed
- There was a major bug that prevented users from closing the window. This was due to an override on the destroy method which has since been removed and reimplemented in another way; by @israel-dryer #274
Full Changelog: v1.7.5...v1.7.6