Skip to content

Commit 35cbff0

Browse files
authored
Merge pull request #475 from wpferguson/doc_update
Update documentation
2 parents abfa8e9 + 5571e2f commit 35cbff0

File tree

2 files changed

+82
-0
lines changed

2 files changed

+82
-0
lines changed

ChangeLog.md

+73
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,78 @@
11
## Changes from most recent to oldest
22

3+
**06 Jun 2024 - wpferguson**
4+
* fix fujifilm_ratings running on all images
5+
* added string library functions to sanitize windows io.popen and os.execute functions
6+
* added database maintenance script
7+
8+
**05 Jun 2024 - wpferguson**
9+
* added fix for executable_manager not being visible on windows
10+
11+
**30 May 2024 - kkotowicz**
12+
* open in explorer now uses applescript on macos to open multiple files
13+
14+
**20 May 2024 - wpferguson**
15+
* added string variable substitution to the string library
16+
17+
**16 May 2024 - wpferguson**
18+
* fix crash in script_manager
19+
20+
**15 May 2024 - wpferguson**
21+
* added metadata to scripts (name, author, purpose, help url)
22+
23+
**06 May 2024 - christian.sueltrop**
24+
* added passport_guide_germany script
25+
26+
**08 Apr 2024 - wpferguson**
27+
* made script_manager aware of library modules in other directories besides lib
28+
29+
**29 Mar 2024 - wpferguson**
30+
* updated examples/gui_action to use NaN instead of nan
31+
32+
**29 Mar 2024 - dterrahe**
33+
* add lua action script example
34+
35+
**28 Jan 2024 - wpferguson**
36+
* fix script_manager crash when script existed in top level lua directory
37+
38+
**24 Jan 2024 - wpferguson**
39+
* don't set lib visibility unless we are in lighttable mode
40+
41+
**15 Jan 2024 - MStraeten**
42+
* update x-touch.lua with support for primaries slider
43+
44+
**14 Jan 2024 - wpferguson**
45+
* added cycle_group_leader script
46+
* added hif_group_leader script
47+
* added jpg_group_leader script
48+
49+
**28 Oct 2023 - ddittmar**
50+
* Added select non existing image script
51+
52+
**17 Oct 2023 - wpferguson**
53+
* script_manager wrap username in quotes to handle spaces in username
54+
55+
**20 Sep 2023 - wpferguson**
56+
* script_manager explicitly set stopped scripts to false
57+
58+
**18 Aug 2023 - wpferguson**
59+
* swap the position of executable_manager and script_manager due to windows gtk bug
60+
61+
**17 Jul 2023 - wpferguson**
62+
* update check for update instructions
63+
* update flatpak readme
64+
65+
**16 Jul 2023 - wpferguson**
66+
* added script_data.show function to contrib/gpx_export
67+
68+
**15 Jul 2023 - wpferguson**
69+
* script_manager updates
70+
* added check_max_api_version for the case where the API no longer supports the required
71+
functions
72+
73+
**14 Jul 2023 - spaceChRis**
74+
* add tooltip to filter manager
75+
376
**25 Mar 2023 - wpferguson**
477
* Added script_manager darktable shortcut integration
578
* Moved filename/path/extension string functions to string library

README.md

+9
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,11 @@ Name|Standalone|OS |Purpose
3939
change_group_leader|Yes|LMW|Change which image leads group
4040
[clear_GPS](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/clear_gps)|Yes|LMW|Reset GPS information for selected images
4141
[CollectHelper](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/collecthelper)|Yes|LMW|Add buttons to selected images module to manipulate the collection
42+
color_profile_manager|Yes|LMW|Manage darktable input and output color profiles
4243
[copy_attach_detach_tags](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/copy_attach_detach_tags)|Yes|LMW|Copy and paste tags from/to images
4344
[cr2hdr](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/cr2hdr)|Yes|L|Process image created with Magic Lantern Dual ISO
45+
cycle_group_leader|Yes|LMW|cycle through images of a group making each the group leader in turn
46+
dbmaint|Yes|LMW|find and remove database entries for missing film rolls and images
4447
[enfuseAdvanced](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/enfuseadvanced)|No|LMW|Merge multiple images into Dynamic Range Increase (DRI) or Depth From Focus (DFF) images
4548
[exportLUT](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/exportlut)|Yes|LMW|Create a LUT from a style and export it
4649
[ext_editor](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/ext_editor)|No|LW|Export pictures to collection and edit them with up to nine user-defined external editors
@@ -51,14 +54,18 @@ change_group_leader|Yes|LMW|Change which image leads group
5154
[geoToolbox](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/geotoolbox)|No|LMW|A toolbox of geo functions
5255
[gimp](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/gimp)|No|LMW|Open an image in GIMP for editing and return the result
5356
[gpx_export](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/gpx_export)|No|LMW|Export a GPX track file from selected images GPS data
57+
harmonic_armature|Yes|LMW|provide a harmonic armature guide
58+
hif_group_leader|Yes|LMW|change the group leader in a raw+heif image pair to the heif image
5459
[HDRMerge](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/hdrmerge)|No|LMW|Combine the selected images into an HDR DNG and return the result
5560
[hugin](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/hugin)|No|LMW|Combine selected images into a panorama and return the result
5661
[image_stack](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_stack)|No|LMW|Combine a stack of images to remove noise or transient objects
5762
[image_time](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/image_time)|Yes|LMW|Adjust the EXIF image time
63+
jpg_group_leader|Yes|LMW|change the group leader for a raw+jpg pair to the jpg image
5864
[kml_export](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/kml_export)|No|L|Export photos with a KML file for usage in Google Earth
5965
[LabelsToTags](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/labelstotags)|Yes|LMW|Apply tags based on color labels and ratings
6066
[OpenInExplorer](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/openinexplorer)|No|LMW|Open the selected images in the system file manager
6167
[passport_guide](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/passport_guide)|Yes|LMW|Add passport cropping guide to darkroom crop tool
68+
passport_guide_germany|Yes|LMW|Add passport cropping guide for German passports to darkroom crop tool
6269
[pdf_slideshow](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/pdf_slideshow)|No|LM|Export images to a PDF slideshow
6370
[photils](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/photils)|No|LM|Automatic tag suggestions for your images
6471
[quicktag](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/contrib/quicktag)|Yes|LMW|Create shortcuts for quickly applying tags
@@ -81,6 +88,7 @@ Name|Standalone|OS |Purpose
8188
[api_version](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/api_version)|Yes|LMW|Print the current API version
8289
[darkroom_demo](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/darkroom_demo)|Yes|LMW|Demonstrate changing images in darkoom
8390
[gettextExample](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/gettextexample)|Yes|LM|How to use translation
91+
gui_actions|Yes|LMW|demonstrate controlling the GUI using darktable.gui.action calls
8492
[hello_world](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/hello_world)|Yes|LMW|Prints hello world when darktable starts
8593
[lighttable_demo](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/lighttable_demo)|Yes|LMW|Demonstrate controlling lighttable mode, zoom, sorting and filtering
8694
[moduleExample](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/moduleexample)|Yes|LMW|How to create a lighttable module
@@ -89,6 +97,7 @@ Name|Standalone|OS |Purpose
8997
[preferenceExamples](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/preferenceexamples)|Yes|LMW|How to use preferences in a script
9098
[printExamples](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/printexamples)|Yes|LMW|How to use various print functions from a script
9199
[running_os](https://darktable-org.github.io/luadocs/lua.scripts.manual/scripts/examples/running_os)|Yes|LMW|Print out the running operating system
100+
x-touch|Yes|LMW|demonstrate how to use an x-touch mini MIDI controller to control the darktable GUI
92101

93102
### Tools
94103

0 commit comments

Comments
 (0)