mirror of
https://github.com/EDCD/EDMarketConnector.git
synced 2025-04-14 16:27:13 +03:00
commit
252b1a648d
10
ChangeLog.md
10
ChangeLog.md
@ -1,6 +1,16 @@
|
|||||||
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
This is the master changelog for Elite Dangerous Market Connector. Entries are in reverse chronological order (latest first).
|
||||||
---
|
---
|
||||||
|
|
||||||
|
Pre-Release 3.99.2.0
|
||||||
|
===
|
||||||
|
Consider this as 'beta2' for the following full '4.0.0.0' release.
|
||||||
|
|
||||||
|
* Added Swedish to the translated languages. Thanks to Gurra.
|
||||||
|
* Will throw an exception, rather than a Segmentation Fault, if run on Linux
|
||||||
|
without DISPLAY properly set.
|
||||||
|
* Corrects setting of WinSparkle (updates checking) options to be under the
|
||||||
|
new 'EDCD' Registry key.
|
||||||
|
|
||||||
Pre-Release 3.99.1.0
|
Pre-Release 3.99.1.0
|
||||||
===
|
===
|
||||||
Consider this as 'beta1' for the following full '4.0.0.0' release.
|
Consider this as 'beta1' for the following full '4.0.0.0' release.
|
||||||
|
@ -446,7 +446,7 @@
|
|||||||
"Ships" = "Skepp";
|
"Ships" = "Skepp";
|
||||||
|
|
||||||
/* Setting to decide which ship outfitting website to link to - either E:D Shipyard or Coriolis. [prefs.py] */
|
/* Setting to decide which ship outfitting website to link to - either E:D Shipyard or Coriolis. [prefs.py] */
|
||||||
"Shipyard" = "Webbsida för översikt av skepp";
|
"Shipyard" = "Översikt av skepp";
|
||||||
|
|
||||||
/* Empire rank. [stats.py] */
|
/* Empire rank. [stats.py] */
|
||||||
"Squire" = "Squire";
|
"Squire" = "Squire";
|
||||||
|
@ -8,7 +8,7 @@ from sys import platform
|
|||||||
appname = 'EDMarketConnector'
|
appname = 'EDMarketConnector'
|
||||||
applongname = 'E:D Market Connector'
|
applongname = 'E:D Market Connector'
|
||||||
appcmdname = 'EDMC'
|
appcmdname = 'EDMC'
|
||||||
appversion = '3.99.1.0'
|
appversion = '3.99.2.0'
|
||||||
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
|
||||||
|
|
||||||
update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'
|
update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user