Release 5.13.1
This release fixes a bug with 5.13.0 that could cause the program to fail to launch if a non-English locale and English language pack were selected on Windows.
This release also includes information for Cobra Mk V armor and modules, as well as the Human Extraction module.
Changes and Enhancements
- Adds Cobra Mk V information
- Updates Translations
Bug Fixes
Fixes a widely reported bug with 5.13.0 that could cause English-Language non-English locales to crash on start.
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()