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