forked from openslide/openslide-java
-
Notifications
You must be signed in to change notification settings - Fork 0
/
CHANGELOG.txt
88 lines (64 loc) · 1.89 KB
/
CHANGELOG.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
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
Notable Changes in OpenSlide Java
=================================
Version 0.9.2, 2010-08-10
* Remove some Annotation stuff, try to be more extensible
and with simple defaults
Version 0.9.1, 2010-06-16
* Fix build on Windows
* Remove some checks for zero dimensions and negative coordinates
Version 0.9.0, 2010-06-01
* Eliminate swig dependency
* Support new error handling from OpenSlide 3.2.0
* Add new methods for painting
* Add some Annotation stuff
Version 0.8.0, 2010-01-28
* Switch from GPLv2 to LGPLv2
* More selection types
* Bug fixes for checkDisposed
* Remove some exported C calls
* Add call to paint a specific layer without scaling
Version 0.7.2, 2009-12-09
* Add file chooser to demo viewer
* Sort the properties in the demo viewer
Version 0.7.1, 2009-11-19
* Swing and ImageIO fixes
Version 0.7.0, 2009-09-15
* Hide SWIG-generated classes
* Remove synchronization
Version 0.6.1, 2009-08-25
* Add Main-Class to the jar file for the demo viewer
Version 0.6.0, 2009-08-17
* Show properties in the demo viewer
* Fix rendering bugs on newer X servers
Version 0.5.0, 2009-07-15
* Restart version numbers since the Java bindings do not
yet have a stable API
* Support for properties and associated images
* SWIG fixes
* Threading fixes
----
Version 1.0.0-openslide, 2008-12-09
* Renamed to "OpenSlide"
Version 1.0.0, 2008-11-07
* GPLv2 release
* SWIG fixes for 64-bits
* Print slide coordinates
* Zooming all the way in is supported
* Update for 64-bit changes in C API
----
Version 0.4.1.2, 2008-06-13
* Rename package
Version 0.4.1.1, 2008-04-02
* Auto-zoom support
Version 0.4.1, 2008-03-25
* Can start with a zoomed slide
Version 0.4.0, 2008-03-12
* Threading fixes
* Zoom to fit
* Centering
* More selection stuff
* Bug fixes
Version 0.3.0, 2008-01-31
* A few optimizations
Version 0.2.0, 2008-01-19
* Simple viewer and API (called "wholeslide-java")