From a7f5ca0b0eb99ed5c78f533b85208fba5d182e32 Mon Sep 17 00:00:00 2001 From: Julien Veyssier Date: Mon, 1 Oct 2018 18:30:31 +0200 Subject: [PATCH] 0.0.9 --- CHANGELOG.md | 11 +++++++++++ README.md | 9 ++++----- appinfo/info.xml | 8 ++------ makefile | 4 ++-- 4 files changed, 19 insertions(+), 13 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9db60e2..77921d1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,17 @@ and this project adheres to [Semantic Versioning](http://semver.org/). ## [Unreleased] +## 0.0.9 – 2018-10-01 +### Added +- compat with NC14 +- support for `` in waypoints and tracks + +### Changed +- update svg icons + +### Fixed +- filetypes icons for Files app + ## 0.0.8 – 2018-02-10 ### Added - display line total distance during drawing diff --git a/README.md b/README.md index 61acb51..5f82c5c 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,10 @@ -# GpxEdit owncloud/nextcloud application +# GpxEdit Nextcloud application [![Build status](https://gitlab.com/eneiluj/gpxedit-oc/badges/master/build.svg)](https://gitlab.com/eneiluj/gpxedit-oc/commits/master) [![Crowdin](https://d322cqt584bo4o.cloudfront.net/gpxedit/localized.svg)](https://crowdin.com/project/gpxedit) -Simple Owncloud/Nextcloud app to load, edit and save GPX files on an interactive map. -You can load/save files from your Owncloud/Nextcloud file storage. +Simple Nextcloud app to load, edit and save GPX files on an interactive map. +You can load/save files from your Nextcloud file storage. GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints. Files can be loaded in GpxEdit interface or in Files app. @@ -53,8 +53,7 @@ GpxEdit : - adds possibility to edit .gpx files directly from the "Files" app - is able to cut lines in two -This app is tested on Owncloud 10 with Firefox and Chromium. -This app is tested on Nextcloud 11 and 12 with Firefox and Chromium. +This app is tested on Nextcloud 14 with Firefox and Chromium. Any feedback will be appreciated. diff --git a/appinfo/info.xml b/appinfo/info.xml index 9bdb3f8..6c86ed0 100644 --- a/appinfo/info.xml +++ b/appinfo/info.xml @@ -5,12 +5,9 @@ Simple GPX file editor # GpxEdit Nextcloud application -# GpxEdit Owncloud application Simple Nextcloud app to load, edit and save GPX files on an interactive map. -Simple Owncloud app to load, edit and save GPX files on an interactive map. You can load/save files from your Nextcloud file storage. -You can load/save files from your Owncloud file storage. GPX, KML, CSV (unicsv format) and geotagged JPG are supported for loading. JPG files are loaded as waypoints. Files can be loaded in GpxEdit interface or in Files app. @@ -59,8 +56,7 @@ GpxEdit : - adds possibility to edit .gpx files directly from the "Files" app - is able to cut lines in two -This app is tested on Owncloud 10 with Firefox and Chromium. -This app is tested on Nextcloud 11 and 12 with Firefox and Chromium. +This app is tested on Nextcloud 14 with Firefox and Chromium. Any feedback will be appreciated. @@ -81,7 +77,7 @@ If you look for more powerfull GPX editors, take a look at : - [JOSM](https://josm.openstreetmap.de/) - 0.0.8 + 0.0.9 agpl Julien Veyssier GpxEdit diff --git a/makefile b/makefile index 77d0f33..a6d0b53 100644 --- a/makefile +++ b/makefile @@ -8,8 +8,8 @@ sign_dir_own=/tmp/sign_own cert_dir=$(HOME)/.nextcloud/certificates cert_dir_own=$(HOME)/.owncloud/certificates webserveruser ?= www-data -occ_dir ?= /var/www/html/n12 -occ_dir_own ?= /var/www/html/n12 +occ_dir ?= /var/www/html/n14 +occ_dir_own ?= /var/www/html/n14 all: appstore