]> git.street.me.uk Git - andy/viking.git/blob - NEWS
On creating a new waypoint always attempt to auto set the altitude if DEM data is...
[andy/viking.git] / NEWS
1 Viking 1.2.1 (2011-06-16)
2 Fixes since 1.2
3 * Support proper MAC OS file locations.
4 * Fix incorrect track property line marker positioning when the track has gaps.
5 * Fix track property point marker drawing error - sometimes draws dot marker too low.
6
7 Viking 1.2 (2011-05-24)
8 New features since 1.1
9 * Remove unecessary treeview item selection.
10 * Add zoom level 0.5 to map layer
11 * [DOC] Add links to access Viking's source code
12 * Rename file to prevent any case-insensitive issues.
13 * Add getting the users confirmation when deleting (emptying) data from the GPS layer.
14 * Enable keypad delete to remove layers in the layers panel.
15 * Enable deleting multiple tracks or waypoints within a layer by selecting them from a list.
16 * Add getting the users confirmation when deleting an individual track or waypoint.
17 * Add the ability to delete all waypoints or tracks in the layer.
18 * Add getting the users confirmation when deleting a layer.
19 * Start a new 'Tracks' treeview menu, similar to the 'new' Waypoints treeview menu.
20 * Add operations on waypoints into the 'new' Waypoints treeview menu.
21 * Add new graph type Speed/Distance in the track properties window.
22 * Add new graph type Elevation/Time in the track properties window.
23 * Add new graph type Distance/Time in the track properties window.
24 * Improve Track Properties speed/time drawing to display in nice human friendly whole number scaled units.
25 * Improve Track Properties elevation drawing to display in nice human friendly whole number scaled units.
26 * On the Track Properties Window draw an always updating indicator of where the readings are taken from.
27 * Enable controls of drawing DEM data and GPS speeds on the Track Properties Window.
28 * Add keyboard accelerators for the Track Properties Window.
29 * Add ability to resize the Track Properties window.
30 * On the Track Properties Window, also show the elevation or speed for the current track position as indicated by the mouse pointer.
31 * Add support for kml files.
32 * Add ... where necessary to track & waypoint menu entries.
33 * Enable Open Waypoint Image via right click menu entry.
34 * Use ability to select a waypoint given the thumbnail image size.
35 * Add ability to open the trackpoint edit dialog via the viewport right click menu when a trackpoint is selected.
36 * Add ability to move selected trackpoint or waypoint by the mouse within the select tool.
37 * Add a new select tool at the window level to enable/disbale item selection of the a track or a waypoint.
38 * Enable to unselect treeview item
39 * Add Select Request layer interface and use within the track/waypoint layer to select an item.
40 * Add internal track right click menu variable.
41 * Tidy up track/waypoint sublayer callbacks to only use the layers panel if it available.
42 * Add viewport to sublayer add menu items callback.
43 * Make the highlight colour configurable and use as appropriate for the selected track/waypoint drawing.
44 * Add track and waypoint highlight for the selected layer or individual item.
45 * Add the storage and retrieval of any kind of track or waypoint selected item (either an individual item, list (i.e. a sublayer) or layer) at the window level.
46 * Add viewport property to control the display of the track / waypoint item highlight.
47 * Add backup support for launching URLs with Mac OS based browsers.
48 * Add backup support for launching URLs with Google Chrome based browsers.
49 * Add support for Bing maps
50 * Add support for dynamic copyright
51 * Add map's logo support
52 * Add support for reference documentation
53 * Generate a trackwaypoint layer update on the finish creatiing of the thumbnails so the images are shown.
54 * Enable the tree view panel to be more usefully resized smaller than the text names.
55 * Windows: Open help pdf file when when clicked on Help->help
56 * [DOC] Split By Number of Points
57 * Add Track->Split by Number of Points (as per SF#2847587 request).
58 * Add a new dialog to return positive number.
59 * SF#2844872: Suggest name for the new track when splitting the track via the trackpoint edit dialog.
60
61 Fixes since 1.1
62 * Better safety checking to prevent crash due to null variable reference in use of the current trackpoint.
63 * Fix: Reduce GObject cast
64 * Fix etag handling
65 * Fix: generate doc/reference/Makefile when needed
66 * Fix Track -> Split by Timestamp such that newly created tracks are ordered correctly.
67 * Fix sensitivity of the track properties window split marker to be disabled when the track marker is not drawn.
68 * Fix crashing due to incorrect usage of libcurl - SF#3206628.
69 * Fix non-void function should return a value.
70 * Fix reference documentation generation - some systems need explicit mention of libz.
71 * Fix displaying of 'Waypoints' treeview menu.
72 * Fix vik_aggregate_layer_get_all_layers_of_type for track/waypoint layer types, since these may also be stored under GPS layers.
73 * Improve previous fix: background calling code should control return value
74 * Fix: background calling code should control return value
75 * Fix: enforce background feature
76 * Fix compiler warnings from gcc 4.5.4
77 * SF#3178554: Fix Sun Studio build
78 * gtk_object_sink has been deprecated since gtk version 2.10, use g_object_ref_sink() instead.
79
80 Viking 1.1 (2011-02-08)
81 New features since 1.0
82 * [DOC] Add MapQuest Nominating search service in examples
83 * Adjust colour of last auto track colour to not clash with default create track colour.
84 * Add menu icons for the maps layer menu.
85 * Make the selection list in Merge With Other Tracks sorted alphabetically.
86 * Add sort list by name function. Will be useful for track and waypoint list ordering.
87 * [DOC] Mark ready for 1.1 release. Update help manual version to 0.2.
88 * [DOC] Add layer information for Aggregates, Coords and GeoRefs in help.
89 * [DOC] Add Maps layer help information.
90 * [DOC] Add overall layer information and promote each layer to be a top level section in help.
91 * [DOC] Add DEM layer help information.
92 * [DOC] Mention waypoint properties in help information.
93 * [DOC] Update GPS layer help information.
94 * [DOC] Update track operations help information.
95 * [DOC] Update waypoint operations help information.
96 * [DOC] Update Tools help section
97 * [DOC] Update TrackWaypoint layer menu help Information
98 * Improve positioning of the menu separator on waypoint menus.
99 * Add GeoRef layer tooltip to show the file name in use.
100 * Add GPS Layer tooltip to say the protocol (aka device manufacturer) type.
101 * TrackWaypoint Layer tooltip featuring summaries for tracks and waypoints.
102 * Add maps layer tooltip to show the map name(type).
103 * Add DEM layer tooltip to show the number of DEM files in use.
104 * Add Track and waypoint sublayer tooltip information.
105 * Add treeview use and display of layers tooltip.
106 * Add Layer Tooltip callback definition
107 * Add sublayer tooltip callback definition.
108 * When getting data via the GPS layer automatically set the view to see it, unless the realtime tracking mode is on.
109 * On acquiring data from sources (inc. GPS) automatically set the view to see it. Except for GeoCaches; as it's likely you're requesting data for the current area, so no point in trying to change the view.
110 * On opening GPX files automatically view all the data.
111 * Add 'View All Tracks' option to the panel Layer menu options, which sets the view (center & zoom) to see all the tracks of that layer.
112 * Add 'View Waypoints' option to the TrackWaypoint layer menu options, which sets the view (center & zoom) to see all the Waypoints.
113 * Add 'View Track' option to the Track sublayer menu options, which sets the view (center & zoom) to see the track.
114 * Add 'View Layer' option to the TrackWaypoint Layer menu options, which sets the view (center & zoom) to see the entire layer.
115 * Add the ability to 'autozoom' to view an area specified by maximum and minimum lat/longs for a TrackWaypoint layer.
116 * Create a new 'Show' submenu entry
117 * Improve curl usage as should call cleanup on application exit.
118 * Add copyright and license properties for NASA BlueMarble data.
119 * Add background thread loading of DEM files.
120 * Add Track->Goto Highest and Lowest points features.
121 * Add Track->Goto Maximum Speed feature.
122 * Rework Track->Goto menu options.
123 * Add support for the TMS interface provided by SPOTMaps
124 * Add license related properties
125 * Add copyright property
126 * Improve key binding for Mercator Mode -> ctrl+m
127 * Add documentation for generic TMS map source
128 * Improve key bindings for ModeLatLon.
129 * Add OSM WMS Server
130 * Add support for WMS-C
131 * Add support for more standard TMS
132 * Move-up download methods
133 * Add LatLon projection
134 * Better safety checking code
135 * Add support for Locosys devices via GPSBabel's navilink device protocol.
136 * Add support for DeLorme devices via GPSBabel's delbin device protocol.
137 * Add the ability to insert a trackpoint into a track via the Edit Trackpoint dialog.
138 * Add internal function to insert a trackpoint after the currently selected trackpoint.
139 * Add license notice to new file
140 * Enable individual track to GPX export via the Track sublayer menu.
141 * Set default action on dialogs.
142 * Add a perl script to auto generate basic Viking .vik files for directories containing images.
143 * Enable control of the visibility of the menubar [including keyboard shortcut - F4]. Also enable panic key 'Escape' to restore menubar if hidden and no tool uses it.
144 * Enable control of the visibility of the toolbar [including keyboard shortcut - F3].
145 * Make use of the vikwindow toolbar variable.
146 * Enable control of the visibility of the statusbar [including keyboard shortcut - F12].
147
148 Fixes since 1.0
149 * Prevent Gtk-CRITICAL assertion when the application is closed with a Track Property window on display.
150 * Prevent Gtk-CRITICAL assertion when the application is closed whilst loading DEMs.
151 * Fix trackpoint edit altitude sensitivity to be re-enabled after it has been disabled.
152 * Fix incorrect cut/copy of sublayers when accessed via the layers panel buttons.
153 * Fix the List Dialog so that it does not become taller than the screen when there are lots of entries.
154 * Fix some compiler warnings in viktrwlayer.c when configured to build with --disable-alphabetized-trw
155 * Fix Resource leak detected by cppcheck 1.46
156 * Fix compiler warning in curl_download.c
157 * Fix compiler warning in vikmapslayer.c
158 * Fix compiler warning in vikwindow.c - use correct const typing.
159 * Fix compiler warnings - correct Widget / Window type.
160 * Fix memory leak when generating image file
161 * Fix: Improve XML reading error reporting
162 * Fix compiler warnings in osm.c
163 * Fix compiler warning in vikmapslayer.c
164 * Fix Waypoint & Track visibility issues.
165 * Fix SF#3104028: Default Color Background is incorrectly saved as black into a new .vik file.
166
167 Viking 1.0 (2010-11-14)
168 New features since 0.9.96
169 * Add minimal translator-credits in About dialog
170 * Add documenters to About dialog
171
172 Fixes since 0.9.96
173 * Improve copyright holders
174 * Prevent crashes when downloading Expedia Maps.
175 * Fix extend track using magic scissors.
176 * Fix autodownloading while panning
177 * Fix Debian #599048: Segmentation fault when using gpsbabel
178 * Fix dem_gradient_colors allocation.
179 * Fix compiler warnings in preferences.c
180
181 Viking 0.9.96 (2010-10-11)
182 New features since 0.9.95
183 * Use ETag to detect fresh tiles on servers
184 * Add new menu entry in GPS Layer to delete the realtime information.
185 * Ensure GPS realtime information deleted when GPS Layer -->Empty All is called.
186 * Prevent zoom factor string displaying unnecessary .0s when it's a whole number.
187 * Improve Track Properties speed profile display for low speed difference (e.g. walking) tracks.
188 * Use speed units in display of Track/Waypoint layer draw by velocity config values, but maintain units as metres per second when read from/saved to files.
189 * Add keyboard accelerators for as many as possible View Menu entries.
190 * Simplify zoom status when xmpp and ympp are equal
191 * Use height units in the altitude readout for the cursor position on the status bar.
192 * Use height units in display of DEM min / max elevation values, but maintain units as metres when read from/saved to files.
193
194 Fixes since 0.9.95
195 * Fix many memory leaks
196 * DEM layer properties tidy up.
197 * Prevent getting stuck in a near infinite loop when using Coord layer, UTM mode and zoomed out to see the whole world.
198 * Prevent lock up in attempt to download maps along a track in UTM mode.
199 * Launchpad Bug #445374: Prevent crash when downloading maps along a track, with Terraserver maps when in Mercator mode.
200 * Add explicit linking against libz and libm
201 * Fix SF#3009431: Prevent Crash in Real Time Tracking GPS Mode & Autodownload Maps.
202 * Fix display of rounded speed units scale markers in the speed profile.
203 * Fix cycle map URL
204 * Fix compiler warnings
205 * Fix Track Draw by Velocity mode, so that individual track points are coloured (as was the intention).
206 * Fix bug where older file was removed when network not present
207 * Fix: warning 'draw-mode' message does not display
208 * Fix incorrect limitation on source map id
209
210 Viking 0.9.95 (2010-09-07)
211 New features since 0.9.94
212 * Add some function short cut key definitions to control showing of the center mark and scale viewport features.
213 * [DOC] Replace Google with OSM capability in man pages.
214 * When manually creating a track, automatically give it a default name.
215 * [DOC] Add contributors from the Wiki(s) history.
216 * Better dialog name when searching for a waypoint.
217 * Change max cache time to 1 week.
218
219 Fixes since 0.9.94
220 * Prevent "Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated" messages.
221 * Invalid number of arguments in call to a_http_download_get_u
222 * Prevent crash when cut of a GPS track/waypoint layer is attempted via the layers buttons.
223 * Prevent DEM layer colour indexing going negative and can crash on gradient view.
224 * Fix DEM layer to show default sea level.
225 * Fix track background thickness being able to set back to zero.
226 * Fix internal tile locking
227 * Fix top layer not drawn after made invisible and then back to being visible.
228 * Fix impaired (drawcentermark setting bodged) vik file if saved with the top layer visibility turned off.
229 * Fix syntax errors in help manual
230 * Fix map drag and drop to show the correct whole map
231 * Fix "Go to UTM" dialog title.
232 * Fix first opening of a file which has spaces (or other interesting characters) via the recent files menu.
233 * Fix unnamed_tracks / unnamed_waypoints misuse.
234
235 Viking 0.9.94 (2010-06-10)
236 New features since 0.9.93
237 * Add knots as a speed unit option.
238 * Detect USB Garmin eTrex HCx Legend devices (and maybe others).
239 * Auto use of /dev/ttyUSB type device if available on Unix systems.
240 * Add ability to turn off Garmin GPS after transfer.
241 * Add a 'home' default location preference.
242 * Add ability to changes preferences outside of the preferences.c file.
243 * NLS Maps API: Historic map of Great Britain
244 * Change GUI related command line parameter for Waypoint symbol size into run time preference.
245 * Support All Zoom Levels in Zoom Menu
246 * [DOC] Import User Manual from wiki
247 * Add menu item for help contents
248
249 Fixes since 0.9.93
250 * Add Viking's contributors as copyright holders
251 * Remove unecessary '\' from the View Menu
252 * Better Preferences Dialog Title
253 * More Menu Improvements
254 * Replace autogen.sh
255 * On GPS data acquire, only create a layer if it contains something.
256 * Fix POTFILES with new source file
257 * Fix OMF category
258 * Fix Filter->Simplify All Tracks default.
259 * [DOC] Fix Gnome's menu entry category for viking
260 * [DOC] Fix erroneous warning
261 * Fix compiler warning.
262 * Fix #2977752: win-gtk: osm tiles don't show up
263 * Fix Track -> View Google Directions URL
264 * Fix function's return value
265 * Fix compilation warnings
266 * Fix #2988574: Can't save files opened via recent file menu
267 * Fix #2991657: Terraserver downloads fail
268 * Fix geocaching
269
270 Viking 0.9.93 (2010-04-11)
271 New features since 0.9.92
272 * Allow overriding map source
273 * Make GPS layer cut/copy available from popup menu.
274 * [DOC] Document new files in viking's manpage
275 * Increase possible smaller zoom
276 * Add negative scales so that we can have bigger zoom on maps
277 * Allow images from bigger and smaller zoom to be selected if current zoom has no image
278
279 Fixes since 0.9.92
280 * Fix: set a default filename while exporting
281 * [DOC] Fix: Viking's sources are hosted by Git now
282 * Further variable type corrections.
283 * Fix GPS layer copy.
284 * Fix Track/Waypoint Layer Paste on 64bit systems.
285 * [DOC] Fix FILES section of manpage.
286 * Fix: First Track not Black in Draw All Tracks Black Mode.
287
288 Viking 0.9.92 (2010-03-15)
289 New features since 0.9.91
290 * Memorize previously selected go-to service.
291 * Better scale when zoomed close in and in miles distance mode.
292 * Add and use preference for height units.
293 * Add and use preference for speed units.
294 * Add and use preference for distance units.
295 * Use a preference to set the tiles age.
296 * New preference for default maplayer cache.
297 * Improve DEM-Layer.
298 * Remove OpenAerial support.
299 * Translation updates.
300
301 Fixes since 0.9.91
302 * Fix: Correctly rotate thumbnail images
303 * Fix #2958601: Support for non ascii characters in "Go-to" search
304 * Fix error handling in go-to feature
305
306 Viking 0.9.91 (2010-02-06)
307 New features since 0.9.9
308 * Interpolation for maps: use less precise images when wanted image is not present
309 * GObjectify maps
310 ** Add compatibility facilities
311 * GObjectify go-to/search feature
312 ** Add Name finder search engine
313 ** Add Nominatim search engine
314 ** Add Geonames search engine
315 ** Add generic XML search code
316 * Add configuration file for map sources, goto and external tool
317   (See examples in distribution)
318 * Add option to download only maps that are more recent on server
319 ** Try to download newer tiles when autodownload is set and server supports such check
320 ** Tiles must be older than a specified age before checking server
321 * Add support for recently used files
322 * Add DEM Gradient
323 * Add DOAP file
324
325 Fixes since 0.9.9
326 * Fix: add GIO dependency and header for GFile
327 * Fix #2946287: open a recent file
328 * fix some confusing indentation and bracing
329 * Fix #2881916: rename a track with c&p
330 * Fix #2766373: Use a string as device path
331 * Fix "Moving Map Method" cannot be disabled
332 * Fix #2880741: replace gps_open with gps_open_r
333 * Fix #2921899: uses conditional macro to support two versions of libgps
334 * Fix warnings
335 * Fix URL formatting issue
336 * Fix error messages
337 * Fix #2801874: keep second part of a splitted track visible
338 * Fix #2838556: emit warning when gpsbabel is not found in PATH
339 * Fix bashism in test script.
340 * Merge branch 'fix-osm-api-0.6'
341 * Fix magic scissors
342 * Get rid deprecated GtkTooltips API.
343 * Add configure option to track deprecated feature
344 * Use motion hints to make map motion more responsive in slow environment.
345 * Viking compatible with libgps >= 2.90
346 * finish OSM 0.6 API support
347 * Optimise bandwidth usage
348 * keeping OSM password safe
349
350 Viking 0.9.9 (2009-09-09)
351 New features since 0.9.8
352 * Filter out irrelevant key-modifiers.
353 * Upgrade OSM-traces support to 0.6 API
354 * Manage hdop,vdop,pdop,nsat
355 * Remove unused (and buggy) feature
356 * Document previous merge
357 * Improvement of map cache
358 * Add a viking parameter for mapcache memory size
359 * Add menu option to flush mapcache, and reduce viking memory footprint
360 * Use thread-pool to manage download
361 * Show path used for map directory in options even when using default one
362 * Include full libcurl version in user agent
363
364 Fixes since 0.9.8
365 * Don't crash when jobs are cancelled via the background jobs dialog.
366 * Fix #2163652: GPX file with byte order mark not parsed
367 * Fix #2766609: Don't use gpsd_units()
368 * Fix #2812856: Change SRTM URL
369 * Fix #2818818: unset langage preset while opening external Google
370 * Fix copyright in --version output
371 * Fix SRTM Server change
372 * Fix memory leaks found with cppcheck
373 * Fix warning in call to MD5Update() in function md5_hash()
374 * Fix previous patch
375 * vdop, hdop, pdop, nsats and fix_mode values were not shown
376 * Fix #570956: change saved_width to 1
377 * Fix build problem
378 * Fix bug #2481237: Maps directory file chooser should look for directory
379
380 Viking 0.9.8 (2009-01-31)
381 New features since 0.9.7
382 * Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
383 * Remove Google's map tiles.
384 * Add external tools framework.
385 * Add OpenStreetMap and Google web tools.
386 * Clicking on "visible" tick no longer makes the layer selected.
387 * GPX export: sort track by time.
388 * Merging tracks by name.
389 * Tittle waypoint properties dialog as "Waypoint Properties".
390 * Add larger size waypoint symbols (icons).
391 * Waypoint names are now displayed at the top of waypoint symbol.
392 * Waypoint symbols: Use Garmin waypoint.
393 * New server for OSM cycle map.
394
395 Fixes since 0.9.7
396 * Fix loading of world map file.
397 * Fix 2249398: Fix some memory leaks.
398 * Fix bugs that caused magic scissors not working.
399 * Fix compatibility problem for windows.
400 * Fix implicit declaration of maps_layer_default_dir().
401 * Fix missing status return in spawn_command_line_async().
402 * Fix curl error buffer usage.
403 * GPS realtime tracking: Keep retrying when fail to connect.
404 * Windows port: avoid "\\" in URL.
405
406 Viking 0.9.7 (2008-10-12)
407 New features since 0.9.6
408 * Add new moving map method for realtime tracking.
409 * Rename icon: viking_icon.png -> viking.png
410 * src/viking.desktop.in: add GenericName and revise Categories
411 * Change "Zoom To" short cut to avoid conflict with "Zoom Tool".
412 * Update translations
413 * Google search adapting changes from Google.
414 * add osm cycle layer support
415 * add a menu entry to extend an existing track using magic scissors
416 * Patch #2009666: OpenAerialMap
417 * Add preferences to select how degrees are displayed
418 * Color picker button for the Coordlayer properties dialog
419 * Cut/Copy/Paste empty selection is not critical
420 * Layers panel UI improvements
421 * Homogeneous icons management.
422 * Add preferences to store OSM login/password
423 * Add a password entry widget
424 * Ensure that confirmation dialog is over file selector
425
426 Fixes since 0.9.6
427 * Fix 2161310: Fix some more compiler warnings
428 * Fix 2134452: Properties of some tracks show as NaN
429 * QA: cleanning old stuff
430 * Fix segfault in realtime tracking.
431 * Fix missing files in po/POTFILES.in
432 * viking.spec.in, src/icons/Makefile.am: Fix icon target dir
433 * fix parallel build (make -j8) on multi-processor machines.
434 * Fix #1947260: correct a corrupted escape
435 * Fixed crashes when creating new layers.
436 * Fix #1952523: mode_button assertion loading old datafile
437 * Fix: update layer after applying properties
438 * Fixed google map download problem.
439 * Replace specific About dialog by GtkAboutDialog
440 * Replace some g_warning by g_debug
441
442 Viking 0.9.6 (2008-07-31)
443 Fixes since 0.9.5
444
445 * Fix Google maps' URL
446 * Fix gcget command line to accomodate negative coords
447 * Fix unecessary viking.desktop
448
449 Viking 0.9.5 (2008-07-21)
450 New features since 0.9.4
451
452 * Add panning tool as default.
453 * Replace GtkFileSelection by GtkFileChooser.
454 * No longer converts waypoint names to uppercase. Waypoint names are now case insensitive.
455 * Windows port updated.
456 * Track properties: Keep markers of the graphs in sync with each other.
457 * Track properties: split track at marker.
458 * New translations: el, it, ja, lt, nb, nl, pl, zh_CN, zh_TW
459 * Added viking.desktop
460 * Added --debug and --verbose command line options.
461 * Updated man pages.
462
463 Fixes since 0.9.4
464
465 * Fix #1839948: Maximize/Restore changes current cursor.
466 * Bug #1915121: add an utility to reproduce (test/gpx2gpx).
467 * Fix #1915121: use GLib functions to handle ISO8601 dates.
468 * Fix pipe leaks.
469 * Remove dependency to wget.
470 * Fix google version number.
471 * Track graph marker now works again.
472 * Fix #1947456: Compiler warning fixes
473
474
475 Viking 0.9.4 (2008-02-25)
476 New features since 0.9.3
477
478 * Make elev graph show better graph for low altitude tracks.
479 * Printing support
480 * Draw circle for downloading geocaches.
481 * Improve track graphs. Some tracks looked too flat.
482 * Internationalization (I18N)
483 * Localization (L10N): Czech, Danish, German, Spanish, French, Brazilian Portuguese, Swedish
484 * Use a list of possible browsers.
485 * New map source: BlueMarble tiles (http://mike.teczno.com/notes/blue-marble-tiles.html)
486 * New map source: Google Terrain
487 * Use the "next unused" (not really) waypoint number as default.
488 * Sort waypoints in GPX output.
489 * Preferences support in ~/.viking/viking.prefs
490 * Update source for OSM/Osmarender tiles
491 * Full screen mode.
492 * Tuned the v-t diagram drawing
493
494 Fixes since 0.9.3
495
496 * Many fixes around compilation warnings
497 * Fix a bug that caused crashes when displaying elev graph for some track.
498 * Fix bug that caused Old Google maps not being disabled by default.
499 * Fix a bug that can potentially cause segfault.
500 * Fix compilation under HURD (missing MAXPATHLEN macro)
501 * Fix: ensure config.h is included conditionnaly
502 * Fix a crash bug in mapcache
503 * Fix a crash bug in merge-by-time
504
505 Viking 0.9.3 (2007-10-21)
506 New features since 0.9.2
507
508 * Half-drawn redraw for faster refreshing display of viewport (Maps, tracks, waypoints...)
509 * Allow multiple selections when adding DEM files.
510 * (Semi) auto downloading and importing for SRTM 90m DEM file (worldwide).
511 * Indicating areas which have DEM file download but not imported.
512 * "Minimum elevation" is now configurable for DEM layer. It can be used together with the existing "Max Elev" to make DEM display more distinguish colors for a particular area of interest.
513 * Interpolating DEM data.
514 * Add realtime tracking to GPS layer with track recording.
515 * Trackpoints acquired in realtime mode store extra information of speed, course, fix mode and number of satellites.
516 * Track properties dialog no longer blocks user interaction on main window. Using multiple track dialogs (simultaneously for different tracks) is now allowed.
517 * Make use of DEM elevation data and GPS speed data for track graphs (Properties Dialog).
518 * Track Properties: now displays track distance/time instead of "Selected Time".
519 * Marker for selected position on track graphs.
520 * Various enhancement to improve usability of track dialog.
521 * Mouse cursor is now changed accordingly to tool currently in used.
522 * Magic Scissors (Automatically drawing track between points) can now be undone using right click, and extended via Ctrl-click.
523 * Shortcuts for panning: Ctrl-arrow key, and Shift-scroll and Ctrl-scroll.
524 * Extend track.
525 * Ctrl-shift-scroll to zoom like google, scroll to zoom w/o changing center.
526 * Preview adding a trackpoint by drawing a line when moving mouse.
527 * Esc key used to stop track edition.
528 * Backspace key used to remove last added point.
529 * Use $BROWSER environment variable (for viewing geocache pages).
530 * Automatically fetching google version numbers.
531 * Upgrading to API 0.5 of OSM.
532
533 Fixes since 0.9.2
534
535 * Fix: Make viking's default start location somewhere more likely has maps.
536 * Fix: bug that causes crashes when using "Maps Download" tool.
537 * Fix: Adding command line option framework (--help & --version).
538 * Fix #1789550: mkdtemp usage is conditioned.
539 * Fix #1789550: define MAX macro if not defined on ALL systems.
540 * Fix: optional geocaching -- include config.h to compile.
541 * Fix: DEM Layer copy/paste.
542 * Fix: crashes on using wrong tools.
543 * Fix: bugs that caused odd display of date/time on track properties dialog.
544 * Fix: Correctly calculate position when click on speed-time graph.
545 * Fix: Relax dependencies about glib.
546 * Fix: Upgrading to API 0.5 of OSM.
547 * Fix: plotting of DEM data on elevation graph.
548
549 Viking 0.9.2 (2007-09-04)
550 New features since 0.9.1
551
552 * Use $EMAIL to initialise email field for OSM upload.
553 * Preset filename when exporting a TrwLayer. 
554
555 Fixes since 0.9.1
556
557 * Fix: crash when "applying" a map layer property dialog.
558 * Fix: Do not warn about drawmode inconsistency while reading file.
559 * Fix: Hide Expedia view mode when expedia is not built in. 
560
561 Viking 0.9.1 (2007-09-02)
562 New features since 0.9
563
564 * Upload data (TrackWaypoint layer or single track) to OpenStreetMap.
565 * Group "Export Layer..." entries in a sub-menu.
566 * Added --enable-old-google to configure script. Old google modes are now disabled by default.
567 * Default mode for new maps is Google Maps.
568 * DEM module can now read hgt.zip files directly (no need to unzip them).
569 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA regions).
570 * Display on status bar altitude at cursor using data from DEM layer(s). 
571
572 Fixes since 0.9
573
574 * Add redirect support.
575 * Some improves to introduce the drawmode notion.
576 * Better checking to detect downloaded text instead of images.
577 * New google version number.
578 * libcurl is a requirement.
579 * Fix bugs that cause crashes on layers copy/paste/delete.
580 * Fix bug in Google search that caused viking jump to wrong location when Google can not find the match.
581 * Clean up and eliminate compiler warning.
582 * Fix bug in creating temporary HOME when HOME is not set.
583 * Disable GeoCache Acquire since it no longer works. Can be enabled again using configure --enable-geocaches.
584 * Disable expedia map layer by default since it no longer works. Can be enabled again using configure --enable-expedia. 
585
586 Viking 0.9 (2007-07-13)
587 New Features since 0.1.3
588
589     * DEM data -- DEMLayer & applying data to tracks & waypoints
590     * Make "Save Image" and "Save Image Directory" dialogs reusable
591     * Add viking icon
592     * Download maps along track
593     * Add User-Agent to http request header
594     * Add cookies support (for google requests)
595     * Add center mark which can be turn on/off in View menu
596     * Make the scale more visible on dark maps
597     * Add magic scissors feature
598     * Add Google Maps search feature
599     * Many new waypoint symbols
600     * Add man pages
601     * Improve performance for map autodownload
602     * Google Directions now remembers previous query (from/to entries)
603     * New menu items to remove all tracks and waypoints in GPS folders
604     * Add "Save and Exit" to File menu
605     * Save function for GPS layer
606     * Map tool: Left click can now refresh display of map tiles 
607
608 Fixes since 0.1.3
609
610     * View Mode displayed wrong setting on startup
611     * crashes on gps download/upload
612     * SEGFAULT on x86_64
613     * segfault on trackpoint properties dialog
614     * intermittent problem of map redraw
615     * Stop autodownload from running forever on map downloading errors
616     * Check for non-displayable data after downloading map 
617
618 Viking 0.1.3 (2007-05-17)
619 - New "Refresh onscreen tiles" entry menu
620 - Default .spec file for building RPM packages
621 - Default debian/ subtree for building Debian packages
622 - Usage of the libcurl library
623 - Three new map sources from OpenStreetMap
624 - Better usage of libusb
625 - Google source map improved
626 - GUI improves
627
628 Viking 0.1.2 (2007-02-13)
629 - direct access to GPS device: GPS layer
630 - position inputs accept DDD/DMM/DMS formats (ex: 3.5, 3°30.0, 3°30'0.00)
631 - time position in Track Poperties
632 - tool (menu entries and buttons) are enabled/disabled following context
633 - standard 'Edit' menu (with 'Copy', 'Cut', 'Paste' and 'Delete' actions)
634 - 'Edit' popup menus for waypoint and track
635 - new configure options:
636   * --disable-google
637   * --disable-terraserver
638   * --disable-expedia
639 - visual feedback when moving waypoints
640 - map sections are displayed while downloading
641 - cosmetics changes (window title, viking's URL in files, 'About' dialog...)
642 - some improves in source code
643 - lot of fixes
644
645 Viking 0.1.1 (2006-06-11)
646 - more map sources such as google
647 - drag and drop of layers and way/trackpoints
648 - copy/paste between vikings
649 - "smart" copy which can parse a lat/lon from web pages like geocaching, emails, etc.
650 - graphs of altitude/velocity
651 - newer gtk with toolbar icons
652 - experimental "acquire" features: from GPS, from Google directions, from Geocaching
653 - gpx support
654
655 Viking 0.1.0 (2005-02-27)
656 - new map layer which supports Google, Expedia, and Topozone maps in addition to the three types of Terraserver maps,
657 - lots of other fixes,
658 - visualization options,
659 - miscellaneous goodies.