We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4ece195 commit fcad483Copy full SHA for fcad483
CHANGELOG
100644
100755
@@ -1,4 +1,9 @@
1
+1.1.0:
2
+- Release
3
+
4
1.0.9:
5
+- Using EDDN v3 market schema
6
+- Using key-value pairs instead of edict iteration for >3.4 compatibility
7
- fixed empty demandBracket and stockBracket errors
8
- Updated search for players ships to pass indices to data.ships so it can be retrieved
9
- Default to not using the test EDDN schema, since it is no longer supported
edce/globals.py
@@ -4,7 +4,7 @@
exit()
name = "EDCE"
-version = "1.0.9"
+version = "1.1.0"
interactive = False
10
debug = False
0 commit comments