Release 5.13.3
This release contains a bugfix for a race condition that could occur if plugin setup took too long for the journal monitor thread.
This often resulted in users seeing "Awaiting CMDR Login" even when already in the game.
This will likely be the last release before 6.0.0.
Changes and Enhancements
- Fixes a race condition in journal reading.
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 importingtranslationsand callingtranslations.translateortranslations.tldirectly Translationsas the translate system singleton is deprecated, and is slated for removal in 6.0 or later. Please migrate to thetranslationssingletonhelp_open_log_folder()is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder()update_feedis deprecated, and is slated for removal in 6.0 or later. Please migrate toget_update_feed()