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

Merge pull request #558 from EDCD/release-3.99.2.0

Release 3.99.2.0
This commit is contained in:
Athanasius 2020-07-05 20:07:49 +01:00 committed by GitHub
commit 252b1a648d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 12 additions and 2 deletions

View File

@ -1,6 +1,16 @@
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
===
Consider this as 'beta1' for the following full '4.0.0.0' release.

View File

@ -446,7 +446,7 @@
"Ships" = "Skepp";
/* 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] */
"Squire" = "Squire";

View File

@ -8,7 +8,7 @@ from sys import platform
appname = 'EDMarketConnector'
applongname = 'E:D Market Connector'
appcmdname = 'EDMC'
appversion = '3.99.1.0'
appversion = '3.99.2.0'
copyright = u'© 2015-2019 Jonathan Harris, 2020 EDCD'
update_feed = 'https://raw.githubusercontent.com/EDCD/EDMarketConnector/releases/edmarketconnector.xml'