Skip to content

1.6.2

Compare
Choose a tag to compare
@israel-dryer israel-dryer released this 07 Feb 01:39
· 70 commits to master since this release

What's Changed

Bug fix on MessageCatalog and change default position on dialogs

Fixed

  • MessageCatalog.set_many method now works and allows you to add a list of src-translation items into the message catalog on demand by @israel-dryer in #187

Changed

  • The default location of dialog is no longer centered on the screen due to issues with Tkinter handling multiple displays. The position now anchors to the NW corner of the parent or master, but also permits you to pass in a position parameter to set the x and y position to post the dialog by @israel-dryer in #188 and #189

Full Changelog: v1.6.1...v1.6.2