]> git.street.me.uk Git - andy/viking.git/blame - NEWS
Fix warnings
[andy/viking.git] / NEWS
CommitLineData
05bba7a6
GB
1Viking 0.9.9 (2009-09-09)
2New features since 0.9.8
3* Filter out irrelevant key-modifiers.
4* Upgrade OSM-traces support to 0.6 API
5* Manage hdop,vdop,pdop,nsat
6* Remove unused (and buggy) feature
7* Document previous merge
8* Improvement of map cache
9* Add a viking parameter for mapcache memory size
10* Add menu option to flush mapcache, and reduce viking memory footprint
11* Use thread-pool to manage download
12* Show path used for map directory in options even when using default one
13* Include full libcurl version in user agent
14
15Fixes since 0.9.8
16* Don't crash when jobs are cancelled via the background jobs dialog.
17* Fix #2163652: GPX file with byte order mark not parsed
18* Fix #2766609: Don't use gpsd_units()
19* Fix #2812856: Change SRTM URL
20* Fix #2818818: unset langage preset while opening external Google
21* Fix copyright in --version output
22* Fix SRTM Server change
23* Fix memory leaks found with cppcheck
24* Fix warning in call to MD5Update() in function md5_hash()
25* Fix previous patch
26* vdop, hdop, pdop, nsats and fix_mode values were not shown
27* Fix #570956: change saved_width to 1
28* Fix build problem
29* Fix bug #2481237: Maps directory file chooser should look for directory
30
1e98666b
GB
31Viking 0.9.8 (2009-01-31)
32New features since 0.9.7
33* Add GeoNames support (both for search and for POI import from Geonames+Wikipedia)
34* Remove Google's map tiles.
35* Add external tools framework.
36* Add OpenStreetMap and Google web tools.
37* Clicking on "visible" tick no longer makes the layer selected.
38* GPX export: sort track by time.
39* Merging tracks by name.
40* Tittle waypoint properties dialog as "Waypoint Properties".
41* Add larger size waypoint symbols (icons).
42* Waypoint names are now displayed at the top of waypoint symbol.
43* Waypoint symbols: Use Garmin waypoint.
44* New server for OSM cycle map.
45
46Fixes since 0.9.7
47* Fix loading of world map file.
48* Fix 2249398: Fix some memory leaks.
49* Fix bugs that caused magic scissors not working.
50* Fix compatibility problem for windows.
51* Fix implicit declaration of maps_layer_default_dir().
52* Fix missing status return in spawn_command_line_async().
53* Fix curl error buffer usage.
54* GPS realtime tracking: Keep retrying when fail to connect.
55* Windows port: avoid "\\" in URL.
56
e0fdbe1e
GB
57Viking 0.9.7 (2008-10-12)
58New features since 0.9.6
59* Add new moving map method for realtime tracking.
60* Rename icon: viking_icon.png -> viking.png
61* src/viking.desktop.in: add GenericName and revise Categories
62* Change "Zoom To" short cut to avoid conflict with "Zoom Tool".
63* Update translations
64* Google search adapting changes from Google.
65* add osm cycle layer support
66* add a menu entry to extend an existing track using magic scissors
67* Patch #2009666: OpenAerialMap
68* Add preferences to select how degrees are displayed
69* Color picker button for the Coordlayer properties dialog
70* Cut/Copy/Paste empty selection is not critical
71* Layers panel UI improvements
72* Homogeneous icons management.
73* Add preferences to store OSM login/password
74* Add a password entry widget
75* Ensure that confirmation dialog is over file selector
76
77Fixes since 0.9.6
1e98666b
GB
78* Fix 2161310: Fix some more compiler warnings
79* Fix 2134452: Properties of some tracks show as NaN
e0fdbe1e
GB
80* QA: cleanning old stuff
81* Fix segfault in realtime tracking.
82* Fix missing files in po/POTFILES.in
83* viking.spec.in, src/icons/Makefile.am: Fix icon target dir
84* fix parallel build (make -j8) on multi-processor machines.
85* Fix #1947260: correct a corrupted escape
86* Fixed crashes when creating new layers.
87* Fix #1952523: mode_button assertion loading old datafile
88* Fix: update layer after applying properties
89* Fixed google map download problem.
90* Replace specific About dialog by GtkAboutDialog
91* Replace some g_warning by g_debug
92
7a31304a
GB
93Viking 0.9.6 (2008-07-31)
94Fixes since 0.9.5
95
96* Fix Google maps' URL
97* Fix gcget command line to accomodate negative coords
98* Fix unecessary viking.desktop
99
389cd3aa
GB
100Viking 0.9.5 (2008-07-21)
101New features since 0.9.4
102
103* Add panning tool as default.
104* Replace GtkFileSelection by GtkFileChooser.
105* No longer converts waypoint names to uppercase. Waypoint names are now case insensitive.
106* Windows port updated.
107* Track properties: Keep markers of the graphs in sync with each other.
108* Track properties: split track at marker.
109* New translations: el, it, ja, lt, nb, nl, pl, zh_CN, zh_TW
110* Added viking.desktop
111* Added --debug and --verbose command line options.
112* Updated man pages.
113
114Fixes since 0.9.4
115
116* Fix #1839948: Maximize/Restore changes current cursor.
117* Bug #1915121: add an utility to reproduce (test/gpx2gpx).
118* Fix #1915121: use GLib functions to handle ISO8601 dates.
119* Fix pipe leaks.
120* Remove dependency to wget.
121* Fix google version number.
122* Track graph marker now works again.
123* Fix #1947456: Compiler warning fixes
124
125
5b46f77e
GB
126Viking 0.9.4 (2008-02-25)
127New features since 0.9.3
128
129* Make elev graph show better graph for low altitude tracks.
130* Printing support
131* Draw circle for downloading geocaches.
132* Improve track graphs. Some tracks looked too flat.
133* Internationalization (I18N)
134* Localization (L10N): Czech, Danish, German, Spanish, French, Brazilian Portuguese, Swedish
135* Use a list of possible browsers.
136* New map source: BlueMarble tiles (http://mike.teczno.com/notes/blue-marble-tiles.html)
137* New map source: Google Terrain
138* Use the "next unused" (not really) waypoint number as default.
139* Sort waypoints in GPX output.
140* Preferences support in ~/.viking/viking.prefs
141* Update source for OSM/Osmarender tiles
142* Full screen mode.
143* Tuned the v-t diagram drawing
144
145Fixes since 0.9.3
146
147* Many fixes around compilation warnings
148* Fix a bug that caused crashes when displaying elev graph for some track.
149* Fix bug that caused Old Google maps not being disabled by default.
150* Fix a bug that can potentially cause segfault.
151* Fix compilation under HURD (missing MAXPATHLEN macro)
152* Fix: ensure config.h is included conditionnaly
153* Fix a crash bug in mapcache
154* Fix a crash bug in merge-by-time
155
1530c21f
GB
156Viking 0.9.3 (2007-10-21)
157New features since 0.9.2
158
159* Half-drawn redraw for faster refreshing display of viewport (Maps, tracks, waypoints...)
160* Allow multiple selections when adding DEM files.
161* (Semi) auto downloading and importing for SRTM 90m DEM file (worldwide).
162* Indicating areas which have DEM file download but not imported.
163* "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.
164* Interpolating DEM data.
165* Add realtime tracking to GPS layer with track recording.
166* Trackpoints acquired in realtime mode store extra information of speed, course, fix mode and number of satellites.
167* Track properties dialog no longer blocks user interaction on main window. Using multiple track dialogs (simultaneously for different tracks) is now allowed.
168* Make use of DEM elevation data and GPS speed data for track graphs (Properties Dialog).
169* Track Properties: now displays track distance/time instead of "Selected Time".
170* Marker for selected position on track graphs.
171* Various enhancement to improve usability of track dialog.
172* Mouse cursor is now changed accordingly to tool currently in used.
173* Magic Scissors (Automatically drawing track between points) can now be undone using right click, and extended via Ctrl-click.
174* Shortcuts for panning: Ctrl-arrow key, and Shift-scroll and Ctrl-scroll.
175* Extend track.
176* Ctrl-shift-scroll to zoom like google, scroll to zoom w/o changing center.
177* Preview adding a trackpoint by drawing a line when moving mouse.
178* Esc key used to stop track edition.
179* Backspace key used to remove last added point.
180* Use $BROWSER environment variable (for viewing geocache pages).
181* Automatically fetching google version numbers.
182* Upgrading to API 0.5 of OSM.
183
184Fixes since 0.9.2
185
186* Fix: Make viking's default start location somewhere more likely has maps.
187* Fix: bug that causes crashes when using "Maps Download" tool.
188* Fix: Adding command line option framework (--help & --version).
189* Fix #1789550: mkdtemp usage is conditioned.
190* Fix #1789550: define MAX macro if not defined on ALL systems.
191* Fix: optional geocaching -- include config.h to compile.
192* Fix: DEM Layer copy/paste.
193* Fix: crashes on using wrong tools.
194* Fix: bugs that caused odd display of date/time on track properties dialog.
195* Fix: Correctly calculate position when click on speed-time graph.
196* Fix: Relax dependencies about glib.
197* Fix: Upgrading to API 0.5 of OSM.
198* Fix: plotting of DEM data on elevation graph.
199
13c9d849
GB
200Viking 0.9.2 (2007-09-04)
201New features since 0.9.1
202
203* Use $EMAIL to initialise email field for OSM upload.
204* Preset filename when exporting a TrwLayer.
205
206Fixes since 0.9.1
207
208* Fix: crash when "applying" a map layer property dialog.
209* Fix: Do not warn about drawmode inconsistency while reading file.
210* Fix: Hide Expedia view mode when expedia is not built in.
211
ad11b047
GB
212Viking 0.9.1 (2007-09-02)
213New features since 0.9
214
215* Upload data (TrackWaypoint layer or single track) to OpenStreetMap.
216* Group "Export Layer..." entries in a sub-menu.
217* Added --enable-old-google to configure script. Old google modes are now disabled by default.
218* Default mode for new maps is Google Maps.
219* DEM module can now read hgt.zip files directly (no need to unzip them).
220* DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA regions).
221* Display on status bar altitude at cursor using data from DEM layer(s).
222
223Fixes since 0.9
224
225* Add redirect support.
226* Some improves to introduce the drawmode notion.
227* Better checking to detect downloaded text instead of images.
228* New google version number.
229* libcurl is a requirement.
230* Fix bugs that cause crashes on layers copy/paste/delete.
231* Fix bug in Google search that caused viking jump to wrong location when Google can not find the match.
232* Clean up and eliminate compiler warning.
233* Fix bug in creating temporary HOME when HOME is not set.
234* Disable GeoCache Acquire since it no longer works. Can be enabled again using configure --enable-geocaches.
235* Disable expedia map layer by default since it no longer works. Can be enabled again using configure --enable-expedia.
236
44a9a037
GB
237Viking 0.9 (2007-07-13)
238New Features since 0.1.3
239
240 * DEM data -- DEMLayer & applying data to tracks & waypoints
241 * Make "Save Image" and "Save Image Directory" dialogs reusable
242 * Add viking icon
243 * Download maps along track
244 * Add User-Agent to http request header
245 * Add cookies support (for google requests)
246 * Add center mark which can be turn on/off in View menu
247 * Make the scale more visible on dark maps
248 * Add magic scissors feature
249 * Add Google Maps search feature
250 * Many new waypoint symbols
251 * Add man pages
252 * Improve performance for map autodownload
253 * Google Directions now remembers previous query (from/to entries)
254 * New menu items to remove all tracks and waypoints in GPS folders
255 * Add "Save and Exit" to File menu
256 * Save function for GPS layer
257 * Map tool: Left click can now refresh display of map tiles
258
259Fixes since 0.1.3
260
261 * View Mode displayed wrong setting on startup
262 * crashes on gps download/upload
263 * SEGFAULT on x86_64
264 * segfault on trackpoint properties dialog
265 * intermittent problem of map redraw
266 * Stop autodownload from running forever on map downloading errors
267 * Check for non-displayable data after downloading map
268
9c89ac8e
GB
269Viking 0.1.3 (2007-05-17)
270- New "Refresh onscreen tiles" entry menu
271- Default .spec file for building RPM packages
272- Default debian/ subtree for building Debian packages
273- Usage of the libcurl library
274- Three new map sources from OpenStreetMap
275- Better usage of libusb
276- Google source map improved
277- GUI improves
278
07f39a64
GB
279Viking 0.1.2 (2007-02-13)
280- direct access to GPS device: GPS layer
281