Version 1.7.0

This commit is contained in:
Girish Ramakrishnan
2023-11-22 10:20:25 +01:00
parent abc9b953ec
commit 39f43c1749
2 changed files with 12 additions and 2 deletions

View File

@@ -69,3 +69,13 @@
[1.6.0] [1.6.0]
* Update base image to 4.2.0 * Update base image to 4.2.0
[1.7.0]
* Update traccar to 5.10
* [Full changelog](https://github.com/traccar/traccar/releases/tag/v5.10)
* [Release Announcement](https://www.traccar.org/blog/traccar-5-10/)
* Two-factor authentication using TOTP
* Event to notify about sent queued commands
* Option to access last position in computed attributes
* Unification of OBD speed units
* Event buffer limit in the web app (should improve performance)
* Automatic update check for the web app

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.6.0", "version": "1.7.0",
"upstreamVersion": "5.9", "upstreamVersion": "5.10",
"minBoxVersion": "7.1.0", "minBoxVersion": "7.1.0",
"memoryLimit": 1073741824, "memoryLimit": 1073741824,
"healthCheckPath": "/", "healthCheckPath": "/",