Make version 1.0.0

This commit is contained in:
Johannes Zellner
2022-08-08 13:01:49 +02:00
parent c9ece7726e
commit ee8db31cc6
2 changed files with 9 additions and 1 deletions

View File

@@ -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

View File

@@ -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",