1
1
ColorSharp's Changelog
2
2
======================
3
3
4
- ## 2015-01-13 : 0.9.1 Release
4
+ ## 2015-02-25 : 0.10.0 Release
5
5
6
6
### Contributors
7
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
7
+ * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
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
8
35
9
36
### Changes
10
37
* Added CIE's 1960 UCS color space
@@ -15,9 +42,6 @@ ColorSharp's Changelog
15
42
16
43
## 2014-12-19 : 0.8.3 Release
17
44
18
- ### Contributors
19
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
20
-
21
45
### Changes
22
46
* Updated MathNet.Numerics dependency
23
47
* Added HashCode to light spectrum objects
@@ -26,26 +50,17 @@ ColorSharp's Changelog
26
50
27
51
## 2014-12-05 : 0.8.2 Release
28
52
29
- ### Contributors
30
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
31
-
32
53
### Minor changes
33
54
* Added new constructor to the RegularLightSpectrum class.
34
55
35
56
## 2014-11-12 : 0.8.1 Release
36
57
37
- ### Contributors
38
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
39
-
40
58
### Bugfixes
41
59
* Fixed D65 spectrum data points.
42
60
43
61
44
62
## 2014-11-12 : 0.8.0 Release
45
63
46
- ### Contributors
47
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
48
-
49
64
### Changes
50
65
* Added Illuminants (only D65)
51
66
* Added more precise matching functions
@@ -57,9 +72,6 @@ ColorSharp's Changelog
57
72
58
73
## 2014-11-05 : 0.7.0 Release
59
74
60
- ### Contributors
61
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
62
-
63
75
### Changes
64
76
* Big refactor:
65
77
* Removed the colors conversion path search mechanism.
@@ -71,9 +83,6 @@ ColorSharp's Changelog
71
83
72
84
## 2014-11-05 : 0.6.0 Release
73
85
74
- ### Contributors
75
- * Andrés Correa Casablanca <castarco@gmail.com , castarco@litipk.com >
76
-
77
86
### Changes
78
87
* Improved XML documentation.
79
88
* Removed many build warnings (related with XML documentation)
0 commit comments