Fix URL formatting issue
[viking/guyou.git] / NEWS
blob315643208b1bed96ecfbc0316a0ddaae23da3527
1 Viking 0.9.9 (2009-09-09)
2 New 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
15 Fixes 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
31 Viking 0.9.8 (2009-01-31)
32 New 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.
46 Fixes 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.
57 Viking 0.9.7 (2008-10-12)
58 New 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
77 Fixes since 0.9.6
78 * Fix 2161310: Fix some more compiler warnings
79 * Fix 2134452: Properties of some tracks show as NaN
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
93 Viking 0.9.6 (2008-07-31)
94 Fixes since 0.9.5
96 * Fix Google maps' URL
97 * Fix gcget command line to accomodate negative coords
98 * Fix unecessary viking.desktop
100 Viking 0.9.5 (2008-07-21)
101 New features since 0.9.4
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.
114 Fixes since 0.9.4
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
126 Viking 0.9.4 (2008-02-25)
127 New features since 0.9.3
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
145 Fixes since 0.9.3
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
156 Viking 0.9.3 (2007-10-21)
157 New features since 0.9.2
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.
184 Fixes since 0.9.2
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.
200 Viking 0.9.2 (2007-09-04)
201 New features since 0.9.1
203 * Use $EMAIL to initialise email field for OSM upload.
204 * Preset filename when exporting a TrwLayer. 
206 Fixes since 0.9.1
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. 
212 Viking 0.9.1 (2007-09-02)
213 New features since 0.9
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). 
223 Fixes since 0.9
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. 
237 Viking 0.9 (2007-07-13)
238 New Features since 0.1.3
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 
259 Fixes since 0.1.3
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 
269 Viking 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
279 Viking 0.1.2 (2007-02-13)
280 - direct access to GPS device: GPS layer
281 - position inputs accept DDD/DMM/DMS formats (ex: 3.5, 3°30.0, 3°30'0.00)
282 - time position in Track Poperties
283 - tool (menu entries and buttons) are enabled/disabled following context
284 - standard 'Edit' menu (with 'Copy', 'Cut', 'Paste' and 'Delete' actions)
285 - 'Edit' popup menus for waypoint and track
286 - new configure options:
287   * --disable-google
288   * --disable-terraserver
289   * --disable-expedia
290 - visual feedback when moving waypoints
291 - map sections are displayed while downloading
292 - cosmetics changes (window title, viking's URL in files, 'About' dialog...)
293 - some improves in source code
294 - lot of fixes
296 Viking 0.1.1 (2006-06-11)
297 - more map sources such as google
298 - drag and drop of layers and way/trackpoints
299 - copy/paste between vikings
300 - "smart" copy which can parse a lat/lon from web pages like geocaching, emails, etc.
301 - graphs of altitude/velocity
302 - newer gtk with toolbar icons
303 - experimental "acquire" features: from GPS, from Google directions, from Geocaching
304 - gpx support
306 Viking 0.1.0 (2005-02-27)
307 - new map layer which supports Google, Expedia, and Topozone maps in addition to the three types of Terraserver maps,
308 - lots of other fixes,
309 - visualization options,
310 - miscellaneous goodies.