File tree Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Expand file tree Collapse file tree 1 file changed +13
-2
lines changed Original file line number Diff line number Diff line change @@ -129,18 +129,29 @@ changes (where available).
129129- Make sure we always fill the complete main darkroom canvas while
130130 zooming at large scales.
131131
132+ - Make sure image changed_timestamp is updated when a sidecar file
133+ is applied.
134+
132135## Lua
133136
134137### API Version
135138
136- - API version is now 9.5 .0
139+ - API version is now 9.6 .0
137140
138141### New Features
139142
140- - ???
143+ - Added darktable.query_event() to check if an event is registered.
144+
145+ - Added collection-changed event that fires when the collection changes.
146+
147+ - Added darktable.configuration.share_dir and darktable.configuration.data_dir
148+ to expose the darktable data and share directories.
141149
142150### Bug Fixes
143151
152+ - Check added to ensure view has changed before processing GUI events
153+ preventing hang on start.
154+
144155### Add action support for Lua
145156
146157### Other Lua changes
You can’t perform that action at this time.
0 commit comments