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]
|
2017-06-03 17:29:04 +00:00
|
|
|
|
### Added
|
|
|
|
|
- add option to approximate elevation of new point
|
|
|
|
|
[#18](https://gitlab.com/eneiluj/gpxedit-oc/issues/18) @TheTiPi
|
|
|
|
|
|
|
|
|
|
### Changed
|
|
|
|
|
- change way to cut lines, hover the middle marker and press Del
|
|
|
|
|
[#17](https://gitlab.com/eneiluj/gpxedit-oc/issues/17) @TheTiPi
|
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- modify cloneLatLng to avoid alt and time loss when L.draw makes layer backups
|
|
|
|
|
[#16](https://gitlab.com/eneiluj/gpxedit-oc/issues/16) @TheTiPi
|
2017-05-16 15:25:58 +00:00
|
|
|
|
|
|
|
|
|
## 0.0.6 – 2017-05-16
|
2017-05-09 14:46:21 +00:00
|
|
|
|
### Added
|
|
|
|
|
- add checkTranslations.py script
|
|
|
|
|
- new feature : cut a line in two with click on middle marker
|
|
|
|
|
[#14](https://gitlab.com/eneiluj/gpxedit-oc/issues/14) @klakla2
|
2017-05-16 15:25:58 +00:00
|
|
|
|
- add personal overlay server management
|
2017-05-09 14:46:21 +00:00
|
|
|
|
|
2017-05-04 20:25:42 +00:00
|
|
|
|
### Changed
|
|
|
|
|
- bring layer to front on hover
|
2017-05-09 14:46:21 +00:00
|
|
|
|
- use CSS grid
|
|
|
|
|
- use L.draw.plus
|
2017-05-16 15:25:58 +00:00
|
|
|
|
- put all base tile servers in a php file
|
2017-05-09 14:46:21 +00:00
|
|
|
|
|
|
|
|
|
### Fixed
|
|
|
|
|
- adapt CSS to Nextcloud 12, still works with Owncloud 9 and Nextcloud 11
|
|
|
|
|
- update french translations
|
2017-04-05 00:14:17 +00:00
|
|
|
|
|
|
|
|
|
## 0.0.5 – 2017-04-05
|
2017-01-20 14:27:06 +00:00
|
|
|
|
### Added
|
|
|
|
|
- add lat/lng fields in waypoint popup to view/edit coordinates with precise values
|
|
|
|
|
[#10](https://gitlab.com/eneiluj/gpxedit-oc/issues/10) @eneiluj
|
2017-01-29 19:44:38 +00:00
|
|
|
|
- show animation during exporting and saving
|
|
|
|
|
- show saving/loading ajax percentage
|
2017-02-01 19:18:56 +00:00
|
|
|
|
- save/restore tilelayer
|
2017-03-10 18:24:58 +00:00
|
|
|
|
- animations when add/remove tile servers
|
|
|
|
|
- few french translations
|
2017-03-15 18:07:47 +00:00
|
|
|
|
- show exporting and saving animation
|
|
|
|
|
- progress percentage for load/save
|
|
|
|
|
- save/restore current tile layer
|
|
|
|
|
- integration in "Files" and "File sharing" context menu for .gpx files
|
|
|
|
|
[#11](https://gitlab.com/eneiluj/gpxedit-oc/issues/11) @rugk
|
2017-04-04 23:59:28 +00:00
|
|
|
|
- add directory context menu option in files app : load in GpxEdit
|
2017-03-18 04:04:19 +00:00
|
|
|
|
- notifications on tile layer add/remove
|
2017-03-21 18:03:57 +00:00
|
|
|
|
- makefile signs the app code
|
2017-01-20 14:27:06 +00:00
|
|
|
|
|
|
|
|
|
### Changed
|
2017-03-21 18:03:57 +00:00
|
|
|
|
- numeric/alphabetic sort of layers by name in gpx file
|
2017-03-21 18:09:16 +00:00
|
|
|
|
- layer without name are written with empty name
|
2017-03-21 19:12:36 +00:00
|
|
|
|
- change favicon background color
|
2017-01-20 14:27:06 +00:00
|
|
|
|
|
|
|
|
|
### Fixed
|
2017-03-17 23:16:12 +00:00
|
|
|
|
- app is now compliant to occ check-code
|
2017-03-19 17:09:01 +00:00
|
|
|
|
- jshint and jslint in da place
|
2017-03-30 00:47:55 +00:00
|
|
|
|
- do not put @NoCSRFRequired everywhere in controllers
|
2017-04-04 23:59:28 +00:00
|
|
|
|
- replace decodeURI by decodeURIComponent
|
|
|
|
|
[#12](https://gitlab.com/eneiluj/gpxedit-oc/issues/12) @gezgez
|
|
|
|
|
- remove escapeshellcmd to avoid errors with special char in file name
|
2017-01-17 03:20:23 +00:00
|
|
|
|
|
|
|
|
|
## 0.0.4 – 2017-01-17
|
2017-01-06 01:34:40 +00:00
|
|
|
|
### Added
|
|
|
|
|
- loading animation, interrupt current ajax if another one is launched
|
|
|
|
|
[#9](https://gitlab.com/eneiluj/gpxedit-oc/issues/9) @eneiluj
|
|
|
|
|
|
2016-12-19 23:44:19 +00:00
|
|
|
|
### Changed
|
|
|
|
|
- display question mark if symbol is unknown
|
2017-01-06 01:34:40 +00:00
|
|
|
|
- remove search key shortcut
|
|
|
|
|
[#8](https://gitlab.com/eneiluj/gpxedit-oc/issues/8) @eneiluj
|
2016-12-16 02:13:32 +00:00
|
|
|
|
|
|
|
|
|
## 0.0.3 – 2016-12-16
|
2016-12-12 16:54:23 +00:00
|
|
|
|
### Added
|
2016-12-12 14:28:15 +00:00
|
|
|
|
- file description field
|
2016-12-13 11:56:46 +00:00
|
|
|
|
- admin setting section to add extra symbols
|
2016-12-14 18:15:40 +00:00
|
|
|
|
- french translation
|
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-15 02:54:28 +00:00
|
|
|
|
- improve load and save : use OC dialogs instead of jqueryfiletree
|
2016-12-08 17:36:37 +00:00
|
|
|
|
|
2016-12-16 01:23:20 +00:00
|
|
|
|
### Fixed
|
|
|
|
|
- send referrer, IGN tiles work now
|
|
|
|
|
|
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
|