Releases: vitalidze/traccar-web
Updated Icon Size Limits And Translations
Updated limits on device icon size from 70x40 and 20KB to 256x256 and 40KB (see #180). From my point of view this should fit common needs of all users.
Also updated following translations:
- portuguese brazilian (thanks to daniloadur)
- danish (thanks to Jens-Jørgen Rask)
Major Changes To Devices
Devices module received new functions:
- custom device icons (issue #85). Device icon UI is now moved to a separate screen.
- new fields for device profile:
- description (see #170)
- phone number - to store number of SIM card inserted into tracker device
- plate number - for vehicles
- vehicle brand / model / color
- photo - upload custom photo of device/vehicle
- maintenances for vehicles/devices with possibility to update odometer automatically
- sensors with custom intervals descriptions
Also this release contains thre new translations:
- french (thanks to flyjodel)
- portuguese brazilian (#142 thanks to daniloadur)
- danish (thanks to Jens-Jørgen Rask)
Mobile Ui Improvements And Update Of Bulgarian Translation
Added two features to the mobile UI:
- following device/vehicle like in 'desktop' version - use button below 'select on map' (see #161). Only one device can be followed at time. Now same applies to desktop version as well.
- quick way to send position information or link to the OpenStreetMap from mobile UI (see #152). On iOS devices this works only for sending by Email, on others there are both Email and SMS links.
Then because GXT library used for UI development does not include bulgarian translation of basic strings (like sorting order, default error messages, etc.). Boko Kid kindly translated all missing strings that are used in traccar, which is now included into latest release.
Bugfix Release
Fixed two issues: sorting (#166) and selection in archive table weren't working.
Major Changes To Archive
Archive UI and logic was slightly rewritten:
- to improve scalability now there is a new marker type option - 'No markers', which becomes the default one. In such case only track line with time-stamps is shown on map and when mouse comes close enough to the track it will show closest position along with details in popup.
- added possibility to draw multiple device tracks at the same time (feature request #47). Table for each device resides in it's own tab. When tab is closed track disappears from map as well. 'Clear' button on archive toolbar closes all loaded tracks.
- marker type selection is now saved to the database in user's settings
Other changes include:
- bulgarian translation - kindly provided by Boko Kid
- change in MIME type of GPX export to
application/gpx+xml
, which allows to open exported file directly in associated application (like garmin or JOSM)
Bugfix Release
Several found bugs were fixed:
- geo-fence enter/exit notifications could not be sent to the ordinary users. Only administartor received such notifications (issue #150)
- added
version
attribute to the root node of GPX XML file so it conform to the official GPX 1.1 schema - devices list wasn't loaded for 'manager' user if his users has same device shared
- minor UI issues in russian language (issue #156)
- when device with assigned device-specific geo-fence was removed relation between device and geo-fence was not cleared (issue #155)
Notification Templates And Archive Loading Speedup
Today's major update contains following:
- notification messages templates (for #148 and #139)
- archive grid view replacement with
LiveGridView
that can handle large number of rows (for #87)
Bugfix, Translation Updates And Default Language Selection
Fixed issue #149 database migration was failing from old versions. Also:
- updated german translation
- added default language selection to the
Settings >> Global
menu. If no?locale
URL parameter is set then this language will be selected by default. Previously this could be also changed by setting up special value in<meta>
tag (see this issue for more info). Now it's set up in special cookie.
Bugfix And Translation Updates
Fixed issue #144 in mobile UI - latest positions of devices were loaded inconsistently (device marker disappeared from time to time). Also fixed couple of minor issues:
- 'radius' field was enabled when editing polygon geo-fence while it does not make sens for this type of geo-fences.
- device selection by clicking on latest position on map was not working
Github user maxlife70 kindly updated italian translation and another github user antoniopaisfernandes updated portuguese translation as well. Thanks for your contributions!
Notification Event Type Selection And Pushbullet Sender
Two requested features for notifications were completed - notification event types selection and possibility to send Pushbullet notifications (#132).