1
0
mirror of https://github.com/EDCD/EDMarketConnector.git synced 2025-04-13 07:47:14 +03:00

Pre-Release 5.9.0-rc1: appversion and changelog

This commit is contained in:
David Sangrey 2023-07-23 17:53:14 -04:00
parent 5131f82599
commit bec6faaf42
No known key found for this signature in database
GPG Key ID: 3AEADBB0186884BC
3 changed files with 14 additions and 3 deletions

View File

@ -106,9 +106,9 @@ jobs:
- name: Download winsparkle
run: |
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.7.0/WinSparkle-0.7.0.zip -OutFile out.zip
Invoke-Webrequest -UseBasicParsing https://github.com/vslavik/winsparkle/releases/download/v0.8.0/WinSparkle-0.8.0.zip -OutFile out.zip
Expand-Archive out.zip
Move-Item 'out\WinSparkle-0.7.0\Release\*' '.\'
Move-Item 'out\WinSparkle-0.8.0\Release\*' '.\'
- name: Build EDMC
run: |

View File

@ -34,6 +34,17 @@ produce the Windows executables and installer.
---
Pre-Release 5.9.0-rc1
===
This release contains the removal of the EDDB module, as well as a few under-the-hood
updates.
* Removes the EDDB plugin due to EDDB shutting down.
* Unsets EDDB as the default handler for certain URL preferences.
* Updates the FDevIDs to latest versions.
* Removes EDDB references from help string documentations.
* Updated a number of dependencies to their latest working versions
Release 5.8.1
===
This fixes a bug where the Cmdr/APIKey sections on Settings > EDSM would never

View File

@ -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.9.0-alpha0'
_static_appversion = '5.9.0-rc1'
_cached_version: Optional[semantic_version.Version] = None
copyright = '© 2015-2019 Jonathan Harris, 2020-2023 EDCD'