mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-17 07:41:13 +03:00
Pre-Release 5.2.1-rc1: appversion and changelog
This commit is contained in:
parent
6bec46be4e
commit
b8719edb92
10
ChangeLog.md
10
ChangeLog.md
@ -27,6 +27,16 @@ produce the Windows executables and installer.
|
|||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Pre-Release 5.2.1-rc1
|
||||||
|
===
|
||||||
|
|
||||||
|
This release primarily addresses the issue of the program asking for
|
||||||
|
Frontier authorization much too often.
|
||||||
|
|
||||||
|
* Actually utilise the Frontier Refresh Token when the CAPI response is
|
||||||
|
"Unauthorized". The re-factoring of this code to make CAPI queries
|
||||||
|
threaded inadvertently prevented this.
|
||||||
|
|
||||||
Release 5.2.0
|
Release 5.2.0
|
||||||
===
|
===
|
||||||
|
|
||||||
|
@ -33,7 +33,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.2.0'
|
_static_appversion = '5.2.1-rc1'
|
||||||
_cached_version: Optional[semantic_version.Version] = None
|
_cached_version: Optional[semantic_version.Version] = None
|
||||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
copyright = '© 2015-2019 Jonathan Harris, 2020-2021 EDCD'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user