X-Git-Url: https://gitweb.fperrin.net/?p=GpsPrune.git;a=blobdiff_plain;f=tim%2Fprune%2Freadme.txt;h=51d9cc777da1fee7b8ee3de257bb9303bb8c0535;hp=660750a38e579641190d00249c84fbbbcd598ada;hb=112bb0c9b46894adca9a33ed8c99ea712b253185;hpb=54b9d8bc8f0025ccf97a67d9dd217ef1f9cf082f diff --git a/tim/prune/readme.txt b/tim/prune/readme.txt index 660750a..51d9cc7 100644 --- a/tim/prune/readme.txt +++ b/tim/prune/readme.txt @@ -1,4 +1,4 @@ -Prune version 7 +Prune version 8 =============== Prune is an application for viewing, editing and managing coordinate data from GPS systems, @@ -17,7 +17,7 @@ Running ======= To run Prune from the jar file, simply call it from a command prompt or shell: - java -jar prune_07.jar + java -jar prune_08.jar If the jar file is saved in a different directory, you will need to include the path. Depending on your system settings, you may be able to click or double-click on the jar file @@ -25,8 +25,21 @@ in a file manager window to execute it. A shortcut, menu item, alias, desktop i or other link can of course be made should you wish. To specify a language other than the default, use an additional parameter, eg: - java -jar prune_07.jar --lang=DE + java -jar prune_08.jar --lang=DE +New with version 8 +================== + +The following features were added since version 7: + - Loading of NMEA files (with suffix .nmea) + - Loading of nearby tracks from gpsies.com + - Function for finding waypoints by name + - Language-sensitive keyboard shortcuts + - Scale bar + - Display of pace (time per km or time per mile) + - Ability to display and save configuration settings + - Configurable program paths and KMZ image sizes + - Chinese language thanks to generous user input New with version 7 ==================