mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 15:57:14 +03:00
[RELEASE] 5.12.2
This commit is contained in:
parent
bbdb2bbce4
commit
310cf9f875
@ -7,7 +7,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
|
|||||||
currently used version.
|
currently used version.
|
||||||
---
|
---
|
||||||
|
|
||||||
Pre-Release 5.12.2-rc1
|
Release 5.12.2
|
||||||
===
|
===
|
||||||
This is a pre-release to test a number of bugfixes and security improvements in EDMC.
|
This is a pre-release to test a number of bugfixes and security improvements in EDMC.
|
||||||
|
|
||||||
@ -16,6 +16,8 @@ This is a pre-release to test a number of bugfixes and security improvements in
|
|||||||
* Adds a "Copy" icon in the EDMC System Profiler
|
* Adds a "Copy" icon in the EDMC System Profiler
|
||||||
* Includes additional Loadout event properties in the "State" context
|
* Includes additional Loadout event properties in the "State" context
|
||||||
* Updates Dependencies and Submodules
|
* 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**
|
**Bug Fixes**
|
||||||
* Removes Duplicate Coriolis Definitions Included In Submodules
|
* Removes Duplicate Coriolis Definitions Included In Submodules
|
||||||
|
@ -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.2-rc1'
|
_static_appversion = '5.12.2'
|
||||||
_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'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user