mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-13 07:47:14 +03:00
[RELEASE] 5.12.0-beta1
This commit is contained in:
parent
6bc29f07d6
commit
c0071bbb6e
33
ChangeLog.md
33
ChangeLog.md
@ -6,6 +6,39 @@ 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.12.0-beta1
|
||||
===
|
||||
|
||||
This public beta is designed to allow for volunteer testing of coming updates and allow plugin
|
||||
developers to prepare for upcoming code changes. **BUGS ARE EXPECTED** in this build, as under-the-hood
|
||||
inline code changes have been made in this update which may have unintended consequences.
|
||||
|
||||
**Changes and Enhancements**
|
||||
* Added the ability to export a ship's loadout to Inara SLEF notation
|
||||
* Added the ability for EDMC to restart itself if required after settings changes
|
||||
* Added the ability to change the custom plugins directory to allow for multiple plugin profiles
|
||||
* Added Basic Type 8 Support
|
||||
* Updated the default logging directory from $TEMPDIR or %TEMP% and to the current app data directory
|
||||
* Updated a number of direct win32API calls to use proper prototyped library calls
|
||||
* Updated a number of translations
|
||||
* Updated a number of dependencies
|
||||
* Updated included and bundled licenses to comply with dependency requirements
|
||||
* Updated the game_running check to be more efficient on Windows to reduce program hangs
|
||||
* Minor logic enhancements
|
||||
* Retired most usages of os.path in favor of the preferred PathLib
|
||||
|
||||
**Bug Fixes**
|
||||
* Fixed a bug that would result in Horizons and Odyssey flags not being passed to EDDN
|
||||
|
||||
**Plugin Developers**
|
||||
* nb.Entry is deprecated, and is slated for removal in 6.0 or later. Please migrate to nb.EntryMenu
|
||||
* nb.ColoredButton is deprecated, and is slated for removal in 6.0 or later. Please migrate to tk.Button
|
||||
* Calling internal translations with `_()` is deprecated, and is slated for removal in 6.0 or later. Please migrate to importing `translations` and calling `translations.translate` or `translations.tl` directly
|
||||
* `Translations` as the translate system singleton is deprecated, and is slated for removal in 6.0 or later. Please migrate to the `translations` singleton
|
||||
* `help_open_log_folder()` is deprecated, and is slated for removal in 6.0 or later. Please migrate to open_folder()
|
||||
* `update_feed` is deprecated, and is slated for removal in 6.0 or later. Please migrate to `get_update_feed()`.
|
||||
|
||||
|
||||
Release 5.11.3
|
||||
===
|
||||
|
||||
|
@ -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.3'
|
||||
_static_appversion = '5.12.0-beta1'
|
||||
_cached_version: semantic_version.Version | None = None
|
||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user