-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog
112 lines (96 loc) · 3.87 KB
/
ChangeLog
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
Changes between 0.6 and 0.5
- improved statistics
- average speed
- traveltime
- optionally show a blinking heading arrow
so you see where you go
- allow data files to be loaded from the commandline
- split tracks if timestamps are too far away
- extended tag preset support
- checkboxes
- textfields
- menus can be reused in multiple places
Changes between 0.5 and 0.4:
- optionally color lines by speed
- support for gzipped gps streams
- join node to nearest way function
- merge newly-downloaded data with existing data
- statistics window with speed, maxspeed and total
distance,
- split ways at selected node
- save format selection: GPX/NMEA
- save changes as OSMChange file
- API0.6 compability
- upload support
- GPS settings and OSM account settings are saved
Changes between 0.4 and 0.3.2:
- inserting POIs
- configurable tag presets gui for ways and POIs
- fso-gpsd compatibility
- remove some debug consistency checks during routing
which greatly decreases runtime
- A* instead of Dijkstra of start and goal of a route are known
- do not overwrite old tiles with new zero-sized files
do not overwrite tile files if size is less than 1/3 of original
- limit number of concurrently running downloads
- trying to download every tile before printing
- also the get_maprect tool downloads its data now
- non-live editing mode: selecting objects, moving nodes,
deleting objects, adding new ways
- optionally show non-street ways (areas, railways, ...)
- simple map selection dialog if no map is found
Changes between 0.3.2 and 0.3.1:
- send r+ to gpsd if no NMEA data arrives
- adding cyclemap wrapper
- fixed handling of alpha channel in pngs so that the cyclemap
can be displayed
- mouse gestures for route editing no it can be done
with one mouse button
- manpages
Changes between 0.3 and 0.3.1:
- various bug fixes
- correct printing problems
- make mouse handling a bit clearer
- show rectangles, when you are in print area marking mode
- don't try to route from nodes without highways attached
- add some more error messages
2008-10-07 gettextize <[email protected]>
* m4/gettext.m4: New file, from gettext-0.17.
* m4/iconv.m4: New file, from gettext-0.17.
* m4/lib-ld.m4: New file, from gettext-0.17.
* m4/lib-link.m4: New file, from gettext-0.17.
* m4/lib-prefix.m4: New file, from gettext-0.17.
* m4/nls.m4: New file, from gettext-0.17.
* m4/po.m4: New file, from gettext-0.17.
* m4/progtest.m4: New file, from gettext-0.17.
* m4/codeset.m4: New file, from gettext-0.17.
* m4/glibc2.m4: New file, from gettext-0.17.
* m4/glibc21.m4: New file, from gettext-0.17.
* m4/intdiv0.m4: New file, from gettext-0.17.
* m4/intl.m4: New file, from gettext-0.17.
* m4/intldir.m4: New file, from gettext-0.17.
* m4/intlmacosx.m4: New file, from gettext-0.17.
* m4/intmax.m4: New file, from gettext-0.17.
* m4/inttypes_h.m4: New file, from gettext-0.17.
* m4/inttypes-pri.m4: New file, from gettext-0.17.
* m4/lcmessage.m4: New file, from gettext-0.17.
* m4/lock.m4: New file, from gettext-0.17.
* m4/longlong.m4: New file, from gettext-0.17.
* m4/printf-posix.m4: New file, from gettext-0.17.
* m4/size_max.m4: New file, from gettext-0.17.
* m4/stdint_h.m4: New file, from gettext-0.17.
* m4/uintmax_t.m4: New file, from gettext-0.17.
* m4/visibility.m4: New file, from gettext-0.17.
* m4/wchar_t.m4: New file, from gettext-0.17.
* m4/wint_t.m4: New file, from gettext-0.17.
* m4/xsize.m4: New file, from gettext-0.17.
2008-06-21 gettextize <[email protected]>
* Makefile.am (EXTRA_DIST): Add config.rpath, m4/ChangeLog.
2008-01-17 gettextize <[email protected]>
* Makefile.am (SUBDIRS): Add intl.
* configure.in (AC_OUTPUT): Add intl/Makefile.
2008-01-17 gettextize <[email protected]>
* Makefile.am (SUBDIRS): Add po.
(ACLOCAL_AMFLAGS): New variable.
(EXTRA_DIST): Add config.rpath, m4/ChangeLog.
* configure.in (AC_OUTPUT): Add po/Makefile.in.