QA: more generic way of computing size of an array
[viking/guyou.git] / NEWS
blob8b73008eec65d63bcef1053ce85f5817aad8fe17
1 Viking 0.9.6 (2008-07-31)
2 Fixes since 0.9.5
4 * Fix Google maps' URL
5 * Fix gcget command line to accomodate negative coords
6 * Fix unecessary viking.desktop
8 Viking 0.9.5 (2008-07-21)
9 New features since 0.9.4
11 * Add panning tool as default.
12 * Replace GtkFileSelection by GtkFileChooser.
13 * No longer converts waypoint names to uppercase. Waypoint names are now case insensitive.
14 * Windows port updated.
15 * Track properties: Keep markers of the graphs in sync with each other.
16 * Track properties: split track at marker.
17 * New translations: el, it, ja, lt, nb, nl, pl, zh_CN, zh_TW
18 * Added viking.desktop
19 * Added --debug and --verbose command line options.
20 * Updated man pages.
22 Fixes since 0.9.4
24 * Fix #1839948: Maximize/Restore changes current cursor.
25 * Bug #1915121: add an utility to reproduce (test/gpx2gpx).
26 * Fix #1915121: use GLib functions to handle ISO8601 dates.
27 * Fix pipe leaks.
28 * Remove dependency to wget.
29 * Fix google version number.
30 * Track graph marker now works again.
31 * Fix #1947456: Compiler warning fixes
34 Viking 0.9.4 (2008-02-25)
35 New features since 0.9.3
37 * Make elev graph show better graph for low altitude tracks.
38 * Printing support
39 * Draw circle for downloading geocaches.
40 * Improve track graphs. Some tracks looked too flat.
41 * Internationalization (I18N)
42 * Localization (L10N): Czech, Danish, German, Spanish, French, Brazilian Portuguese, Swedish
43 * Use a list of possible browsers.
44 * New map source: BlueMarble tiles (http://mike.teczno.com/notes/blue-marble-tiles.html)
45 * New map source: Google Terrain
46 * Use the "next unused" (not really) waypoint number as default.
47 * Sort waypoints in GPX output.
48 * Preferences support in ~/.viking/viking.prefs
49 * Update source for OSM/Osmarender tiles
50 * Full screen mode.
51 * Tuned the v-t diagram drawing
53 Fixes since 0.9.3
55 * Many fixes around compilation warnings
56 * Fix a bug that caused crashes when displaying elev graph for some track.
57 * Fix bug that caused Old Google maps not being disabled by default.
58 * Fix a bug that can potentially cause segfault.
59 * Fix compilation under HURD (missing MAXPATHLEN macro)
60 * Fix: ensure config.h is included conditionnaly
61 * Fix a crash bug in mapcache
62 * Fix a crash bug in merge-by-time
64 Viking 0.9.3 (2007-10-21)
65 New features since 0.9.2
67 * Half-drawn redraw for faster refreshing display of viewport (Maps, tracks, waypoints...)
68 * Allow multiple selections when adding DEM files.
69 * (Semi) auto downloading and importing for SRTM 90m DEM file (worldwide).
70 * Indicating areas which have DEM file download but not imported.
71 * "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.
72 * Interpolating DEM data.
73 * Add realtime tracking to GPS layer with track recording.
74 * Trackpoints acquired in realtime mode store extra information of speed, course, fix mode and number of satellites.
75 * Track properties dialog no longer blocks user interaction on main window. Using multiple track dialogs (simultaneously for different tracks) is now allowed.
76 * Make use of DEM elevation data and GPS speed data for track graphs (Properties Dialog).
77 * Track Properties: now displays track distance/time instead of "Selected Time".
78 * Marker for selected position on track graphs.
79 * Various enhancement to improve usability of track dialog.
80 * Mouse cursor is now changed accordingly to tool currently in used.
81 * Magic Scissors (Automatically drawing track between points) can now be undone using right click, and extended via Ctrl-click.
82 * Shortcuts for panning: Ctrl-arrow key, and Shift-scroll and Ctrl-scroll.
83 * Extend track.
84 * Ctrl-shift-scroll to zoom like google, scroll to zoom w/o changing center.
85 * Preview adding a trackpoint by drawing a line when moving mouse.
86 * Esc key used to stop track edition.
87 * Backspace key used to remove last added point.
88 * Use $BROWSER environment variable (for viewing geocache pages).
89 * Automatically fetching google version numbers.
90 * Upgrading to API 0.5 of OSM.
92 Fixes since 0.9.2
94 * Fix: Make viking's default start location somewhere more likely has maps.
95 * Fix: bug that causes crashes when using "Maps Download" tool.
96 * Fix: Adding command line option framework (--help & --version).
97 * Fix #1789550: mkdtemp usage is conditioned.
98 * Fix #1789550: define MAX macro if not defined on ALL systems.
99 * Fix: optional geocaching -- include config.h to compile.
100 * Fix: DEM Layer copy/paste.
101 * Fix: crashes on using wrong tools.
102 * Fix: bugs that caused odd display of date/time on track properties dialog.
103 * Fix: Correctly calculate position when click on speed-time graph.
104 * Fix: Relax dependencies about glib.
105 * Fix: Upgrading to API 0.5 of OSM.
106 * Fix: plotting of DEM data on elevation graph.
108 Viking 0.9.2 (2007-09-04)
109 New features since 0.9.1
111 * Use $EMAIL to initialise email field for OSM upload.
112 * Preset filename when exporting a TrwLayer. 
114 Fixes since 0.9.1
116 * Fix: crash when "applying" a map layer property dialog.
117 * Fix: Do not warn about drawmode inconsistency while reading file.
118 * Fix: Hide Expedia view mode when expedia is not built in. 
120 Viking 0.9.1 (2007-09-02)
121 New features since 0.9
123 * Upload data (TrackWaypoint layer or single track) to OpenStreetMap.
124 * Group "Export Layer..." entries in a sub-menu.
125 * Added --enable-old-google to configure script. Old google modes are now disabled by default.
126 * Default mode for new maps is Google Maps.
127 * DEM module can now read hgt.zip files directly (no need to unzip them).
128 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA regions).
129 * Display on status bar altitude at cursor using data from DEM layer(s). 
131 Fixes since 0.9
133 * Add redirect support.
134 * Some improves to introduce the drawmode notion.
135 * Better checking to detect downloaded text instead of images.
136 * New google version number.
137 * libcurl is a requirement.
138 * Fix bugs that cause crashes on layers copy/paste/delete.
139 * Fix bug in Google search that caused viking jump to wrong location when Google can not find the match.
140 * Clean up and eliminate compiler warning.
141 * Fix bug in creating temporary HOME when HOME is not set.
142 * Disable GeoCache Acquire since it no longer works. Can be enabled again using configure --enable-geocaches.
143 * Disable expedia map layer by default since it no longer works. Can be enabled again using configure --enable-expedia. 
145 Viking 0.9 (2007-07-13)
146 New Features since 0.1.3
148     * DEM data -- DEMLayer & applying data to tracks & waypoints
149     * Make "Save Image" and "Save Image Directory" dialogs reusable
150     * Add viking icon
151     * Download maps along track
152     * Add User-Agent to http request header
153     * Add cookies support (for google requests)
154     * Add center mark which can be turn on/off in View menu
155     * Make the scale more visible on dark maps
156     * Add magic scissors feature
157     * Add Google Maps search feature
158     * Many new waypoint symbols
159     * Add man pages
160     * Improve performance for map autodownload
161     * Google Directions now remembers previous query (from/to entries)
162     * New menu items to remove all tracks and waypoints in GPS folders
163     * Add "Save and Exit" to File menu
164     * Save function for GPS layer
165     * Map tool: Left click can now refresh display of map tiles 
167 Fixes since 0.1.3
169     * View Mode displayed wrong setting on startup
170     * crashes on gps download/upload
171     * SEGFAULT on x86_64
172     * segfault on trackpoint properties dialog
173     * intermittent problem of map redraw
174     * Stop autodownload from running forever on map downloading errors
175     * Check for non-displayable data after downloading map 
177 Viking 0.1.3 (2007-05-17)
178 - New "Refresh onscreen tiles" entry menu
179 - Default .spec file for building RPM packages
180 - Default debian/ subtree for building Debian packages
181 - Usage of the libcurl library
182 - Three new map sources from OpenStreetMap
183 - Better usage of libusb
184 - Google source map improved
185 - GUI improves
187 Viking 0.1.2 (2007-02-13)
188 - direct access to GPS device: GPS layer
189 - position inputs accept DDD/DMM/DMS formats (ex: 3.5, 3°30.0, 3°30'0.00)
190 - time position in Track Poperties
191 - tool (menu entries and buttons) are enabled/disabled following context
192 - standard 'Edit' menu (with 'Copy', 'Cut', 'Paste' and 'Delete' actions)
193 - 'Edit' popup menus for waypoint and track
194 - new configure options:
195   * --disable-google
196   * --disable-terraserver
197   * --disable-expedia
198 - visual feedback when moving waypoints
199 - map sections are displayed while downloading
200 - cosmetics changes (window title, viking's URL in files, 'About' dialog...)
201 - some improves in source code
202 - lot of fixes
204 Viking 0.1.1 (2006-06-11)
205 - more map sources such as google
206 - drag and drop of layers and way/trackpoints
207 - copy/paste between vikings
208 - "smart" copy which can parse a lat/lon from web pages like geocaching, emails, etc.
209 - graphs of altitude/velocity
210 - newer gtk with toolbar icons
211 - experimental "acquire" features: from GPS, from Google directions, from Geocaching
212 - gpx support
214 Viking 0.1.0 (2005-02-27)
215 - new map layer which supports Google, Expedia, and Topozone maps in addition to the three types of Terraserver maps,
216 - lots of other fixes,
217 - visualization options,
218 - miscellaneous goodies.