From cc6e2003457edf211a77022ffc9d4d08943a0692 Mon Sep 17 00:00:00 2001 From: David Sangrey Date: Tue, 24 Sep 2024 19:28:42 -0400 Subject: [PATCH] [Release] 5.13.0 --- ChangeLog.md | 10 ++++++---- config/__init__.py | 2 +- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/ChangeLog.md b/ChangeLog.md index d752695ce..7d289839f 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -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 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 -developers to prepare for upcoming code changes. **BUGS ARE EXPECTED** in this build, as under-the-hood -inline code changes have been made in this update which may have unintended consequences. +This release brings a number of performance enhancements and functionality updates requested by the community to EDMC. +Notably, integration with Inara's SLEF notation, custom pugin directories, streamlined logging locations, and +performance enhancements are included. + +This release also fixes a few administrative issues regarding licenses to ensure compliance with included libraries. **Changes and Enhancements** * Added the ability to export a ship's loadout to Inara SLEF notation diff --git a/config/__init__.py b/config/__init__.py index 65f469beb..ec5a345c2 100644 --- a/config/__init__.py +++ b/config/__init__.py @@ -52,7 +52,7 @@ # # Major.Minor.Patch(-prerelease)(+buildmetadata) # 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 copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'