X-Git-Url: https://gitweb.fperrin.net/?a=blobdiff_plain;f=tim%2Fprune%2Freadme.txt;h=44adc9fd4a6302b5e6c0b28b47d223961527d3b3;hb=ca9bdb3916f9c39adbbf95d06ac95c21dafbb4e6;hp=267378783e184130c308baad49e4197faa49e379;hpb=da0b1f449260a0b4a94318006382a9039726ef3e;p=GpsPrune.git diff --git a/tim/prune/readme.txt b/tim/prune/readme.txt index 2673787..44adc9f 100644 --- a/tim/prune/readme.txt +++ b/tim/prune/readme.txt @@ -1,4 +1,4 @@ -Prune version 4 +Prune version 5 =============== Prune is an application for viewing, editing and managing coordinate data from GPS systems, @@ -16,17 +16,35 @@ Running ======= To run Prune from the jar file, simply call it from a command prompt or shell: - java -jar prune_04.jar + java -jar prune_05.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 -in a file manager window to execute it. A shortcut, menu item, desktop icon or other link -can of course be made should you wish. +in a file manager window to execute it. A shortcut, menu item, alias, desktop icon +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_04.jar --lang=DE + java -jar prune_05.jar --lang=DE +New with version 5 +================== + +The following features were added since version 4.1: + - New map window in the View menu, showing points overlaid on OpenStreetMap images + - New function to launch a browser showing the area in either Google Maps or OpenStreetMap + - Handling of track segments, including loading, saving and exporting, and preservation during edits and undos + - New function to merge track segments for the current selection, to make one single segment + - Display of current and average speed on details panel + - Statusbar showing confirmation of actions + - Much improved French texts thanks to generous user input + +New with version 4.1 +==================== + +The following fix was added since version 4: + - Exiftool calls now made in series rather than in parallel to avoid performance problems in Windows + New with version 4 ==================