]> git.street.me.uk Git - andy/viking.git/blame - NEWS
Delete duplicates
[andy/viking.git] / NEWS
CommitLineData
5b46f77e
GB
1Viking 0.9.4 (2008-02-25)
2New features since 0.9.3
3
4* Make elev graph show better graph for low altitude tracks.
5* Printing support
6* Draw circle for downloading geocaches.
7* Improve track graphs. Some tracks looked too flat.
8* Internationalization (I18N)
9* Localization (L10N): Czech, Danish, German, Spanish, French, Brazilian Portuguese, Swedish
10* Use a list of possible browsers.
11* New map source: BlueMarble tiles (http://mike.teczno.com/notes/blue-marble-tiles.html)
12* New map source: Google Terrain
13* Use the "next unused" (not really) waypoint number as default.
14* Sort waypoints in GPX output.
15* Preferences support in ~/.viking/viking.prefs
16* Update source for OSM/Osmarender tiles
17* Full screen mode.
18* Tuned the v-t diagram drawing
19
20Fixes since 0.9.3
21
22* Many fixes around compilation warnings
23* Fix a bug that caused crashes when displaying elev graph for some track.
24* Fix bug that caused Old Google maps not being disabled by default.
25* Fix a bug that can potentially cause segfault.
26* Fix compilation under HURD (missing MAXPATHLEN macro)
27* Fix: ensure config.h is included conditionnaly
28* Fix a crash bug in mapcache
29* Fix a crash bug in merge-by-time
30
1530c21f
GB
31Viking 0.9.3 (2007-10-21)
32New features since 0.9.2
33
34* Half-drawn redraw for faster refreshing display of viewport (Maps, tracks, waypoints...)
35* Allow multiple selections when adding DEM files.
36* (Semi) auto downloading and importing for SRTM 90m DEM file (worldwide).
37* Indicating areas which have DEM file download but not imported.
38* "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.
39* Interpolating DEM data.
40* Add realtime tracking to GPS layer with track recording.
41* Trackpoints acquired in realtime mode store extra information of speed, course, fix mode and number of satellites.
42* Track properties dialog no longer blocks user interaction on main window. Using multiple track dialogs (simultaneously for different tracks) is now allowed.
43* Make use of DEM elevation data and GPS speed data for track graphs (Properties Dialog).
44* Track Properties: now displays track distance/time instead of "Selected Time".
45* Marker for selected position on track graphs.
46* Various enhancement to improve usability of track dialog.
47* Mouse cursor is now changed accordingly to tool currently in used.
48* Magic Scissors (Automatically drawing track between points) can now be undone using right click, and extended via Ctrl-click.
49* Shortcuts for panning: Ctrl-arrow key, and Shift-scroll and Ctrl-scroll.
50* Extend track.
51* Ctrl-shift-scroll to zoom like google, scroll to zoom w/o changing center.
52* Preview adding a trackpoint by drawing a line when moving mouse.
53* Esc key used to stop track edition.
54* Backspace key used to remove last added point.
55* Use $BROWSER environment variable (for viewing geocache pages).
56* Automatically fetching google version numbers.
57* Upgrading to API 0.5 of OSM.
58
59Fixes since 0.9.2
60
61* Fix: Make viking's default start location somewhere more likely has maps.
62* Fix: bug that causes crashes when using "Maps Download" tool.
63* Fix: Adding command line option framework (--help & --version).
64* Fix #1789550: mkdtemp usage is conditioned.
65* Fix #1789550: define MAX macro if not defined on ALL systems.
66* Fix: optional geocaching -- include config.h to compile.
67* Fix: DEM Layer copy/paste.
68* Fix: crashes on using wrong tools.
69* Fix: bugs that caused odd display of date/time on track properties dialog.
70* Fix: Correctly calculate position when click on speed-time graph.
71* Fix: Relax dependencies about glib.
72* Fix: Upgrading to API 0.5 of OSM.
73* Fix: plotting of DEM data on elevation graph.
74
13c9d849
GB
75Viking 0.9.2 (2007-09-04)
76New features since 0.9.1
77
78* Use $EMAIL to initialise email field for OSM upload.
79* Preset filename when exporting a TrwLayer.
80
81Fixes since 0.9.1
82
83* Fix: crash when "applying" a map layer property dialog.
84* Fix: Do not warn about drawmode inconsistency while reading file.
85* Fix: Hide Expedia view mode when expedia is not built in.
86
ad11b047
GB
87Viking 0.9.1 (2007-09-02)
88New features since 0.9
89
90* Upload data (TrackWaypoint layer or single track) to OpenStreetMap.
91* Group "Export Layer..." entries in a sub-menu.
92* Added --enable-old-google to configure script. Old google modes are now disabled by default.
93* Default mode for new maps is Google Maps.
94* DEM module can now read hgt.zip files directly (no need to unzip them).
95* DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA regions).
96* Display on status bar altitude at cursor using data from DEM layer(s).
97
98Fixes since 0.9
99
100* Add redirect support.
101* Some improves to introduce the drawmode notion.
102* Better checking to detect downloaded text instead of images.
103* New google version number.
104* libcurl is a requirement.
105* Fix bugs that cause crashes on layers copy/paste/delete.
106* Fix bug in Google search that caused viking jump to wrong location when Google can not find the match.
107* Clean up and eliminate compiler warning.
108* Fix bug in creating temporary HOME when HOME is not set.
109* Disable GeoCache Acquire since it no longer works. Can be enabled again using configure --enable-geocaches.
110* Disable expedia map layer by default since it no longer works. Can be enabled again using configure --enable-expedia.
111
44a9a037
GB
112Viking 0.9 (2007-07-13)
113New Features since 0.1.3
114
115 * DEM data -- DEMLayer & applying data to tracks & waypoints
116 * Make "Save Image" and "Save Image Directory" dialogs reusable
117 * Add viking icon
118 * Download maps along track
119 * Add User-Agent to http request header
120 * Add cookies support (for google requests)
121 * Add center mark which can be turn on/off in View menu
122 * Make the scale more visible on dark maps
123 * Add magic scissors feature
124 * Add Google Maps search feature
125 * Many new waypoint symbols
126 * Add man pages
127 * Improve performance for map autodownload
128 * Google Directions now remembers previous query (from/to entries)
129 * New menu items to remove all tracks and waypoints in GPS folders
130 * Add "Save and Exit" to File menu
131 * Save function for GPS layer
132 * Map tool: Left click can now refresh display of map tiles
133
134Fixes since 0.1.3
135
136 * View Mode displayed wrong setting on startup
137 * crashes on gps download/upload
138 * SEGFAULT on x86_64
139 * segfault on trackpoint properties dialog
140 * intermittent problem of map redraw
141 * Stop autodownload from running forever on map downloading errors
142 * Check for non-displayable data after downloading map
143
9c89ac8e
GB
144Viking 0.1.3 (2007-05-17)
145- New "Refresh onscreen tiles" entry menu
146- Default .spec file for building RPM packages
147- Default debian/ subtree for building Debian packages
148- Usage of the libcurl library
149- Three new map sources from OpenStreetMap
150- Better usage of libusb
151- Google source map improved
152- GUI improves
153
07f39a64
GB
154Viking 0.1.2 (2007-02-13)
155- direct access to GPS device: GPS layer
156