Skip to content

Commit 40c277f

Browse files
committed
news/install: darktable 5.4.1 released.
1 parent d26d48e commit 40c277f

3 files changed

Lines changed: 249 additions & 4 deletions

File tree

content/install/_index.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,20 +13,21 @@ menu: ["main", "footer"]
1313
<div style="text-align: center;">
1414
<h2>Source Code</h2>
1515
<p>
16-
<a href="https://github.com/darktable-org/darktable/releases/download/release-5.4.0/darktable-5.4.0.tar.xz">darktable-5.4.0.tar.xz</a>
16+
<a href="https://github.com/darktable-org/darktable/releases/download/release-5.4.1/darktable-5.4.1.tar.xz">darktable-5.4.1.tar.xz</a>
1717
</p>
1818
</div>
1919
<div style="text-align: center;">
2020
<h2>AppImage</h2>
21-
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.0/Darktable-5.4.0-x86_64.AppImage' title='GNU/Linux AppImage'>Darktable-5.4.0-x86_64.AppImage</a></p>
21+
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.1/Darktable-5.4.1-x86_64.AppImage' title='GNU/Linux AppImage'>Darktable-5.4.1-x86_64.AppImage</a></p>
2222
</div>
2323
<div style="text-align: center;">
2424
<h2>Windows</h2>
25-
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.0/darktable-5.4.0-win64.exe' title='Microsoft Windows'>darktable-5.4.0-win64.exe</a></p>
25+
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.1/darktable-5.4.1-win64.exe' title='Microsoft Windows'>darktable-5.4.1-win64.exe</a></p>
2626
</div>
2727
<div style="text-align: center;">
2828
<h2>macOS</h2>
29-
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.0/darktable-5.4.0-arm64.dmg' title='macOS 14.0 on Apple silicon'>darktable-5.4.0-arm64.dmg</a></p>
29+
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.1/darktable-5.4.1-arm64.dmg' title='macOS 14.0 on Apple silicon'>darktable-5.4.1-arm64.dmg</a></p>
30+
<p><a href='https://github.com/darktable-org/darktable/releases/download/release-5.4.1/darktable-5.4.1-x86_64.dmg' title='macOS 15.0 on Intel'>darktable-5.4.1-x86_64.dmg</a></p>
3031
<p><a href="#macos" class="attention">installation notes</a></p>
3132
</div>
3233
</div>
Lines changed: 244 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,244 @@
1+
---
2+
author: Pascal Obry
3+
date: 2026-02-05T00:01:00+00:00
4+
layout: post
5+
title: "darktable 5.4.1 released"
6+
lede: paris-saclay.jpg
7+
lede_author: <a href="https://photos.obry.net/">Pascal Obry</a>
8+
tags:
9+
- announcement
10+
- darktable release
11+
---
12+
13+
We're proud to announce the bug-fix release of darktable, 5.4.1!
14+
15+
The github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-5.4.1](https://github.com/darktable-org/darktable/releases/tag/release-5.4.1).
16+
17+
To build from source, do not use the autogenerated tarball provided by GitHub on the release page, download our tar.xz file instead. If you're just building for yourself without creating a package for some distribution, then using source code cloning in git is an even more convenient way.
18+
19+
The checksums are:
20+
21+
```
22+
$ sha256sum darktable-5.4.1.tar.xz
23+
afdc7c88a338a8cd2fac31c8450d076edbf73e956e4307260c83ebc195f845e4 darktable-5.4.1.tar.xz
24+
25+
$ sha256sum darktable-5.4.1-arm64.dmg
26+
23ce74a4d7cbab30dc5e55043f97480b2a4eb1d96d602d529c9f9a428b99d041 darktable-5.4.1-arm64.dmg
27+
28+
$ sha256sum darktable-5.4.1-x86_64.dmg
29+
d615f7e78af9fb23d7c8017a5d35be50ea13f1ccf89491ef4b927e23eff0f43a darktable-5.4.1-x86_64.dmg
30+
31+
$ sha256sum darktable-5.4.1-win64.exe
32+
df3b9f2f9f1375b9166c2fb2f1503455c3ceaa44c702b8a9144419e65e0cfdf9 darktable-5.4.1-win64.exe
33+
34+
$ sha256sum Darktable-5.4.1-x86_64.AppImage
35+
42afd454904c2012b911beaa678f5c8f2e1613435c942e2001c90ac6460fc4a1 Darktable-5.4.1-x86_64.AppImage
36+
```
37+
38+
When updating from the stable 5.2 series, please bear in mind that your edits will be preserved during this process, but the new library and configuration will no longer be usable with 5.2.
39+
40+
You are strongly advised to take a backup first.
41+
42+
#### 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!
43+
44+
Since darktable 5.4.0:
45+
46+
- 124 commits to darktable+rawspeed
47+
- 74 pull requests handled
48+
- 25 issues closed
49+
50+
_Please note that the darktable documentation is not currently complete for release 5.4
51+
and contributions are greatly appreciated. Please see the
52+
[project documentation](https://github.com/darktable-org/dtdocs#contributing)
53+
for more information on how to contribute._
54+
55+
## The Big Ones
56+
57+
The following is a summary of the main features added to darktable
58+
5.4. Please see the user manual for more details of the individual
59+
changes (where available).
60+
61+
- N/A
62+
63+
## UI/UX Improvements
64+
65+
- N/A
66+
67+
## Performance Improvements
68+
69+
- N/A
70+
71+
## Other Changes
72+
73+
- N/A
74+
75+
## Bug Fixes
76+
77+
- Fixed wrong handling of scaling factor during multi-preset export.
78+
79+
- Fixed missing help URL, pointing to the online documentation, for
80+
the new AgX module.
81+
82+
- Fixed wrong handling of overwrite if changed in export.
83+
84+
- Fixed images exported with wrong settings when using multi-preset
85+
export.
86+
87+
- Fixed wrong RAW specific auto-applied preset being applied to non
88+
RAW images.
89+
90+
- Fixed subtle color casts in bayer dual demosaicers.
91+
92+
- RustiCL gets the default optimizing compiler flags as other
93+
platforms.
94+
95+
- Fixed loading some Olympus ORF files (e.g. E-410 and E-510)
96+
due to a possible crash or memory corruption when parsing
97+
highlight-preservation Exif tag.
98+
99+
- Fixed the mask support in scale pixels module.
100+
101+
- Fixed a possible crash when using workspace due to the non
102+
deterministic ordering of the list of workspace read on disk.
103+
104+
- The list of the allowed tags in the metadata editor preferences has
105+
been restricted to tags which are supposed to be user-editable.
106+
107+
- Fixed the thumbnail information update in the overlay or the tooltip
108+
when some metadata variable are used. That is, when changing the
109+
metadata we need to recompute the thumbnail information.
110+
111+
- Fixed a possibly standstill while discarding history on fast
112+
systems.
113+
114+
- Fixed a possible crash in the way the Color Equalizer module GUI is
115+
initialized.
116+
117+
- Fixed an issue in culling layout where switching to the darkroom
118+
sometimes failed with an error message.
119+
120+
- Fixed an inconsistency in the styles module UI when shown in the
121+
darkroom view. It is not possible to create a duplicate to which the
122+
style is applied, and the setting of the corresponding checkbox has
123+
just been ignored. To avoid confusion, the checkbox is now hidden in
124+
the darkroom view.
125+
126+
- Fixes resets to default OpenCL per device setting.
127+
128+
- Fixed possibly outdated metadata when returning from darkroom. For
129+
example if the image is cropped in darkroom, the metadata $(WIDTH.x)
130+
and $(HEIGHT.x) where not correct on lighttable.
131+
132+
- Fixed a missing thumbnail overlays with $(CATEGORY[n,m]) variables
133+
update when a tag is assigned.
134+
135+
- Fixed jumping of curvature slider when used on the mask manager.
136+
137+
- Fixed a crash when mounting a camera from Darktable due to the
138+
current locale. Mounting is now done using the C locale.
139+
140+
## Lua
141+
142+
### API Version
143+
144+
- API version is now 9.6.0
145+
146+
### New Features
147+
148+
- N/A
149+
150+
### Bug Fixes
151+
152+
- N/A
153+
154+
### Add action support for Lua
155+
156+
### Other Lua changes
157+
158+
- N/A
159+
160+
## Notes
161+
162+
- When exporting to AVIF, EXR, JPEG XL, or XCF, selecting specific
163+
metadata (e.g. geo-tag or creator) is not currently possible. For
164+
AVIF, EXR, JPEG XL, and XCF formats, darktable will not include any
165+
metadata fields unless the user selects all of the checkboxes in the
166+
export module's preference options.
167+
168+
- Starting with release 5.4, macOS versions older than 14.0 are no
169+
longer supported on Apple Silicon Macs, nor older than macOS 15 on
170+
Intel Macs.
171+
172+
## Changed Dependencies
173+
174+
### Mandatory
175+
176+
- N/A
177+
178+
### Optional
179+
180+
- N/A
181+
182+
## RawSpeed changes
183+
184+
- N/A
185+
186+
## Camera support, compared to 5.4.0
187+
188+
### Base Support
189+
190+
- N/A
191+
192+
### White Balance Presets
193+
194+
- N/A
195+
196+
### Noise Profiles
197+
198+
- Canon EOS 10D
199+
- Sony ILCE-7CR
200+
201+
### Missing Compression Mode Support
202+
203+
- Apple ProRAW DNGs
204+
- CinemaDNG lossless (Blackmagic, some DJI, etc.) and lossy (Blackmagic)
205+
- DNG 1.7 using JPEG XL (Adobe enhanced, Samsung Expert RAW)
206+
- Fujifilm lossy RAFs
207+
- Nikon high efficiency NEFs
208+
- Phase One other than IIQ L
209+
- Sony ARW 4.0/5.0 downsized lossless ("M" for full-frame, "S" for full-frame & APS-C) and ARW 6.0 lossy
210+
211+
### Suspended Support
212+
213+
Support for the following cameras is suspended because no samples are available on https://raw.pixls.us:
214+
215+
- Creo/Leaf Aptus 22(LF3779)/Hasselblad H1
216+
- Fujifilm IS-1
217+
- Kodak EasyShare Z980
218+
- Leaf Aptus-II 5(LI300059)/Mamiya 645 AFD
219+
- Leaf Credo 60
220+
- Leaf Credo 80
221+
- Olympus SP320
222+
- Phase One IQ250
223+
- ST Micro STV680
224+
225+
## Translations
226+
227+
- Czech
228+
- German
229+
- European Spanish
230+
- Finnish
231+
- French
232+
- Hungarian
233+
- Italian
234+
- Japanese
235+
- Korean
236+
- Dutch
237+
- Polish
238+
- Brazilian Portuguese
239+
- Slovenian
240+
- Albanian
241+
- Swedish
242+
- Ukrainian
243+
- Chinese (Simplified)
244+
- Chinese (Traditional)
551 KB
Loading

0 commit comments

Comments
 (0)