Skip to content

Releases: owntracks/frontend

v2.0.0-beta.3

13 Dec 19:54
Compare
Choose a tag to compare
v2.0.0-beta.3 Pre-release
Pre-release
  • Add i18 support (currently English and German, locale config option)
  • Add custom checkbox focus style
  • Fix layer dropdown issues (#1)
  • Fix checkbox style issues
  • Fix hover/focus inconsistencies
  • Fix Docker image labels
  • README.md enhancements
  • Upgrade dependencies

v2.0.0-beta.2

02 Nov 18:18
Compare
Choose a tag to compare
v2.0.0-beta.2 Pre-release
Pre-release
  • Add onLocationChange.reloadHistory config option
  • Add Travis CI config
  • Fix timezone issues in tests
  • Fix ESLint errors in production mode
  • Fix table of content links in config documentation
  • Upgrade dependencies

v2.0.0-beta.1

26 Oct 21:40
Compare
Choose a tag to compare
v2.0.0-beta.1 Pre-release
Pre-release
  • Convert codebase to Node.js based development workflow, including:
    • Package management using yarn
    • Build step using Webpack and Babel
    • Usage of Vue single file components
    • SCSS and PostCSS
    • ESLint configuration for linting and consistent code style
    • package.json scripts: serve, build, lint, cors-proxy and test
  • Design updates, including:
    • New default primary color (same as OwnTracks Android app)
    • Improved hover and focus styles as a first attempt to improve accessibility
    • Improved modals and location popups
    • Custom checkbox styles
    • Switch from Font Awesome 4 to Feather Icons
  • Application now uses Vuex and Vue Router
  • Add URL query parameters to load and preserve application state: lat, lng, zoom, start, end, user, device and layers
  • Add a loading indicator
  • Add 'download data' modal, currently supporting formatted and minified JSON
  • Add a verbose mode
  • Add CORS proxy script to easily use a production instance of the OwnTracks recorder in development
  • Add unit tests for util and API functions
  • Add documentation for all public funtions
  • Add documentation for all configuration options
  • Add more configuration options, including setting the API base URL (#4) and hiding the ping/ping location (#12)

v1.1.0

26 Oct 17:33
Compare
Choose a tag to compare
  • Add support for Docker (#7, @sharkoz)
  • Move project to the OwnTracks organisation on GitHub (#8, @jpmens)
  • Enable compression in nginx configuration used in Docker image (#11, @sharkoz)

v1.0.0

18 Jun 20:18
66d3bc5
Compare
Choose a tag to compare

Initial, working release. See README.md for more details.