File: NEWS

package info (click to toggle)
libshumate 1.5.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 7,812 kB
  • sloc: ansic: 21,772; xml: 38; makefile: 18; javascript: 10
file content (177 lines) | stat: -rw-r--r-- 4,103 bytes parent folder | download
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
===================
Version 1.5.1
===================
 - Updated translations

===================
Version 1.5.0
===================
 - No changes since 1.5.beta

===================
Version 1.5.beta
===================
 - Add ability to set alignment for markers
 - Add missing since annotations for SimpleMap
 - Update minimum Meson version to 0.57.0
 - Documentation fixes

===================
Version 1.5.alpha
===================
 - Add number of clicks property to symbol clicked events
 - Add canonical documentation link
 - Update header for SimpleMap to reflect current API

===================
Version 1.4.0
===================
 - No changes since 1.4.rc

===================
Version 1.4.rc
===================
 - Translation updates

===================
Version 1.4.beta
===================
 - Fix building with GCC 15

===================
Version 1.4.alpha
===================
 - Increase maximum zoom level to 30
 - Add map-loaded and tile-error signals on MapLayer
 - Fix shumate_location_distance() to return 0 rather than NaN for very small
   distances

===================
Version 1.3.0
===================
 - Translation updates

===================
Version 1.3.rc
=====================
 - Fix vector expression test with newer json-glib versions

=====================
Version 1.3.beta
=====================
 - Fix build with -Dvector_renderer=false

=====================
Version 1.3.alpha
=====================
 - Allow building with C++
 - Fix crash in MapSource
 - Add documentation for the GTK inspector page
 - Fix compilation warnings

=====================
Version 1.2.0
=====================
 - Use g_assert_true instead of g_assert in tests
 - Updated translations

=====================
Version 1.2.rc2
=====================
 - Fix regression in vector renderer with the latest optimizations causing
   the hightway shield renderer in Maps not showing shields
 - Fix compiling new tests with gcc using -Wimplicit-function-declaration
 - Updated translations

=====================
Version 1.2.rc
=====================
 - Performance improvements to the vector renderer
 - Remove undefined tile API
 - Fix zooming with smooth scrolling mice
 - Updated translations

=====================
Version 1.2.beta
=====================
 - Fix artifacts in NGL renderer
 - Don't crash in vector reader if key is NULL
 - Enable the vector renderer by default when building (can still be disabled
   if not needed)
 - Add distance method for Location

=====================
Version 1.2.alpha
=====================
 - Various vector renderer improvements
 - Support continous scroll
 - Support arrow key panning

=====================
Version 1.1.0
=====================
 - Fix grey background on sprites
 - Updated translations

=====================
Version 1.1.rc
 - Bugfixes and optimizations in vector render
 - Add icon-color property for vector renderer
 - Disable g_asserts on release builds
 - Updated translations

=====================
Version 1.1.beta
=====================
 - Vector rendering improvements
 - Updated translations

=====================
Version 1.0.5
 - Don't defer frame clock when widget is unrealized

=====================
Version 1.0.4
=====================
 - Throttle tile download during animations

=====================
Version 1.0.3
=====================
 - Fix memory leaks
 - Remove old tiles more aggresively, speeding up zoom animations

=====================
Version 1.0.2
=====================
 - Avoid flickering when panning the map
 - Fix warnings about min/max zoom levels for the viewport
 - Fix documentation comments
 - Fix cross-compilation for gi-docgen

=====================
Version 1.0.1
=====================

 - Release 1.0.1 to avoud Meson considering 1.0.0 < 1.0.0.beta

=====================
Version 1.0.0

 - Fix build error with Clang

=====================
Version 1.0.0.beta
=====================

- Finalized 1.0.0 API/ABI
- Various code cleanups
- Enabled localization support
- Changed the URL template for map sources

=====================
Version 1.0.0.alpha.1
=====================

- First libshumate 1 alpha.