update CHANGELOG, info.xml and README

merge-requests/1/head
Julien Veyssier 2017-05-09 16:46:21 +02:00
parent 0940377fa2
commit 5fc0100d7b
3 changed files with 21 additions and 2 deletions

View File

@ -5,8 +5,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/)
and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### 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
### Changed
- bring layer to front on hover
- use CSS grid
- use L.draw.plus
### Fixed
- adapt CSS to Nextcloud 12, still works with Owncloud 9 and Nextcloud 11
- update french translations
## 0.0.5 2017-04-05
### Added

View File

@ -38,10 +38,14 @@ GpxEdit :
- loads tracks, routes and waypoints
- saves tracks, routes and waypoints
- supports waypoint symbols
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/Leaflet.draw.plus) amazing plugins
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
- uses JQuery
- adds possibility to edit .gpx files directly from the "Files" app
- is able to cut lines in two
This app is tested on Owncloud 9 with Firefox and Chromium.
This app is tested on Nextcloud 11 and 12 with Firefox and Chromium.
Any feedback will be appreciated.

View File

@ -43,10 +43,14 @@ GpxEdit :
- loads tracks, routes and waypoints
- saves tracks, routes and waypoints
- supports waypoint symbols
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) amazing plugin
- uses [Leaflet.Draw](https://github.com/Leaflet/Leaflet.draw) and [Leaflet.draw.plus](https://github.com/Dominique92/Leaflet.draw.plus) amazing plugins
- uses many other Leaflet plugins like Minimap, Sidebar2, MeasureControl, MousePositionControl
- uses JQuery
- adds possibility to edit .gpx files directly from the "Files" app
- is able to cut lines in two
This app is tested on Owncloud 9 with Firefox and Chromium.
This app is tested on Nextcloud 11 and 12 with Firefox and Chromium.
Any feedback will be appreciated.