mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 15:27:14 +03:00
[RELEASE] 5.12.5
This commit is contained in:
parent
84538c88e9
commit
70a0b2bb86
24
ChangeLog.md
24
ChangeLog.md
@ -7,6 +7,30 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
|
|||||||
currently used version.
|
currently used version.
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Release 5.12.5
|
||||||
|
===
|
||||||
|
Well that was certainly something. Happy April! This release removes the April 1 UwUification of EDMC
|
||||||
|
as well as updating WinSparkle versions, updated requirements, and fixes a minor bug in the plugin system.
|
||||||
|
|
||||||
|
**Changes and Enhancements**
|
||||||
|
* Updates WinSparkle Updater
|
||||||
|
* Updated a number of development pre-commit hooks
|
||||||
|
* Removes the One-Time-UwU
|
||||||
|
* Adds UwU as an additional supported language
|
||||||
|
* Updated a number of dependencies
|
||||||
|
|
||||||
|
**Bug Fixes**
|
||||||
|
* Fixes a minor bug that could cause importlib in plug.py to not think it was loaded
|
||||||
|
|
||||||
|
**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.12.4
|
Release 5.12.4
|
||||||
===
|
===
|
||||||
This is a wewease update a nyumbew of dependencies, twanswations, and fix a bug with misnyamed ewements.
|
This is a wewease update a nyumbew of dependencies, twanswations, and fix a bug with misnyamed ewements.
|
||||||
|
@ -52,7 +52,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.12.4'
|
_static_appversion = '5.12.5'
|
||||||
_cached_version: semantic_version.Version | None = None
|
_cached_version: semantic_version.Version | None = None
|
||||||
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
|
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user