forked from tillnagel/unfolding
-
Notifications
You must be signed in to change notification settings - Fork 0
/
release-notes.txt
54 lines (37 loc) · 1.38 KB
/
release-notes.txt
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
RELEASE NOTES
0.9.5
-----------------------------
Bug Fixes
- Fixed map transparency issues.
Features
- Moved core and examples to Processing 2 and its new Java2D/OpenGL renderer.
-
Documentation
- Added more examples (Processing and Eclipse distributions)
Other
- Using Processing's new library installation mechanism
0.9.4beta
-----------------------------
First version using Processing 2
0.9.3
-----------------------------
Bug Fixes
- Fixed tweening (#5). Map now can animate between states, optionally.
- Fixed centroid algorithm (#47).
- Changed default MarkerManager behavior. Now the first manually added replaces the empty default.
- Fixed marker precision issue (#66). Now nearby markers are displayed as two distinct markers even on high zoom levels.
- Switched default map provider.
Features
- Added mapChanged and tilesLoaded methods. Similar to Processing's simple events such as mouseMoved these allow easily reacting to map events.
- Enhanced data properties functionality in both Markers and Features.
- Added DebugDisplay.
- Added hidden flag to markers.
- Added many utility and convenience methods.
Documentation
- Added various more examples (in Eclipse distribution)
- Added some more examples (in Processing distribution)
- Added and enhanced API JavaDocs, and inline documentation.
Other
- Added MIT license.
- Cleaned up distribution.
- Started release notes. :)