Skip to content

Commit

Permalink
[RELEASE] 5.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Rixxan committed Oct 2, 2024
1 parent dab510b commit 11d4c0c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 28 deletions.
29 changes: 2 additions & 27 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ 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.
---
Pre-Release 5.12.1-rc4
Release 5.12.1
===

This is a release candidate for 5.12.1. It has been pushed to the "Beta" track for updates!

This release continues to refine fixes for with EDMC authentication.
This release fixes a handful of bugs reported with 5.12.0, notably a widely-reported bug with EDMC CAPI Authentication.

**Changes and Enhancements**
* Fixed a typo in the prior release notes
Expand All @@ -31,29 +29,6 @@ This release continues to refine fixes for with EDMC authentication.
* `update_feed` is deprecated, and is slated for removal in 6.0 or later. Please migrate to `get_update_feed()`.


Pre-Release 5.12.1-rc2
===

This is a release candidate for 5.12.1. It has been pushed to the "Beta" track for updates!

This release fixes a pair of widely-reported bugs with EDMC authentication.

**Changes and Enhancements**
* Fixed a typo in the prior release notes

**Bug Fixes**
* Fixed a bug where the EDMC System Profiler wouldn't load details properly
* Reverted a number of usages of Pathlib back to os.path for further validation testing
* Fixed a bug where EDMC would error out with a max() ValueError

**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.0
===

Expand Down
2 changes: 1 addition & 1 deletion config/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
# <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.12.1-rc4'
_static_appversion = '5.12.1'
_cached_version: semantic_version.Version | None = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2024 EDCD'

Expand Down

0 comments on commit 11d4c0c

Please sign in to comment.