mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-12 23:37:14 +03:00
Merge branch 'beta'
This commit is contained in:
commit
48c13c5933
@ -7,7 +7,7 @@ This is the master changelog for Elite Dangerous Market Connector. Entries are
|
|||||||
currently used version.
|
currently used version.
|
||||||
---
|
---
|
||||||
|
|
||||||
Release 5.12.3
|
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.
|
||||||
|
|
||||||
|
@ -2197,7 +2197,7 @@ sys.path: {sys.path}'''
|
|||||||
print(f'{applongname} {appversion()}')
|
print(f'{applongname} {appversion()}')
|
||||||
|
|
||||||
fools_lang = config.get_str('language') # Happy April 1st, 2025!
|
fools_lang = config.get_str('language') # Happy April 1st, 2025!
|
||||||
if not config.get('fooled'):
|
if not config.get('2025_apr1_fooled'):
|
||||||
fools_lang = "uwu"
|
fools_lang = "uwu"
|
||||||
config.set('2025_apr1_fooled', True)
|
config.set('2025_apr1_fooled', True)
|
||||||
tr.install(fools_lang) # Can generate errors so wait til log set up
|
tr.install(fools_lang) # Can generate errors so wait til log set up
|
||||||
|
@ -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.3'
|
_static_appversion = '5.12.4'
|
||||||
_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