mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-23 12:20:30 +03:00
Pre-Release 5.2.3-beta1: appversion & changelog
This commit is contained in:
parent
ef7e6f81f0
commit
4ee2132589
19
ChangeLog.md
19
ChangeLog.md
@ -27,11 +27,28 @@ produce the Windows executables and installer.
|
||||
|
||||
---
|
||||
|
||||
Pre-Release 5.2.3-beta1
|
||||
===
|
||||
|
||||
This releases fixes one bug.
|
||||
|
||||
* Odyssey changed the order of some Journal events. This caused our logic
|
||||
for tracking the following to break, and thus not report them ever to Inara:
|
||||
|
||||
- Ship Combat, Trade and Exploration ranks.
|
||||
- On-foot Combat and Exobiologist ranks.
|
||||
- Engineer unlocks and progress.
|
||||
- Reputations with Major Factions (Superpowers).
|
||||
|
||||
This is now fixed and the current state of all of these will be correctly
|
||||
reported to Inara if you have API access for it configured.
|
||||
|
||||
Developers
|
||||
---
|
||||
|
||||
* Now built using Python 3.9.9.
|
||||
|
||||
---
|
||||
|
||||
Release 5.2.2
|
||||
===
|
||||
@ -71,8 +88,6 @@ Bug Fixex
|
||||
- For any EDDN message that receives a 400 status back we will drop it
|
||||
from the replay log.
|
||||
|
||||
---
|
||||
|
||||
Release 5.2.1
|
||||
===
|
||||
|
||||
|
@ -33,7 +33,7 @@ appcmdname = 'EDMC'
|
||||
# <https://semver.org/#semantic-versioning-specification-semver>
|
||||
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
||||
# NB: Do *not* import this, use the functions appversion() and appversion_nobuild()
|
||||
_static_appversion = '5.3.0-beta0'
|
||||
_static_appversion = '5.2.3-beta1'
|
||||
_cached_version: Optional[semantic_version.Version] = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user