@@ -68,6 +68,13 @@ changes (where available).
6868 highlights, similar to film, and a natural-looking color
6969 representation in mid-tones and highlights.
7070
71+ - Added support for multiple workspace. When the corresponding option
72+ is activated on the preferences, Darktable opens a dialog when
73+ starting. From this dialog one can select the default workspace (the
74+ one created the first time and currently used by everyone by
75+ default) or to create a new one. Each workspace has it's own
76+ database and configuration file (collection, last UI defaults...).
77+
7178## UI/UX Improvements
7279
7380- Show a busy cursor when changing views. This provides immediate
@@ -166,6 +173,13 @@ changes (where available).
166173 rules as film roll, the default value ` n=1 ` , this keep the previous
167174 behavior of ` $(ROLL.NAME) ` .
168175
176+ - Remove the "overwrite" option from the lighttable history stack
177+ module. This option is used when pasting history to delete the
178+ current history stack before pasting the new one. It is rarely used
179+ and was confusing people when working copying/pasting on darkroom
180+ from the filmstrip as this option was only visible on
181+ lighttable. The option has been moved into the paste parts dialog.
182+
169183## Bug Fixes
170184
171185- Fixed some issues with the hierarchical styles handling in the
@@ -204,14 +218,18 @@ changes (where available).
204218 precision in computation. The precision is now to the pixel and
205219 avoid a displacement in some cases.
206220
207- - Fixed issue in darktable-cli that prevented input files from being detected.
221+ - Fixed issue in darktable-cli that prevented input files from being
222+ detected.
208223
209224- Fixed out of memory issue which could kill Darktable on small
210225 systems when processing large images.
211226
212227- Fixed toast message translation displayed when scrolling over the
213228 module's preset buttons.
214229
230+ - Fixed issue in darktable-cli that prevented input files from being
231+ detected.
232+
215233## Lua
216234
217235### API Version
0 commit comments