mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-06-06 10:23:06 +03:00
Merge branch 'release-4.1.6-rc1' into main
This commit is contained in:
commit
f3e87f9c24
15
ChangeLog.md
15
ChangeLog.md
@ -1,6 +1,21 @@
|
|||||||
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Release 4.1.6-rc1
|
||||||
|
===
|
||||||
|
|
||||||
|
* Cargo tracking will now correctly count all instances of the same type of
|
||||||
|
cargo for different missions. Previously it only counted the cargo for
|
||||||
|
the last mission requiring that cargo type, as found in Cargo.json.
|
||||||
|
|
||||||
|
* The loaded contents of Cargo.json can now be found in `monitor.state['CargoJSON']`.
|
||||||
|
`monitor.state` is what is passed to plugins as `state` in the
|
||||||
|
`journal_entry()` call.
|
||||||
|
|
||||||
|
* Our logging code should now cope with logging from a property.
|
||||||
|
|
||||||
|
* Miscellaneous updates to PLUGINS.md - mostly to clarify some things.
|
||||||
|
|
||||||
Release 4.1.5
|
Release 4.1.5
|
||||||
===
|
===
|
||||||
|
|
||||||
|
@ -13,7 +13,7 @@ appcmdname = 'EDMC'
|
|||||||
# appversion **MUST** follow Semantic Versioning rules:
|
# appversion **MUST** follow Semantic Versioning rules:
|
||||||
# <https://semver.org/#semantic-versioning-specification-semver>
|
# <https://semver.org/#semantic-versioning-specification-semver>
|
||||||
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
# Major.Minor.Patch(-prerelease)(+buildmetadata)
|
||||||
appversion = '4.1.5' #-rc1+a872b5f'
|
appversion = '4.1.6-rc1' #-rc1+a872b5f'
|
||||||
# For some things we want appversion without (possible) +build metadata
|
# For some things we want appversion without (possible) +build metadata
|
||||||
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
|
appversion_nobuild = str(semantic_version.Version(appversion).truncate('prerelease'))
|
||||||
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user