]> gitweb.fperrin.net Git - GpsPrune.git/blobdiff - tim/prune/readme.txt
Version 18.6, December 2016
[GpsPrune.git] / tim / prune / readme.txt
index ccdc8cbebdf35897e79bba10fef58279183b5c0a..c8120c19f8f244583b1ede3312a8978907c18a29 100644 (file)
@@ -1,23 +1,23 @@
-Prune version 12
-================
+GpsPrune version 18.6
+=====================
 
-Prune is an application for viewing, editing and managing coordinate data from GPS systems,
-including format conversion, charting and photo correlation.
-Full details can be found at http://activityworkshop.net/software/prune/
+GpsPrune is an application for viewing, editing and managing coordinate data from GPS systems,
+including format conversion, charting, 3d visualisation, audio and photo correlation, and online resource lookup.
+Full details can be found at https://gpsprune.activityworkshop.net/
 
-Prune is copyright 2006-2010 activityworkshop.net and distributed under the terms of the Gnu GPL version 2.
+GpsPrune is copyright 2006-2016 activityworkshop.net and distributed under the terms of the Gnu GPL version 2.
 You may freely use the software, and may help others to freely use it too.  For further information
 on your rights and how they are protected, see the included license.txt file.
 
-Prune comes without warranty and without guarantee - the authors cannot be held responsible for
-losses incurred through use of the program, however caused.
+GpsPrune comes without warranty and without guarantee - the authors cannot be held responsible
+for losses incurred through use of the program, however caused.
 
 
 Running
 =======
 
-To run Prune from the jar file, simply call it from a command prompt or shell:
-   java -jar prune_12.jar
+To run GpsPrune from the jar file, simply call it from a command prompt or shell:
+   java -jar gpsprune_18.6.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,7 +25,121 @@ 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_12.jar --lang=DE
+   java -jar gpsprune_18.6.jar --lang=DE
+
+
+New with version 18.6
+=====================
+The following fix was made since version 18.5:
+  - Change of URL for SRTM tiles, and recognise when downloaded file is too small to be valid
+
+New with version 18.5
+=====================
+The following fixes and additions were made since version 18.4:
+  - When points have no altitudes, send them to a GPS with altitude 0 (prevents weird values when reading back)
+  - When points are not displayed on map, still colour the lines according to the selected scheme
+  - When points all have crazy values, don't hang the profile chart
+  - When images can't be fetched from the internet, don't delete expired cache images
+  - Translation updates to es, uk, ru, cz
+
+New with version 18.4
+=====================
+The following fixes and additions were made since version 18.3:
+  - Updated GPSBabel format descriptions (thanks, Juergen!)
+  - Removed calls to the retired opencaching.com site (thanks, Garmin!)
+
+New with version 18.3
+=====================
+The following fixes and additions were made since version 18.2:
+  - Fix for saving track names and descriptions containing ampersands in xml formats (thanks, Joe!)
+  - Additional window icon sizes (thanks, Sebastic!)
+  - Remember window size
+
+New with version 18.2
+=====================
+The following fixes and additions were made since version 18.1:
+  - Fix for saving point names containing ampersands in gpx, kml, kmz formats (thanks, Joe!)
+  - Minor translation updates to nl, it, pl
+
+New with version 18.1
+=====================
+The following fixes and additions were made since version 18:
+  - Fix for duration rounding bug affecting sub-second timestamps
+  - Wikipedia search now also includes galleries from wikimedia
+  - Photo popup window now gets updated when the track selection changes
+  - Small improvements to Ukrainian, Dutch translations
+
+New with version 18
+===================
+The following features were added since version 17:
+  - New search options using opencaching.de and mapillary
+  - New web options using peakfinder, geohack and panoramio
+  - Autoplay function for automatically scrolling through the track
+  - Marking uphill lift sections of skiing / snowboarding tracks
+  - Configurable anti-aliasing for map view and profile view
+  - Allow showing just the lines between track points but not the track points
+
+New with version 17
+===================
+The following features were added since version 16:
+  - Colouring the track points according to various criteria (such as altitude,
+    speed, segment, file) in both the regular map view and the image export
+  - Marking points for deletion according to their date
+  - Select the current segment
+  - Adding an altitude tolerance to the climb and descent calculations
+  - Sorting waypoints by name or by timestamp
+
+New with version 16
+===================
+The following features were added since version 15:
+  - Extend povray output using terrain and/or map image
+  - Extend java3d output using terrain and/or map image
+  - Weather forecasts
+  - Splitting a track into segments based on distance or time
+  - Sewing track segments together
+  - Function to download and save SRTM tiles
+
+New with version 15
+===================
+The following features were added since version 14:
+  - Extend povray output using map image on base plane
+  - Export an image of the map and track at a selected zoom level
+  - Estimation of hiking times and learning of parameter values
+  - Allow altitude / speed profile to show any arbitrary field
+  - Accept files dragged and dropped onto the GpsPrune window
+  - Take account of timezone if present in track timestamps
+  - Allow timestamp exports in KML using gx extensions
+  - GPSBabel filters
+  - Improved wikipedia name lookup
+  - Allow loading of speeds and vertical speeds from text files
+
+New with version 14
+===================
+The following features were added since version 13:
+  - Dragging of existing points
+  - Creation of new points by dragging the halfway point between two points
+  - Nautical miles option including knots
+  - Full range details dialog
+  - Extension of interpolation function
+  - Selecting points within a rectangle to delete
+
+New with version 13
+===================
+The following features were added since version 12:
+  - Name change from Prune to GpsPrune
+  - Handling of description field for waypoints
+  - Opening of images from within kmz files, zip files and from http links
+  - Compression using Douglas-Peucker algorithm
+  - Option to save settings automatically on exit
+  - Dialog to show the local tile cache, report sizes and allow deletion
+    of tiles, either deleting whole tilesets or individual tiles older than
+    a specified number of days
+  - Checkbox on GPX export to specify UTF-8 rather than default system encoding
+  - Importing of files through GPSBabel
+  - List of recently used files in the menu
+  - Display of bearing at which a photo was taken (display only)
+  - Allow edit of custom map sources
+  - Russian translation
 
 New with version 12
 ===================
@@ -42,7 +156,6 @@ The following features were added since version 11:
 
 New with version 11
 ===================
-
 The following features were added since version 10:
   - Option to select which of the named tracks to load out of a gpx file or gps
   - Function to delete all values of a single field (eg all altitudes, all timestamps)
@@ -54,7 +167,6 @@ The following features were added since version 10:
 
 New with version 10
 ===================
-
 The following features were added since version 9:
   - Function to lookup altitudes using SRTM data from the Space Shuttle
   - Choice between altitude profile and speed profile in main view
@@ -66,7 +178,6 @@ The following features were added since version 9:
 
 New with version 9
 ==================
-
 The following features were added since version 8:
   - Ability to paste coordinates (eg from wikipedia or geocaching sites) to create new points
   - Configurable colour settings
@@ -80,7 +191,6 @@ The following features were added since version 8:
 
 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
@@ -94,7 +204,6 @@ The following features were added since version 7:
 
 New with version 7
 ==================
-
 The following features were added since version 6:
   - Loading of KMZ files and zipped GPX
   - Improved compression functions with four configurable algorithms
@@ -106,7 +215,6 @@ The following features were added since version 6:
 
 New with version 6
 ==================
-
 The following features were added since version 5:
   - Map view using OpenStreetMap images is now integrated in the main window, with control for map transparency
   - Pov export has new option to use sphere sweeps for better appearance
@@ -119,8 +227,7 @@ The following features were added since version 5:
 
 New with version 5
 ==================
-
-The following features were added since version 4.1:
+The following features were added since version 4:
   - 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
@@ -131,7 +238,6 @@ The following features were added since version 4.1:
 
 New with version 4
 ==================
-
 The following features were added since version 3:
   - Automatic correlation of photos with points based on timestamps
   - Manual disconnection of photos from points
@@ -144,7 +250,6 @@ The following features were added since version 3:
 
 New with version 3
 ==================
-
 The following features were added since version 2:
   - Loading of GPX and KML files
   - Loading of jpeg photos with or without coordinate data
@@ -156,7 +261,6 @@ The following features were added since version 2:
 
 New with version 2
 ==================
-
 The following features were added since version 1:
   - Display of data in 3d view using Java3D library
   - Export of 3d model to POV format for rendering by povray
@@ -166,7 +270,6 @@ The following features were added since version 1:
 
 Features of version 1
 =====================
-
 The following features were included in version 1:
   - Loading of text files, display in overhead and profile views
   - Display of track details such as distances, speeds
@@ -179,11 +282,11 @@ Further information and updates
 ===============================
 
 To obtain the source code (if it wasn't included in your jar file), or for further information,
-please visit the website:  http://activityworkshop.net/
+please visit the website:  http://gpsprune.activityworkshop.net/
 
 You will find there user guides, screenshots and demo videos illustrating the major features.
-As Prune is further developed, subsequent versions of the program will also be made freely
+As GpsPrune is further developed, subsequent versions of the program will also be made freely
 available at this website.
 
-You can also provide feedback on Prune, and find out more about contributing to the development,
+You can also provide feedback on GpsPrune, and find out more about contributing to the development,
 especially with regard to language translations.