Skip to content

Commit 6305f83

Browse files
committed
Update RELEASE_NOTES for 2.4.2
1 parent ecb1da4 commit 6305f83

File tree

1 file changed

+59
-63
lines changed

1 file changed

+59
-63
lines changed

RELEASE_NOTES.md

Lines changed: 59 additions & 63 deletions
Original file line numberDiff line numberDiff line change
@@ -1,96 +1,92 @@
1-
we’re proud to announce the first bugfix release for the 2.4 series of darktable, 2.4.1!
1+
we’re proud to announce the second bugfix release for the 2.4 series of darktable, 2.4.2!
22

3-
the github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-2.4.1](https://github.com/darktable-org/darktable/releases/tag/release-2.4.1).
3+
the github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-2.4.2](https://github.com/darktable-org/darktable/releases/tag/release-2.4.2).
44

55
as always, please don't use the autogenerated tarball provided by github, but only our tar.xz. the checksums are:
66

77
```
8-
$ sha256sum darktable-2.4.1.tar.xz
9-
??? darktable-2.4.1.tar.xz
10-
$ sha256sum darktable-2.4.1.dmg
11-
??? darktable-2.4.1.dmg
12-
$ sha256sum darktable-2.4.1-win64.exe
13-
??? darktable-2.4.1-win64.exe
8+
$ sha256sum darktable-2.4.2.tar.xz
9+
??? darktable-2.4.2.tar.xz
10+
$ sha256sum darktable-2.4.2.dmg
11+
??? darktable-2.4.2.dmg
12+
$ sha256sum darktable-2.4.2-win64.exe
13+
??? darktable-2.4.2-win64.exe
14+
$ sha256sum darktable-2.4.2-win64.zip
15+
??? darktable-2.4.2-win64.zip
1416
```
1517

1618
when updating from the currently stable 2.2.x series, please bear in mind that your edits will be preserved during this process, but it will not be possible to downgrade from 2.4 to 2.2.x any more.
1719

1820
#### 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!
1921

20-
and the changelog as compared to 2.4.0 can be found below.
22+
and the changelog as compared to 2.4.1 can be found below.
2123

2224
## New Features
2325

24-
- Allow to select the GUI language in the preferences
25-
- Add a filter rule to the collect module to find locally copied images
26-
- Add favourite toggle to darkroom modules' right click popup
27-
- Allow blending/masking in the hot pixels module
28-
- Add keyboard shortcuts to zoom and pan an image in darkroom. Panning uses the arrow keys, zooming defaults to `ctrl-` and `ctrl+`. Use `alt` and `ctrl` to change the step size of panning.
29-
- Some minor speedups in the grain module
30-
- Handling stdout on Windows: do not redirect stdout for simple command line arguments (`--help` and `--version`)
31-
- On Windows, show the location of the log file in the help message
32-
- Enable searching in the more modules list – click into the list to give focus to it, then start typing. The default GTK shortcut `ctrl-f` doesn't work as it's used for filmstrip already
33-
- Add a debug print when compiling OpenCL kernels
26+
- Add presets to location search in map mode
27+
- Add timestamps to the output of `-d` command line switches
28+
- Add a compression level slider to the TIFF export module
29+
- Add native binary NetPNM loading, without using GraphicsMagick
30+
- Add a battery indicator for people running darktable on a laptop. This is not very portable code and disabled by default
31+
- Allow to use /? to show the help message on Windows
3432

3533
## Bugfixes
3634

37-
- Use the configured overwrite color profile when exporting from Lua – this broke GIMP integration
38-
- Support presets with `<` in their name
39-
- Fix export to non-existing path with `\` as the path separator on Windows
40-
- Don't insist on the db being locked when it doesn't even exist
41-
- Don't touch the mix slider when resetting the curve in color zones
42-
- Fix a bug in the exposure module that would only allow corrections of up to 10 stops
43-
- Fix custom shortcuts with `shift` modifier
44-
- Properly ellipsize text in the recently used collections list
45-
- Fix exported galeries with filenames containing a `'`
46-
- Fix finding mipmaps cache folder in `purge_from_cache.sh` script
47-
- Fix a crash in the recently used collections list due to a broken config file
48-
- Set the sqlite threading mode to Serialized
49-
- Fix old export presets using OpenEXR
50-
- Fix building with clang on Windows
51-
52-
## Changed Dependencies
53-
54-
- iso-codes version 3.66 or newer is suggested for a nicer list of translations in the preferences.
55-
56-
## Camera support, compared to 2.4.0
35+
- Turn off smooth scrolling for X11/Quartz. That might help with oversensitive scrolling
36+
- Fix reading and writing of TIFFs with non-ASCII filenames on Windows
37+
- Ellipsize background job labels when too long
38+
- Hard code D50 white point when exporting to OpenEXR
39+
- Add tootips to the haze removal module
40+
- Fix a crash when changing lenses while tethering
41+
- Fix incorrect Atom CPU detection on Windows
42+
- Revised performance configuration
43+
- Don't overlay the colorbalance sliders on the left for a cleaner look
44+
- Honor local copy in copy export format
45+
- Make trashing of files on Windows silent
46+
- Fix string termination override on memmove
47+
- Fix a use after free and some memleaks
48+
- Fix a crash in PDF export
49+
- Fix the min color picker
50+
- Don't hardcode '/' in OpenCL paths on Windows
51+
52+
## Camera support, compared to 2.4.1
5753

5854
#### 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!
5955

6056
### Base Support
6157

62-
- Panasonic DC-G9 (4:3)
63-
- Paralenz Dive Camera (chdk)
64-
- Pentax KP
65-
- Sjcam SJ6 LEGEND (chdk-b, chdk-c)
66-
67-
### White Balance Presets
68-
69-
- Leaf Credo 40
70-
- Nikon D3400
71-
- Olympus E-M1MarkII
72-
- Panasonic DC-G9
73-
- Sony ILCE-7RM3
58+
- Canon PowerShot G1 X Mark III
59+
- Panasonic DMC-FZ2000 (3:2)
60+
- Panasonic DMC-FZ2500 (3:2)
61+
- Panasonic DMC-ZS100 (3:2)
62+
- Sony DSC-RX0
63+
- Sony DSC-RX10M4
7464

7565
### Noise Profiles
7666

77-
- Canon EOS 750D
78-
- Canon EOS Kiss X8i
79-
- Canon EOS Rebel T6i
80-
- Canon EOS 77D
81-
- Canon EOS 9000D
82-
- Canon EOS M100
83-
- Canon EOS M6
84-
- Sony DSC-RX100M4
85-
- YI TECHNOLOGY M1
67+
- Canon EOS 200D
68+
- Canon EOS Kiss X9
69+
- Canon EOS Rebel SL2
70+
- Canon EOS 760D
71+
- Canon EOS 8000D
72+
- Canon EOS Rebel T6s
73+
- Canon PowerShot G1 X Mark II
74+
- Canon PowerShot G9 X
75+
- Fujifilm X100F
76+
- Nikon D850
77+
- Panasonic DC-G9
78+
- Panasonic DMC-GF6
79+
- Panasonic DMC-LX10
80+
- Panasonic DMC-LX15
81+
- Panasonic DMC-LX9
82+
- Panasonic DMC-TZ70
83+
- Panasonic DMC-TZ71
84+
- Panasonic DMC-ZS50
8685

8786
## Translations
8887

89-
- Czech
9088
- Dutch
9189
- French
9290
- German
93-
- Hebrew
9491
- Hungarian
9592
- Italian
96-
- Slovenian

0 commit comments

Comments
 (0)