Version 1.13.0

This commit is contained in:
Girish Ramakrishnan
2024-08-10 10:17:09 +02:00
parent c9ed0c7342
commit 8d35c6b967
2 changed files with 8 additions and 2 deletions

View File

@@ -129,3 +129,9 @@
* Avoid duplicated tasks with horizontal scaling * Avoid duplicated tasks with horizontal scaling
* Add a users column to the device list * Add a users column to the device list
* Clear attribute on null computation result * Clear attribute on null computation result
[1.13.0]
* Update traccar to 6.4
* [Full changelog](https://www.traccar.org/blog/traccar-6-4/)
* critical fix for device freezing issue

View File

@@ -5,8 +5,8 @@
"description": "file://DESCRIPTION.md", "description": "file://DESCRIPTION.md",
"changelog": "file://CHANGELOG.md", "changelog": "file://CHANGELOG.md",
"tagline": "Modern GPS Tracking Platform", "tagline": "Modern GPS Tracking Platform",
"version": "1.12.0", "version": "1.13.0",
"upstreamVersion": "6.3", "upstreamVersion": "6.4",
"minBoxVersion": "7.1.0", "minBoxVersion": "7.1.0",
"memoryLimit": 1073741824, "memoryLimit": 1073741824,
"healthCheckPath": "/", "healthCheckPath": "/",