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: RELEASE_NOTES.md
+30-20Lines changed: 30 additions & 20 deletions
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,6 @@
1
-
we're proud to announce the second release candidate for the upcoming 2.4 series of darktable, 2.4.0rc1!
1
+
we're proud to announce the third release candidate for the upcoming 2.4 series of darktable, 2.4.0rc2!
2
+
3
+
the github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-2.4.0rc2](https://github.com/darktable-org/darktable/releases/tag/release-2.4.0rc2).
2
4
3
5
as always, please don't use the autogenerated tarball provided by github, but only our tar.xz. the checksum is:
#### Important note: to make sure that darktable can keep on supporting the raw file format for your camera, *please* read [this post](https://discuss.pixls.us/t/raw-samples-wanted/5420?u=lebedevri) on how/what raw samples you can contribute to ensure that we have the *full* raw sample set for your camera under CC0 license!
15
17
16
-
## changes since rc0
17
-
- noise profile for Nikon D4
18
-
- Phase One IQ140 support
19
-
- OSX packaging fixes
20
-
- Lightroom 7 import fixes
21
-
- Some fixes for sliders and comboboxen and grabbing the keyboard focus
22
-
- No longer use colored sliders in the white balance module – they confused people
23
-
- Update Catalan translation
24
-
- Update Hungarian translation
25
-
- Fix OpenCL on OSX
26
-
- Bail out of darktable-cli when the XMP file is not readable
27
-
- Fix timezone selection for geotagging on Windows
28
-
- Canon EOS M100 supported
29
-
- Show ratings on zoomable lighttable without a delay
30
-
- Rely on CUPS color management when printing without configuring any color profile in darktable
18
+
## changes since rc1
19
+
20
+
- Fix a bug in haze removal that resulted in black areas in the exported image
21
+
- Support Sony ILCE-7RM3
22
+
- Make calls to exiv2's readMetadata thread safe to not crash randomly
23
+
- Don't hide the mode combobox in the exposure module, just disable it
24
+
- Change the styling of insensitive bauhaus widgets
25
+
- Fix spurious segfault in local contrast
26
+
- Don't show an error popup on Windows when the CD drive is empty
31
27
32
28
and the changelog as compared to 2.2.0 can be found below. Some of the fixes might have been backported to the stable 2.2.x series already.
29
+
33
30
- The maintainership of the RawSpeed library was transferred to the darktable project. The work on code cleanup, hardening, modernization, simplification and testing is ongoing.
34
31
- Well over 2 thousand commits to darktable+rawspeed since 2.2.0
35
32
- 244 pull requests handled
36
33
- 320+ issues closed
37
34
- Updated user manual is coming soon™
38
35
39
36
## Hell Froze Over
37
+
40
38
- As you might have read on our [news post](https://www.darktable.org/2017/08/darktable-for-windows/) we finally ported darktable to Windows and intend to support it in the future. At the moment it's still lacking a few features (for example there is not printing support), has a few limitations (tethering requires special drivers to be installed) and comes with its own set of bugs. But overall we are confident that it's quite usable already and hope you will enjoy it. A very special thanks goes to Peter Budai who finally convinced us to agree to the port and who did most of the work.
41
39
42
40
## The Big Ones
41
+
43
42
- A new module for haze removal
44
43
- The local contrast module can now be pushed much further, it also got a new local laplacian mode
45
44
- Add undo support for masks and more intelligent grouping of undo steps
@@ -56,6 +55,7 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
56
55
- Xmp sidecar files are no longer written to disk when the content didn't actually change. That mostly helps with network storage and backup systems that use files' time stamps
57
56
58
57
## New Features And Changes
58
+
59
59
- Show a dialog window that tells when locking the database/library failed
60
60
- Don't shade the whole region on the map when searching for a location. Instead just draw a border around it.
61
61
- Also in map mode: Clear the search list and map indicators when resetting the search module.
@@ -84,8 +84,11 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
84
84
- Using the color look up table module you can now convert your images to monochrome, honoring the Helmholtz-Kohlrausch effect
85
85
- Some more small improvements were made
86
86
- Support basic import of Lightroom 7 settings
87
+
- Change the styling of insensitive bauhaus widgets
88
+
- Don't hide the mode combobox in the exposure module, just disable it
87
89
88
90
## Bugfixes
91
+
89
92
- Fix the problem with rating images by accident when moving the mouse while typing an image size in the export module
90
93
- Fix several oddities in folder and tag mode of the collect module.
91
94
- Print mode's color profile settings no longer interact with the export module
@@ -117,8 +120,11 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
117
120
- Show ratings on zoomable lighttable without a delay
118
121
- Rely on CUPS color management when printing without configuring any color profile in darktable
119
122
- Many more bugs got fixed
123
+
- Fix spurious segfault in local contrast
124
+
- Make calls to exiv2's readMetadata thread safe to not crash randomly
120
125
121
126
## Lua
127
+
122
128
- darktable now uses Lua 5.3. The bundled copy got updated accordingly
123
129
- Add dt.print_log. It's like print_error but without the ERROR prefix
124
130
- Reorder callback parameters for intermediate export image: add the actual image to the parameters of the event
@@ -127,16 +133,17 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
127
133
- New widget type: section_label, adds a label which looks like a section change
128
134
129
135
## Changed Dependencies
136
+
130
137
- CMake 3.1 is now required.
131
138
- In order to compile darktable you now need at least gcc-4.9+/clang-3.4+, and gcc-5.0+ is *highly* recommended.
132
139
- ZLIB is now required for the DNG Deflate compressed raw support.
133
140
- darktable now uses Lua 5.3
134
141
135
-
###Camera support, compared to 2.2.0
142
+
## Camera support, compared to 2.2.0
136
143
137
144
#### Warning: support for Nikon NEF 'lossy after split' raws was unintentionally broken due to the lack of such samples. Please see [this post](https://discuss.pixls.us/t/nikon-a-specific-raw-sample-wanted/5483?u=lebedevri) for more details. If you have affected raws, please contribute samples!
138
145
139
-
## Base Support:
146
+
###Base Support
140
147
141
148
- Canon EOS 200D
142
149
- Canon EOS Kiss X9
@@ -204,9 +211,10 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
204
211
- Samsung G935F
205
212
- Samsung GX10
206
213
- Sony ILCE-6500
214
+
- Sony ILCE-7RM3
207
215
- Sony ILCE-9
208
216
209
-
## White Balance Presets:
217
+
###White Balance Presets
210
218
211
219
- Canon EOS 6D Mark II
212
220
- Fujifilm X-T20
@@ -221,7 +229,7 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
221
229
- Panasonic DMC-ZS110
222
230
- Pentax K-3 II
223
231
224
-
## Noise Profiles:
232
+
###Noise Profiles
225
233
226
234
- Canon EOS 1300D
227
235
- Canon EOS Kiss X80
@@ -267,11 +275,13 @@ and the changelog as compared to 2.2.0 can be found below. Some of the fixes mig
0 commit comments