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