diff --git a/ChangeLog.md b/ChangeLog.md index 2aafb817..943593e1 100644 --- a/ChangeLog.md +++ b/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 === diff --git a/config.py b/config.py index 053eb0d7..65b8248e 100644 --- a/config.py +++ b/config.py @@ -33,7 +33,7 @@ appcmdname = 'EDMC' # # 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'