|
1 |
| -we're proud to announce the third bugfix release for the 2.2 series of darktable, 2.2.3! |
| 1 | +we're proud to announce the fourth bugfix release for the 2.2 series of darktable, 2.2.4! |
2 | 2 |
|
3 | 3 | as always, please don't use the autogenerated tarball provided by github, but only our tar.xz. the checksum is:
|
4 | 4 |
|
5 |
| - $ sha256sum darktable-2.2.3.tar.xz |
6 |
| - ??? darktable-2.2.3.tar.xz |
7 |
| - $ sha256sum darktable-2.2.3.dmg |
8 |
| - ??? darktable-2.2.3.dmg |
| 5 | + $ sha256sum darktable-2.2.4.tar.xz |
| 6 | + ??? darktable-2.2.4.tar.xz |
| 7 | + $ sha256sum darktable-2.2.4.dmg |
| 8 | + ??? darktable-2.2.4.dmg |
9 | 9 |
|
10 | 10 | #### Important note: to make sure that darktable can keep on supporting the raw file format for your camera, please help us by visiting https://raw.pixls.us/ and making sure that we have the full raw sample set for your camera under CC0 license!
|
11 | 11 |
|
12 |
| -and the changelog as compared to 2.2.2 can be found below. |
| 12 | +and the changelog as compared to 2.2.3 can be found below. |
| 13 | + |
| 14 | +## New features: |
| 15 | + |
| 16 | +- Better brush trace handing of opacity to get better control. |
| 17 | +- tools: Add script to purge stale thumbnails |
| 18 | +- tools: A script to watch a folder for new images |
13 | 19 |
|
14 | 20 | ## Bugfixes:
|
15 | 21 |
|
16 |
| -- Fix fatal crash when generating preview for medium megapixel count (~16MP) Bayer images |
17 |
| -- Propely subtract black levels: respect the even/odd -ness of the raw crop origin point |
18 |
| -- Collection module: fix a few ui quirks |
| 22 | +- DNG: fix camera name demangling. It used to report some wrong name for some cameras. |
| 23 | +- When using wayland, prefer XWayland, because native Wayland support is not fully functional yet |
| 24 | +- EXIF: properly handle image orientation '2' and '4' (swap them) |
| 25 | +- OpenCL: a few fixes in profiled denoise, demosaic and colormapping |
| 26 | +- tiling: do not process uselessly small end tiles |
| 27 | +- masks: avoid assertion failure in early phase of path generation, |
| 28 | +- masks: reduce risk of unwanted self-finalization of small path shapes |
| 29 | +- Fix rare issue when expanding $() variables in import/export string |
| 30 | +- Camera import: fix ignore_jpg setting not having an effect |
| 31 | +- Picasa web exporter: unbreak after upstream API change |
| 32 | +- collection: fix query string for folders ( 'a' should match 'a/b' and 'a/c', but not 'ac/' ) |
| 33 | + |
| 34 | +## Base Support: |
| 35 | + |
| 36 | +- Fujifilm X-T20 (only uncompressed raw, at the moment) |
| 37 | +- Fujifilm X100F (only uncompressed raw, at the moment) |
| 38 | +- Nikon COOLPIX B700 (12bit-uncompressed) |
| 39 | +- Olympus E-M1MarkII |
| 40 | +- Panasonic DMC-TZ61 (4:3, 3:2, 1:1, 16:9) |
| 41 | +- Panasonic DMC-ZS40 (4:3, 3:2, 1:1, 16:9) |
| 42 | +- Sony ILCE-6500 |
| 43 | + |
| 44 | +## Noise Profiles: |
| 45 | + |
| 46 | +- Canon PowerShot G7 X Mark II |
| 47 | +- Olympus E-M1MarkII |
| 48 | +- Lge Nexus 5X |
0 commit comments