github EDCD/EDMarketConnector Release/5.13.3

12 hours ago

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 importing translations and calling translations.translate or translations.tl directly
  • Translations as the translate system singleton is deprecated, and is slated for removal in 6.0 or later. Please migrate to the translations singleton
  • help_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 to get_update_feed()

Don't miss a new EDMarketConnector release

NewReleases is sending notifications on new releases.