github-actions
released this
03 Oct 00:00
·
0 commits
to main
since this release
Release 5.12.1
This release fixes a handful of bugs reported with 5.12.0, notably a widely-reported bug with EDMC CAPI Authentication.
Changes and Enhancements
- Fixed a typo in the prior release notes
Bug Fixes
- Fixed a bug where the EDMC System Profiler wouldn't load details properly
- Reverted a number of usages of Pathlib back to os.path for further validation testing
- Fixed a bug where EDMC would error out with a max() ValueError
- Fixed an issue where the EDMC protocol wouldn't be processed properly via prototyping
Plugin Developers
- nb.Entry is deprecated, and is slated for removal in 6.0 or later. Please migrate to nb.EntryMenu
- nb.ColoredButton is deprecated, and is slated for removal in 6.0 or later. Please migrate to tk.Button
- Calling internal translations with
_()
is deprecated, and is slated for removal in 6.0 or later. Please migrate to importingtranslations
and callingtranslations.translate
ortranslations.tl
directly Translations
as the translate system singleton is deprecated, and is slated for removal in 6.0 or later. Please migrate to thetranslations
singletonhelp_open_log_folder()
is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder()update_feed
is deprecated, and is slated for removal in 6.0 or later. Please migrate toget_update_feed()
.