Version 1.12.0
This commit is contained in:
12
CHANGELOG.md
12
CHANGELOG.md
@@ -117,3 +117,15 @@
|
||||
[1.11.1]
|
||||
* Fix bug where OIDC configuration was cleared in non-sso mode
|
||||
|
||||
[1.12.0]
|
||||
* Update traccar to 6.3
|
||||
* [Full changelog](https://www.traccar.org/blog/traccar-6-3/)
|
||||
* Health check on the volume of stored messages
|
||||
* Fix push notifications for read-only users
|
||||
* Use official Google Map tiles with an API key
|
||||
* Add Google traffic overlay
|
||||
* New reverse geocoding options
|
||||
* Faster device removal without removing history
|
||||
* Avoid duplicated tasks with horizontal scaling
|
||||
* Add a users column to the device list
|
||||
* Clear attribute on null computation result
|
||||
|
@@ -5,8 +5,8 @@
|
||||
"description": "file://DESCRIPTION.md",
|
||||
"changelog": "file://CHANGELOG.md",
|
||||
"tagline": "Modern GPS Tracking Platform",
|
||||
"version": "1.11.1",
|
||||
"upstreamVersion": "6.2",
|
||||
"version": "1.12.0",
|
||||
"upstreamVersion": "6.3",
|
||||
"minBoxVersion": "7.1.0",
|
||||
"memoryLimit": 1073741824,
|
||||
"healthCheckPath": "/",
|
||||
|
Reference in New Issue
Block a user