47 lines
1.7 KiB
Markdown
47 lines
1.7 KiB
Markdown
# 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]
|
||
### TODO
|
||
- compat jpg
|
||
### Added
|
||
- file description field
|
||
- 'destination' readonly field indicating full save path
|
||
- admin setting section to add extra symbols
|
||
|
||
### Changed
|
||
- keep time information in loaded tracks/routes/waypoints, written in saved files
|
||
- design : borders around file trees, button icons
|
||
|
||
## 0.0.2 – 2016-12-08
|
||
### Added
|
||
- ability to load kml and csv (unicsv format) files
|
||
[#1](https://gitlab.com/eneiluj/gpxedit-oc/issues/1) @eneiluj
|
||
- ability to load jpg files as markers, conversion with gpsbabel like kml and csv
|
||
[#3](https://gitlab.com/eneiluj/gpxedit-oc/issues/3) @eneiluj
|
||
- custom tile server management
|
||
[#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
|
||
- automatic save/restore options values
|
||
[#7](https://gitlab.com/eneiluj/gpxedit-oc/issues/7) @eneiluj
|
||
- load/save/edit symbol value (sym)
|
||
[#6](https://gitlab.com/eneiluj/gpxedit-oc/issues/6) @eneiluj
|
||
- symbol selects include icons
|
||
[#6](https://gitlab.com/eneiluj/gpxedit-oc/issues/6) @eneiluj
|
||
- gpx route parsing, save it as route
|
||
- GET param to load file on page load
|
||
|
||
### Changed
|
||
- detach marker and tooltip styling option
|
||
- every symbol can be default marker style choices
|
||
[#6](https://gitlab.com/eneiluj/gpxedit-oc/issues/6) @eneiluj
|
||
- line style, control text
|
||
|
||
### Fixed
|
||
- remove $.parseXML, apparently useless and producing errors
|
||
[#5](https://gitlab.com/eneiluj/gpxedit-oc/issues/5) @eneiluj
|