Skip to content

Big Bugfix Release

Compare
Choose a tag to compare
@vitalidze vitalidze released this 30 Sep 08:24
· 401 commits to dev since this release

After a long timeout I am announcing new release v0.8.1. Mostly it contains numerous bug fixes as well as couple of medium features:

  • updated translations to Spanish language
  • added translation to the Persian language
  • added new period drop-down list, which allows to quickly select period for archive generation (like day, week, month, etc.)
  • improved snap-to-roads function. Now it runs on client side and what's more important loads track geometry
  • URLs to resources are updated to be relative to the deployment path. It allows to deploy service to non-root (i.e. '/') URL
  • added new 'display archive' setting to the Settings>>Users screen. It allows to disable archive for a user. In such case the whole archive panel will not be hidden from the user as well as the API call will be restricted.
  • updated german translations to remove 'Unknown overlay' strings for layers, which titles don't have appropriate translations
  • now trace recording has new setting called 'time interval' in Settings>>Preferences (in minutes). If set then after that time passes the tail of recorded trace will be cut to make sure that only 'X' minutes of trace are shown
  • 'Share' dialog both for Devices and GeoFences objects will be hidden if saving completed with success
  • implemented parsing of JSON in 'other' column (see #266) because now it is the default format in traccar since 3.0. Old XML is supported as well
  • set up MD5 for all new installations by default. Added global 'salt' that will be now used for all passwords (see #260)
  • implemented registration in mobile UI (for #257)
  • added new fields from positions according to data model of traccar 3.x: server time and protocol.
  • updated maximum devices settings and access checks according to #214, #215 and discussion in #252.
  • fixed #246 - uploaded marker icon cannot be removed when there are devices with selected icons in profile
  • fixed #234 - UI crashed when no overlays are selected in user profile
  • fixed #238 - always bring latest position of selected device to the front
  • fixed #249 - google maps API was changed and broken compatibility with openlayers. Fixed by forcing use of previous version of google maps API as suggested here

Hope you will enjoy this new release.