Skip to content

Releases: vitalidze/traccar-web

Updated Icon Size Limits And Translations

16 Jul 22:17
Compare
Choose a tag to compare

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:

Major Changes To Devices

16 Jul 22:16
Compare
Choose a tag to compare

Devices module received new functions:

Also this release contains thre new translations:

Mobile Ui Improvements And Update Of Bulgarian Translation

16 Jul 22:10
Compare
Choose a tag to compare

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

16 Jul 22:10
Compare
Choose a tag to compare

Fixed two issues: sorting (#166) and selection in archive table weren't working.

Major Changes To Archive

16 Jul 22:09
Compare
Choose a tag to compare

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

16 Jul 22:05
Compare
Choose a tag to compare

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

16 Jul 22:05
Compare
Choose a tag to compare

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

16 Jul 22:04
Compare
Choose a tag to compare

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

16 Jul 22:03
Compare
Choose a tag to compare

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

16 Jul 22:02
Compare
Choose a tag to compare

Two requested features for notifications were completed - notification event types selection and possibility to send Pushbullet notifications (#132).