Make version 1.0.0
This commit is contained in:
@@ -23,3 +23,6 @@
|
|||||||
* Update traccar to 5.3
|
* Update traccar to 5.3
|
||||||
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.3)
|
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.3)
|
||||||
|
|
||||||
|
[1.0.0]
|
||||||
|
* First stable release
|
||||||
|
* Add support for gl200 protocol port 5004
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
"description": "file://DESCRIPTION.md",
|
"description": "file://DESCRIPTION.md",
|
||||||
"changelog": "file://CHANGELOG",
|
"changelog": "file://CHANGELOG",
|
||||||
"tagline": "Modern GPS Tracking Platform",
|
"tagline": "Modern GPS Tracking Platform",
|
||||||
"version": "0.6.0",
|
"version": "1.0.0",
|
||||||
"upstreamVersion": "5.3",
|
"upstreamVersion": "5.3",
|
||||||
"minBoxVersion": "7.1.0",
|
"minBoxVersion": "7.1.0",
|
||||||
"memoryLimit": 1073741824,
|
"memoryLimit": 1073741824,
|
||||||
@@ -32,6 +32,11 @@
|
|||||||
"title": "OsmAnd Port",
|
"title": "OsmAnd Port",
|
||||||
"description": "Port over which OsmAnd clients can connect",
|
"description": "Port over which OsmAnd clients can connect",
|
||||||
"defaultValue": 5055
|
"defaultValue": 5055
|
||||||
|
},
|
||||||
|
"GL200_PORT": {
|
||||||
|
"title": "GL200 Protocol Port",
|
||||||
|
"description": "Port over which GL200 clients can connect",
|
||||||
|
"defaultValue": 5004
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"website": "https://www.traccar.org",
|
"website": "https://www.traccar.org",
|
||||||
|
Reference in New Issue
Block a user