You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/doc/doc_VersionLog.dox
+10-3Lines changed: 10 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,8 @@ namespace Carna
12
12
* guaranteed: The compatibility of the API is usually broken when this version
13
13
* number is incremented.
14
14
* - The *minor version number* is incremeted on API changes that might break
15
-
* downward compatibility, but only locally, s.t. only a few tweaks are
16
-
* neccessary - if any - in order to upgrade.
15
+
* downward compatibility, but only locally, so that only a few tweaks are
16
+
* neccessary — if any — in order to upgrade.
17
17
* - The *patch version number* is incremeted on such changes that neither of the
18
18
* two prior rules apply to: Full downward compatibility is guaranteed, thus one
19
19
* should always try to use the most recent patch version.
@@ -38,7 +38,7 @@ namespace Carna
38
38
* \subsection v_3_0_2 API Version 3.0.2
39
39
*
40
40
* - Added \ref base::MeshFactory::createFromSTL.
41
-
* - Added support for Qt5 to testing and demo.
41
+
* - Added support for Qt 5 to testing and demo.
42
42
*
43
43
* \subsection v_3_1_0 API Version 3.1.0
44
44
*
@@ -70,6 +70,13 @@ namespace Carna
70
70
* \subsection v_3_3_2 API Version 3.3.2
71
71
*
72
72
* - Fixes a six-year-old bug in \ref presets::VolumeRenderingStage which caused rendering artifacts at specific angles when rendering strongly anistropic volumes. There was a work-around previously implemented which, however, was not 100% reliable, and came at the cost of forcing a sample rate twice as high as specified. Since this work-around has been removed now, the specified sample rate is used (which effectively is twice as low as before). This means that same rates must be doubled to yield the same results as before (note that the *effective* sample rate will be the same then, meaning that rendering performance will be the same, in terms of both quality and time, but without the artifacts). \ref presets::VolumeRenderingStage::DEFAULT_SAMPLE_RATE has thus been doubled.
73
+
*
74
+
* \subsection v_3_3_3 API Version 3.3.3
75
+
*
76
+
* - Fix an issue with the <tt>#include</tt> directives in the GLEW headers that are shipped with Carna, that could prevent compilation when GLEW headers were not also installed globally.
77
+
* - Fix some issues with <tt>FindCarna.cmake.in</tt> that arised when only a release or only a debug version were built.
78
+
* - Fix consistency of software and hardware rendering results. As a consequence, the width of the borders rendered by the \ref presets::MaskRenderingStage with \ref presets::MaskRenderingStage::setRenderBorders activated could now be somewhat thinner.
0 commit comments