Skip to content

Release/5.12.2

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 17 Feb 01:04
Release/5.12.2
310cf9f

Release 5.12.2

This release fixes a number of bugs and handles some security improvements in EDMC.

Changes and Enhancements

  • Adds a guard against workflow shell execution vulnerabilities in GitHub Actions
  • Adds a "Copy" icon in the EDMC System Profiler
  • Includes additional Loadout event properties in the "State" context
  • Updates Dependencies and Submodules
  • Removes an outdated development script that was no longer in use and prevented dependency updates
  • Replaces types-pkg-resources with types-setuptools per PyPi documentation

Bug Fixes

  • Removes Duplicate Coriolis Definitions Included In Submodules
  • Adds Context Support for Mandalay and Cobra Mk V, and Type-8 Transporter
  • Adds a number of missing modules to modules.json
  • Fixes a widely-reported bug where missing HullValue or ModuleValue entries would cause parsing to crash
  • Fixes a bug where PSUtils exception handling was not processed

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().