1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-06-01 08:01:22 +03:00

[Release] 5.13.0

This commit is contained in:
David Sangrey 2024-09-24 19:28:42 -04:00
parent b9dced7da3
commit cc6e200345
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 7 additions and 5 deletions

View File

@ -6,12 +6,14 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
in the source (not distributed with the Windows installer) for the in the source (not distributed with the Windows installer) for the
currently used version. currently used version.
--- ---
Release 5.12.0-beta1 Release 5.12.0
=== ===
This public beta is designed to allow for volunteer testing of coming updates and allow plugin This release brings a number of performance enhancements and functionality updates requested by the community to EDMC.
developers to prepare for upcoming code changes. **BUGS ARE EXPECTED** in this build, as under-the-hood Notably, integration with Inara's SLEF notation, custom pugin directories, streamlined logging locations, and
inline code changes have been made in this update which may have unintended consequences. performance enhancements are included.
This release also fixes a few administrative issues regarding licenses to ensure compliance with included libraries.
**Changes and Enhancements** **Changes and Enhancements**
* Added the ability to export a ship's loadout to Inara SLEF notation * Added the ability to export a ship's loadout to Inara SLEF notation

View File

@ -52,7 +52,7 @@ appcmdname = 'EDMC'
# <https://semver.org/#semantic-versioning-specification-semver> # <https://semver.org/#semantic-versioning-specification-semver>
# Major.Minor.Patch(-prerelease)(+buildmetadata) # Major.Minor.Patch(-prerelease)(+buildmetadata)
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild() # NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
_static_appversion = '5.12.0-beta1' _static_appversion = '5.12.0'
_cached_version: semantic_version.Version | None = None _cached_version: semantic_version.Version | None = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD' copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'