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