* Wed Dec 07 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.17.2:
* fixed bad interaction between film negative and dehaze or dynamic range compression
* fixed regression in loading pixel-shift raw files
* draw the crop guides in the batch queue thumbnails
* spot removal: fixed history messages
* PDAF lines filter: fixed oob accesses
* added script to import wb presets from darktable
* added DCP profiles from RT
* film negative: show deprecation warning for "color space"
* grain: removed redundant "scale" parameter
* metadata: write star rating to the output image
* highlight recovery: fixed crash due to typo
* camconst: added raw_crop for Fuji X-H2
* support camconst raw_crop when using the libraw decoder
* dcraw: reject RGBA tiff files
* replaced "balanced" highlight recovery with "inpaint opposed" from darktable
* Wed Nov 02 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.16.4:
* crop window: reset the tool to "hand" after a "spot wb" action
* allow to save pngs uncompressed
* improved support for custom loaders and savers
* metadata: trying to improve lens identification for canon cameras
* reverted thumbnail.cc change due to glitch in the file browser (issue #267)
* trying to improve the (perceived) responsiveness of the file browser
* Fri Oct 07 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.16.3:
* editorpanel: fixed refresh of image area when switching images
* clutstore: do not search for working profile in the file name for CLF LUTs
* pipeline: move film simulation earlier (right after tone curve)
* tone equalizer: improved robustness of regularization with hdr images
* avoid infinities when loading and manipulating hdr images
* exposure: do not use a LUT, it's not needed
* fixed bug in applying partial profiles in append mode from the combobox
* filecatalog: let the user choose which sidecars to affect when deleting a file
* colorcorrection: slightly extend the range of offset sliders
* tonecurve: fixed glitch in expansion of curve according to the white point
* denoise: testing new ways of adjusting parameters according to the scale factor
* Tue Sep 06 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.16.2:
* Fixed bug in fast-path for output profile application.
* Fixed segfault when the thumb cache contains an invalid date.
* Update camera matrices.
* Update translations.
* LUT: protect against NaN indices.
* Img out: added custom ICC profile conversion to avoid clamping to [0,1].
* Color correction: added LUT mode.
* Handle linear DNG as other raw images.
* Tonecurve: improved range for the saturation2 curve.
* Denoise: some tweaks to the detail mask.
* Filmsimulation: added support for ACES clf LMT LUTs using OpenColorIOv2.
* Logenc: added highlight precompression.
* Tonecurve: allow whitepoint to go up to 100 (~10000 nits).
- Drop fix-ppc-cflags.patch
* Thu Aug 18 2022 Paolo Stivanin <info@paolostivanin.com>
- Disable LTO, since it makes the program crashing.
* Wed Aug 17 2022 Paolo Stivanin <info@paolostivanin.com>
- Add fix-ppc-cflags.patch: set mcpu=native instead of march=native
on ppc64, otherwise compilation will fail.
* Mon Jul 25 2022 Atri Bhattacharya <badshah400@gmail.com>
- Update to version 1.15:
* Many changes, see
https://bitbucket.org/agriggio/art/branches/compare/1.15%0D1.14
- Use released tarballs instead of git service for source.
- Drop add_releaseinfo.patch: No longer needed when using released
source tarballs.
- Drop duplicated options passed to cmake.
- Drop post(un) scriptlets running update-desktop-database and
gtk-update-icon-cache: these are taken care of by file triggers.
* Wed Jun 29 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.14 (no changelog)
* Tue Apr 19 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.13 (no changelog)
* Fri Feb 18 2022 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.12.1 (no changelog)
* Fri Dec 31 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.12 (no changelog)
* Wed Dec 15 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.11.1 (no changelog)
* Mon Nov 08 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.10.1 (no changelog)
* Mon Jul 19 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.9.3 (no changelog)
* Fri May 28 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.9.1:
* New gradient mask
* Updated the CR3 decoder to the latest from libraw
* Added option to periodically auto-save arp sidecars
* Slightly reworked the UI of the Log Tone Mapping tool
* A bunch of bug fixes
* Fri Apr 02 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.8.3 (no changelog)
* Tue Feb 23 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.8.2 (no changelog)
* Thu Feb 18 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.8.1 (no changelog)
* Fri Feb 05 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.8:
* slightly improved “colour propagation” highlight recovery
(trying to mitigate artifacts that might sometimes occur)
* added Spanish and Catalan translations
* changed the UI of the color/tone correction tool in “HSL factors” mode,
from sliders to color wheels
* added “luminance mode” for color correction with “separate RGB channels”
* improved RCD demosaicing code, taken from RT
* added a new “Glow” mode to the smoothing filter, inspired by recent discussions here
* simplified and improved the “final smoothing” part of the “noise reduction” tool
(median is gone, replaced by a custom-tweaked non-local means implementation)
* you can now select whether you want to use “hovering navigation” in the inspector
* the brush mask now includes a “live preview” of the brush strokes
* Mon Jan 04 2021 Paolo Stivanin <info@paolostivanin.com>
- Update to 1.7.1:
* improved usability of the brush mask, now strokes are smoother
(you can go faster and still get a continuous stroke) and if you
have a drawing tablet the brush radius and/or its hardness
can be made pressure-sensitive
* added support for lens correction parameters embedded
in EXIF metadata
* improved batch renaming, now supporting also moving to
different directories
* added support for Fuji GFX 100 pixel-shift files
(both 4- and 16-frame), in combination with the make_arq 2 tool.
* added support for using the “fast float” plugin of LCMS2
for (significantly) faster color space conversions
* various bug fixes