Skip to content

Commit

Permalink
Update release notes for 2.4.4
Browse files Browse the repository at this point in the history
  • Loading branch information
houz committed Jun 5, 2018
1 parent a11d9d4 commit ea14702
Showing 1 changed file with 42 additions and 32 deletions.
74 changes: 42 additions & 32 deletions RELEASE_NOTES.md
Original file line number Diff line number Diff line change
@@ -1,59 +1,69 @@
we’re proud to announce the third bugfix release for the 2.4 series of darktable, 2.4.3!
we’re proud to announce the fourth bugfix release for the 2.4 series of darktable, 2.4.4!

the github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-2.4.3](https://github.com/darktable-org/darktable/releases/tag/release-2.4.3).
the github release is here: [https://github.com/darktable-org/darktable/releases/tag/release-2.4.4](https://github.com/darktable-org/darktable/releases/tag/release-2.4.4).

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

```
$ sha256sum darktable-2.4.3.tar.xz
??? darktable-2.4.3.tar.xz
$ sha256sum darktable-2.4.3.dmg
??? darktable-2.4.3.dmg
$ sha256sum darktable-2.4.3-win64.exe
??? darktable-2.4.3-win64.exe
$ sha256sum darktable-2.4.3-win64.zip
??? darktable-2.4.3-win64.zip
$ sha256sum darktable-2.4.4.tar.xz
??? darktable-2.4.4.tar.xz
$ sha256sum darktable-2.4.4.dmg
??? darktable-2.4.4.dmg
$ sha256sum darktable-2.4.4-win64.exe
??? darktable-2.4.4-win64.exe
$ sha256sum darktable-2.4.4-win64.zip
??? darktable-2.4.4-win64.zip
```

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.

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

and the changelog as compared to 2.4.2 can be found below.
and the changelog as compared to 2.4.3 can be found below.

## New Features

- Support for tags and ratings in the watermark module
- Read Xmp.exif.DateTimeOriginal from XMP sidecars
- Build and install noise tools
- Add a script for converting .dtyle to an .xmp
- Added 50% zoom option in darkroom mode to the navigation dropdown
- perspective correction: usability improvement – allow setting the radius when (de)selecting lines

## Bugfixes

- Don't create unneeded folders during export in some cases
- When collecting by tags, don't select subtags
- Fix language selection on OSX
- Fix a crash while tethering
- Fix selecting drives in the import dialog on Windows by bundling a patched glib
- Add some space between checkbox and label in color picker
- OpenCL: better readability of debug output on memory usage
- Levels: catch an edge case where float != int
- Fix the alignment in a tooltip in lens correction
- Local contrast: Reset strength slider to 120% when double clicked
- Drop unused clone masks when loading xmp files
- Remove all sub masks when clearing cloning masks
- darktable-cltest: do not print summary statistics on OpenCL usage
- Perspective correction: take aspect parameter into account when judging on neutral settings
- Haze removal: fix tiled processing
- Fix install on Windows due to GraphicsMagick's versioned filenames
- PPM: Handle byte order when loading files
- Fix #12165: Don't try to show dialog without gui
- Fix an out-of-bounds memory access
- Tools: Fix typo in darktable-gen-noiseprofile that made it unusable
- MacOS package: point gettext to correct localedir

## Camera support, compared to 2.4.2

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

### Base Support

- Fujifilm X-H1 (compressed)
- Kodak EOS DCS 3
- Olympus E-PL9
- Panasonic DC-GX9 (4:3)
- Sony DSC-RX1RM2
- Sony ILCE-7M3

### White Balance Presets

- Sony ILCE-7M3
- Sony ILCE-6500

### Noise Profiles

- Canon PowerShot G1 X Mark III
- Nikon D7500
- Sony ILCE-7M3
- Canon EOS 800D
- Canon EOS Kiss X9i
- Canon EOS Rebel T7i
- Nikon COOLPIX B700
- Nikon D5600
- Olympus TG-5

## Updated translations

- German
- Russian

0 comments on commit ea14702

Please sign in to comment.