mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[5.11.0-rc2] Update Changelog and Init
This commit is contained in:
parent
65b044e323
commit
bc2adfa655
14
ChangeLog.md
14
ChangeLog.md
@ -6,8 +6,20 @@ 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.0-rc1
|
||||
Pre-Release 5.11.0-rc2
|
||||
===
|
||||
This is a release candidate for 5.11.0.
|
||||
|
||||
This release is identical to 5.11.0-rc1, with a few additions:
|
||||
|
||||
**Changes and Enhancements**
|
||||
* Adds Additional Error Processing to the System Profiler when launched from EDMC
|
||||
* Adds the ability to resize the Settings window to larger than the initial default size
|
||||
* Tweaked a few list length checks that could just be boolean to be bool
|
||||
|
||||
Pre-Release 5.11.0-rc1
|
||||
===
|
||||
This is a release candidate for 5.11.0.
|
||||
|
||||
This release includes a number of new features and improvements, including a new Beta Update Track for testing future updates, enhanced context menus for text entry fields and UI elements, a revamp to the existing translation system and logging capabilities, and more. This release includes the Python Image Library (PIL) into our core bundle, adds a number of stability and configuration checks to the tool, and adds new schemas and configuration values to senders.
|
||||
|
||||
|
@ -54,7 +54,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.0-rc1'
|
||||
_static_appversion = '5.11.0-rc2'
|
||||
_cached_version: semantic_version.Version | None = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user