mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
[RELEASE] 5.10.2
This commit is contained in:
parent
fb1e3dcab6
commit
87f59a54fa
12
ChangeLog.md
12
ChangeLog.md
@ -6,6 +6,18 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
|
||||
in the source (not distributed with the Windows installer) for the
|
||||
currently used version.
|
||||
---
|
||||
Release 5.11.2
|
||||
===
|
||||
|
||||
This release fixes a bug where minimizing to the system tray could cause the program to not un-minimize.
|
||||
|
||||
**Changes and Enhancements**
|
||||
* Updated Translations
|
||||
* Added a developer utilty to help speed up changelog development
|
||||
|
||||
**Bug Fixes**
|
||||
* Fixed a bug where minimizing to the system tray could cause the program to not un-minimize.
|
||||
|
||||
Release 5.11.1
|
||||
===
|
||||
|
||||
|
@ -52,7 +52,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.11.1'
|
||||
_static_appversion = '5.11.2'
|
||||
_cached_version: semantic_version.Version | None = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user