Documenting Jocelyn's patches
[viking.git] / NEWS
blobd0d05d33aff86b04682141d32bf39287e1c81fda
1 Viking 0.9.3 (2007-10-21)
2 New features since 0.9.2
4 * Half-drawn redraw for faster refreshing display of viewport (Maps, tracks, waypoints...)
5 * Allow multiple selections when adding DEM files.
6 * (Semi) auto downloading and importing for SRTM 90m DEM file (worldwide).
7 * Indicating areas which have DEM file download but not imported.
8 * "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.
9 * Interpolating DEM data.
10 * Add realtime tracking to GPS layer with track recording.
11 * Trackpoints acquired in realtime mode store extra information of speed, course, fix mode and number of satellites.
12 * Track properties dialog no longer blocks user interaction on main window. Using multiple track dialogs (simultaneously for different tracks) is now allowed.
13 * Make use of DEM elevation data and GPS speed data for track graphs (Properties Dialog).
14 * Track Properties: now displays track distance/time instead of "Selected Time".
15 * Marker for selected position on track graphs.
16 * Various enhancement to improve usability of track dialog.
17 * Mouse cursor is now changed accordingly to tool currently in used.
18 * Magic Scissors (Automatically drawing track between points) can now be undone using right click, and extended via Ctrl-click.
19 * Shortcuts for panning: Ctrl-arrow key, and Shift-scroll and Ctrl-scroll.
20 * Extend track.
21 * Ctrl-shift-scroll to zoom like google, scroll to zoom w/o changing center.
22 * Preview adding a trackpoint by drawing a line when moving mouse.
23 * Esc key used to stop track edition.
24 * Backspace key used to remove last added point.
25 * Use $BROWSER environment variable (for viewing geocache pages).
26 * Automatically fetching google version numbers.
27 * Upgrading to API 0.5 of OSM.
29 Fixes since 0.9.2
31 * Fix: Make viking's default start location somewhere more likely has maps.
32 * Fix: bug that causes crashes when using "Maps Download" tool.
33 * Fix: Adding command line option framework (--help & --version).
34 * Fix #1789550: mkdtemp usage is conditioned.
35 * Fix #1789550: define MAX macro if not defined on ALL systems.
36 * Fix: optional geocaching -- include config.h to compile.
37 * Fix: DEM Layer copy/paste.
38 * Fix: crashes on using wrong tools.
39 * Fix: bugs that caused odd display of date/time on track properties dialog.
40 * Fix: Correctly calculate position when click on speed-time graph.
41 * Fix: Relax dependencies about glib.
42 * Fix: Upgrading to API 0.5 of OSM.
43 * Fix: plotting of DEM data on elevation graph.
45 Viking 0.9.2 (2007-09-04)
46 New features since 0.9.1
48 * Use $EMAIL to initialise email field for OSM upload.
49 * Preset filename when exporting a TrwLayer. 
51 Fixes since 0.9.1
53 * Fix: crash when "applying" a map layer property dialog.
54 * Fix: Do not warn about drawmode inconsistency while reading file.
55 * Fix: Hide Expedia view mode when expedia is not built in. 
57 Viking 0.9.1 (2007-09-02)
58 New features since 0.9
60 * Upload data (TrackWaypoint layer or single track) to OpenStreetMap.
61 * Group "Export Layer..." entries in a sub-menu.
62 * Added --enable-old-google to configure script. Old google modes are now disabled by default.
63 * Default mode for new maps is Google Maps.
64 * DEM module can now read hgt.zip files directly (no need to unzip them).
65 * DEM module can now process 1 arc sec hgt(.zip) files (mainly for USA regions).
66 * Display on status bar altitude at cursor using data from DEM layer(s). 
68 Fixes since 0.9
70 * Add redirect support.
71 * Some improves to introduce the drawmode notion.
72 * Better checking to detect downloaded text instead of images.
73 * New google version number.
74 * libcurl is a requirement.
75 * Fix bugs that cause crashes on layers copy/paste/delete.
76 * Fix bug in Google search that caused viking jump to wrong location when Google can not find the match.
77 * Clean up and eliminate compiler warning.
78 * Fix bug in creating temporary HOME when HOME is not set.
79 * Disable GeoCache Acquire since it no longer works. Can be enabled again using configure --enable-geocaches.
80 * Disable expedia map layer by default since it no longer works. Can be enabled again using configure --enable-expedia. 
82 Viking 0.9 (2007-07-13)
83 New Features since 0.1.3
85     * DEM data -- DEMLayer & applying data to tracks & waypoints
86     * Make "Save Image" and "Save Image Directory" dialogs reusable
87     * Add viking icon
88     * Download maps along track
89     * Add User-Agent to http request header
90     * Add cookies support (for google requests)
91     * Add center mark which can be turn on/off in View menu
92     * Make the scale more visible on dark maps
93     * Add magic scissors feature
94     * Add Google Maps search feature
95     * Many new waypoint symbols
96     * Add man pages
97     * Improve performance for map autodownload
98     * Google Directions now remembers previous query (from/to entries)
99     * New menu items to remove all tracks and waypoints in GPS folders
100     * Add "Save and Exit" to File menu
101     * Save function for GPS layer
102     * Map tool: Left click can now refresh display of map tiles 
104 Fixes since 0.1.3
106     * View Mode displayed wrong setting on startup
107     * crashes on gps download/upload
108     * SEGFAULT on x86_64
109     * segfault on trackpoint properties dialog
110     * intermittent problem of map redraw
111     * Stop autodownload from running forever on map downloading errors
112     * Check for non-displayable data after downloading map 
114 Viking 0.1.3 (2007-05-17)
115 - New "Refresh onscreen tiles" entry menu
116 - Default .spec file for building RPM packages
117 - Default debian/ subtree for building Debian packages
118 - Usage of the libcurl library
119 - Three new map sources from OpenStreetMap
120 - Better usage of libusb
121 - Google source map improved
122 - GUI improves
124 Viking 0.1.2 (2007-02-13)
125 - direct access to GPS device: GPS layer
126 - position inputs accept DDD/DMM/DMS formats (ex: 3.5, 3°30.0, 3°30'0.00)
127 - time position in Track Poperties
128 - tool (menu entries and buttons) are enabled/disabled following context
129 - standard 'Edit' menu (with 'Copy', 'Cut', 'Paste' and 'Delete' actions)
130 - 'Edit' popup menus for waypoint and track
131 - new configure options:
132   * --disable-google
133   * --disable-terraserver
134   * --disable-expedia
135 - visual feedback when moving waypoints
136 - map sections are displayed while downloading
137 - cosmetics changes (window title, viking's URL in files, 'About' dialog...)
138 - some improves in source code
139 - lot of fixes
141 Viking 0.1.1 (2006-06-11)
142 - more map sources such as google
143 - drag and drop of layers and way/trackpoints
144 - copy/paste between vikings
145 - "smart" copy which can parse a lat/lon from web pages like geocaching, emails, etc.
146 - graphs of altitude/velocity
147 - newer gtk with toolbar icons
148 - experimental "acquire" features: from GPS, from Google directions, from Geocaching
149 - gpx support
151 Viking 0.1.0 (2005-02-27)
152 - new map layer which supports Google, Expedia, and Topozone maps in addition to the three types of Terraserver maps,
153 - lots of other fixes,
154 - visualization options,
155 - miscellaneous goodies.