@@ -85,6 +85,20 @@ changes (where available).
8585 mode is off by default ans can be select in miscellaneous interface
8686 preference.
8787
88+ - Added a 2-up scope showing both the waveform and vectorscope. This
89+ allows for a simultaneous understanding of both the lightness and
90+ chromaticity of an image.
91+
92+ - Support rendering and caching higher resolution (6K or 8K) thumbnail
93+ or full-screen preview images in lighttable view. Previously, for
94+ displays larger than a 4K, darktable would render a full-resolution
95+ preview then downscale it. These higher resolution previews also
96+ allow for less jumpy zooming in of high megapixel files.
97+
98+ - Increase the resolution of the darkroom view's preview-resolution
99+ images from 720x450 to 1440x900. This produces better data for
100+ various situations, including in scopes and the color picker.
101+
88102## Performance Improvements
89103
90104- Increased performance for OpenCL guided filter by internal tiling.
@@ -116,6 +130,11 @@ changes (where available).
116130 Mask Manager module as a path object ready to be used as any other
117131 masks.
118132
133+ - Remove the (unbound by default) keyboard shortcut to cycle through
134+ each histogram mode, and within each mode to cycle through its
135+ options. This was a relic of when there were fewer scopes and they
136+ were not accessible by shortcuts.
137+
119138## Bug Fixes
120139
121140- Properly apply the iop-order when applying a style at export
@@ -166,6 +185,14 @@ changes (where available).
166185 properly handled. We now properly migrate the embedded module order
167186 to ensure all modules are described.
168187
188+ - Fixed an occasional bug that dragging exposure change regions in
189+ histogram, waveform, or RGB parade scopes would adjust in the
190+ opposite of the expected direction. This occurred when the user had
191+ not yet selected a module group containing the exposure module.
192+
193+ - Fixed a bug which showed an extraneous toast message in the center
194+ view when dragging in the vectorscope.
195+
169196## Lua
170197
171198### API Version
0 commit comments