2016-11-30 19:00:03 +00:00
|
|
|
|
# Change Log
|
|
|
|
|
All notable changes to this project will be documented in this file.
|
|
|
|
|
|
|
|
|
|
The format is based on [Keep a Changelog](http://keepachangelog.com/)
|
|
|
|
|
and this project adheres to [Semantic Versioning](http://semver.org/).
|
|
|
|
|
|
|
|
|
|
## [Unreleased]
|
2016-12-12 16:54:23 +00:00
|
|
|
|
### Added
|
2016-12-12 14:28:15 +00:00
|
|
|
|
- file description field
|
2016-12-12 16:54:23 +00:00
|
|
|
|
- 'destination' readonly field indicating full save path
|
2016-12-12 14:28:15 +00:00
|
|
|
|
|
2016-12-12 13:36:49 +00:00
|
|
|
|
### Changed
|
|
|
|
|
- keep time information in loaded tracks/routes/waypoints, written in saved files
|
2016-12-12 16:54:23 +00:00
|
|
|
|
- design : borders around file trees, button icons
|
2016-12-08 17:36:37 +00:00
|
|
|
|
|
|
|
|
|
## 0.0.2 – 2016-12-08
|
2016-12-05 15:58:59 +00:00
|
|
|
|
### Added
|
|
|
|
|
- ability to load kml and csv (unicsv format) files
|
|
|
|
|
[#1](https://gitlab.com/eneiluj/gpxedit-oc/issues/1) @eneiluj
|
2016-12-06 13:31:46 +00:00
|
|
|
|
- ability to load jpg files as markers, conversion with gpsbabel like kml and csv
|
|
|
|
|
[#3](https://gitlab.com/eneiluj/gpxedit-oc/issues/3) @eneiluj
|
2016-12-06 14:12:40 +00:00
|
|
|
|
- custom tile server management
|
2016-12-06 15:23:14 +00:00
|
|
|
|
[#4](https://gitlab.com/eneiluj/gpxedit-oc/issues/4) @eneiluj
|
|
|
|
|
- option to change marker style and tooltip visibility
|
|
|
|
|
[#2](https://gitlab.com/eneiluj/gpxedit-oc/issues/2) @eneiluj
|
2016-12-06 16:29:49 +00:00
|
|
|
|
- automatic save/restore options values
|
|
|
|
|
[#7](https://gitlab.com/eneiluj/gpxedit-oc/issues/7) @eneiluj
|
2016-12-06 23:40:41 +00:00
|
|
|
|
- load/save/edit symbol value (sym)
|
|
|
|
|
[#6](https://gitlab.com/eneiluj/gpxedit-oc/issues/6) @eneiluj
|
2016-12-07 17:53:14 +00:00
|
|
|
|
- symbol selects include icons
|
|
|
|
|
[#6](https://gitlab.com/eneiluj/gpxedit-oc/issues/6) @eneiluj
|
2016-12-08 11:26:37 +00:00
|
|
|
|
- gpx route parsing, save it as route
|
2016-12-08 17:27:50 +00:00
|
|
|
|
- GET param to load file on page load
|
2016-12-06 13:31:46 +00:00
|
|
|
|
|
2016-12-06 19:28:29 +00:00
|
|
|
|
### Changed
|
|
|
|
|
- detach marker and tooltip styling option
|
2016-12-07 15:14:38 +00:00
|
|
|
|
- every symbol can be default marker style choices
|
|
|
|
|
[#6](https://gitlab.com/eneiluj/gpxedit-oc/issues/6) @eneiluj
|
2016-12-08 11:26:37 +00:00
|
|
|
|
- line style, control text
|
2016-12-06 19:28:29 +00:00
|
|
|
|
|
2016-12-06 13:31:46 +00:00
|
|
|
|
### Fixed
|
|
|
|
|
- remove $.parseXML, apparently useless and producing errors
|
|
|
|
|
[#5](https://gitlab.com/eneiluj/gpxedit-oc/issues/5) @eneiluj
|