Skip to content

Commit 13a9903

Browse files
committed
RELEASE_NOTES.md - Updated the Lua section
1 parent 853c91c commit 13a9903

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

RELEASE_NOTES.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)