Skip to content

Commit

Permalink
Release 5.3.3: appversion & changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
Athanasius committed Mar 15, 2022
1 parent dcf842a commit 8104a71
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,21 @@ produce the Windows executables and installer.

---

Release 5.3.3
===

Unfortunately 5.3.2 failed to fully address the issues caused by the different
Journal filenames when using the Odyssey Update 11 client. It's fine if you
run EDMarketConnector first and *then* the game, as the code path that detects
a new file always does just that.

But the code for EDMarketConnector startup to find the current newest Journal
file relied on sorting the filenames and that would mean the new-style names
would always sort as 'oldest'.

This release fixes that code to properly use the file modification timestamp
to determine the newest file on startup.

Release 5.3.2
===

Expand Down
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# <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.3-beta0'
_static_appversion = '5.3.3'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2022 EDCD'

Expand Down

0 comments on commit 8104a71

Please sign in to comment.