1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-05-23 02:21:22 +03:00

[RELEASE[ 5.13.0

This commit is contained in:
David Sangrey 2025-05-09 21:25:31 -04:00
parent fc3da6d936
commit ddfc956e34
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
2 changed files with 3 additions and 4 deletions

View File

@ -6,10 +6,8 @@ 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.
--- ---
Pre-Release 5.13.0-rc1 Release 5.13.0-rc1
=== ===
This is a release candidate for 5.13.0. It has been pushed to the "Beta" track for updates!
This release contains a significant refactoring away from ctypes code for interacting with the Windows API, This release contains a significant refactoring away from ctypes code for interacting with the Windows API,
establishment of a Common Code file and plugin, adds a timestamp check to discovered events, and more! establishment of a Common Code file and plugin, adds a timestamp check to discovered events, and more!
@ -56,6 +54,7 @@ This release also removes the check for WiX-based installer versions of EDMC pri
* `help_open_log_folder()` is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder() * `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()` * `update_feed` is deprecated, and is slated for removal in 6.0 or later. Please migrate to `get_update_feed()`
Release 5.12.5 Release 5.12.5
=== ===
Well that was certainly something. Happy April! This release removes the April 1 UwUification of EDMC Well that was certainly something. Happy April! This release removes the April 1 UwUification of EDMC

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.13.0-rc1' _static_appversion = '5.13.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'