11ColorSharp's Changelog
22======================
33
4- ## 2015-01-13 : 0.9.1 Release
4+ ## 2015-02-25 : 0.10.0 Release
55
66### Contributors
7- 7+ 8+
9+ ### Project Handling
10+ * Until we have more contributors, removed the references to contributors for
11+ every release in the CHANGELOG file.
12+ * Connected the ColorSharp GIT repository to Gitter in order to make possible
13+ only & real-time assistance to users and other programmers.
14+ * Connected the project to Gitcolony. This is an experiment, and only will be
15+ useful if more programmers join to the project.
16+ * Added a basic CONTRIBUTING guidelines file.
17+
18+ ### Changes
19+ * Added the illuminants B, C, D50 and D55.
20+ * Added the CIE's 1964 10º matching functions.
21+ * Added black body spectrums for given CCTs.
22+ * Replaced the CIE's 1931 2º matching functions data with more precisa data.
23+ * Minor improvements in spectrum->color conversions, splitted spectrum->color
24+ conversion strategies from color->color conversion strategies.
25+ * Improved XML documentation.
26+ * Removed MathNet.Numerics dependency.
27+
28+ ### Bugfixes
29+ * Many bugfixes in the UCS color space handling.
30+
31+ ### Warnings
32+ * Minor API breaks, mainly in spectrum->color conversions, but not only there.
33+
34+ ## 2015-01-13 : 0.9.1 Release
835
936### Changes
1037 * Added CIE's 1960 UCS color space
@@ -15,9 +42,6 @@ ColorSharp's Changelog
1542
1643## 2014-12-19 : 0.8.3 Release
1744
18- ### Contributors
19- 20-
2145### Changes
2246 * Updated MathNet.Numerics dependency
2347 * Added HashCode to light spectrum objects
@@ -26,26 +50,17 @@ ColorSharp's Changelog
2650
2751## 2014-12-05 : 0.8.2 Release
2852
29- ### Contributors
30- 31-
3253### Minor changes
3354 * Added new constructor to the RegularLightSpectrum class.
3455
3556## 2014-11-12 : 0.8.1 Release
3657
37- ### Contributors
38- 39-
4058### Bugfixes
4159 * Fixed D65 spectrum data points.
4260
4361
4462## 2014-11-12 : 0.8.0 Release
4563
46- ### Contributors
47- 48-
4964### Changes
5065 * Added Illuminants (only D65)
5166 * Added more precise matching functions
@@ -57,9 +72,6 @@ ColorSharp's Changelog
5772
5873## 2014-11-05 : 0.7.0 Release
5974
60- ### Contributors
61- 62-
6375### Changes
6476 * Big refactor:
6577 * Removed the colors conversion path search mechanism.
@@ -71,9 +83,6 @@ ColorSharp's Changelog
7183
7284## 2014-11-05 : 0.6.0 Release
7385
74- ### Contributors
75- 76-
7786### Changes
7887 * Improved XML documentation.
7988 * Removed many build warnings (related with XML documentation)
0 commit comments