From ee8db31cc66acfdc21837f9c9083cef5152bb1ba Mon Sep 17 00:00:00 2001 From: Johannes Zellner Date: Mon, 8 Aug 2022 13:01:49 +0200 Subject: [PATCH] Make version 1.0.0 --- CHANGELOG | 3 +++ CloudronManifest.json | 7 ++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index f00e380..78306fc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -23,3 +23,6 @@ * Update traccar to 5.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 diff --git a/CloudronManifest.json b/CloudronManifest.json index 0b6c501..f6c7929 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG", "tagline": "Modern GPS Tracking Platform", - "version": "0.6.0", + "version": "1.0.0", "upstreamVersion": "5.3", "minBoxVersion": "7.1.0", "memoryLimit": 1073741824, @@ -32,6 +32,11 @@ "title": "OsmAnd Port", "description": "Port over which OsmAnd clients can connect", "defaultValue": 5055 + }, + "GL200_PORT": { + "title": "GL200 Protocol Port", + "description": "Port over which GL200 clients can connect", + "defaultValue": 5004 } }, "website": "https://www.traccar.org",