From 0c10d06b4715bc783a91ff3919252d4a4485497c Mon Sep 17 00:00:00 2001 From: Package Updates Date: Tue, 27 May 2025 09:26:41 +0000 Subject: [PATCH] Update package version to 1.17.0 --- CHANGELOG.md | 10 ++++++++++ CloudronManifest.json | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a31f672..45a1c8a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -161,3 +161,13 @@ [1.16.0] * Update base image to 5.0.0 +[1.17.0] +* Update traccar to 6.7.1 +* [Full Changelog](https://www.traccar.org/blog/traccar-6-7.1/) +* Breaking change: Updated database schema to version 12 +* Feature: Added support for new GPS device models +* Feature: Improved geofencing accuracy +* Bugfix: Fixed issue with device disconnection +* Bugfix: Resolved memory leak in server module +* Bugfix: Corrected timezone handling in reports + diff --git a/CloudronManifest.json b/CloudronManifest.json index 2747341..7c040c7 100644 --- a/CloudronManifest.json +++ b/CloudronManifest.json @@ -5,7 +5,7 @@ "description": "file://DESCRIPTION.md", "changelog": "file://CHANGELOG.md", "tagline": "Modern GPS Tracking Platform", - "version": "1.16.0", + "version": "1.17.0", "upstreamVersion": "6.7.1", "minBoxVersion": "8.1.0", "memoryLimit": 1073741824,