-
Notifications
You must be signed in to change notification settings - Fork 0
Comparing changes
Open a pull request
base repository: lefth/darktable-lua-scripts
base: master
head repository: darktable-org/lua-scripts
compare: master
- 11 commits
- 3 files changed
- 4 contributors
Commits on Jul 4, 2026
-
Configuration menu - View commit details
-
Copy full SHA for 7748ed1 - Browse repository at this point
Copy the full SHA 7748ed1View commit details
Commits on Jul 11, 2026
-
Merge pull request darktable-org#696 from lefth/fix-home-path
Fix the path to the user directory on Windows preventing crash on startup
Configuration menu - View commit details
-
Copy full SHA for 6bf43e4 - Browse repository at this point
Copy the full SHA 6bf43e4View commit details
Commits on Jul 12, 2026
-
tools/script_manager - added check in update scripts for the bundled
scripts so that we don't try and update them, since the directory they are installed in is not a git directory and most likely not writable.
Configuration menu - View commit details
-
Copy full SHA for bd0f05d - Browse repository at this point
Copy the full SHA bd0f05dView commit details -
Merge pull request darktable-org#698 from wpferguson/691_scripts_upda…
…te_fix tools/script_manager - added check in update scripts for the bundled
Configuration menu - View commit details
-
Copy full SHA for f2252d3 - Browse repository at this point
Copy the full SHA f2252d3View commit details -
tools/script_manager.lua - added dir to update scripts so that user
installed scripts are updated in the correct directory.
Configuration menu - View commit details
-
Copy full SHA for f6d0bb6 - Browse repository at this point
Copy the full SHA f6d0bb6View commit details -
Merge pull request darktable-org#699 from wpferguson/691_more_fixes
tools/script_manager.lua - added dir to update scripts so that user installed scripts are updated in their installed directory
Configuration menu - View commit details
-
Copy full SHA for 3ade2a8 - Browse repository at this point
Copy the full SHA 3ade2a8View commit details
Commits on Aug 3, 2026
-
Improve script_manager documentation
Document where to actually find the scripts menu because it took me much longer than it should have.
Configuration menu - View commit details
-
Copy full SHA for d56f7ef - Browse repository at this point
Copy the full SHA d56f7efView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d15aa1 - Browse repository at this point
Copy the full SHA 3d15aa1View commit details
Commits on Aug 4, 2026
-
Load user luarc files for users that have their own lua-scripts
I have the lua-scripts repo cloned in $HOME/.config/darktable/lua Since darktable a4003bc (darktable-org/darktable@a4003bc) (PR darktable-org/darktable#20848) removed the direct invocation of the user luarc from lua/init.c, that responsibility moved to script_manager. But it was only called in the `if system_based` case, so my luarc was never loaded. This commit pulls the user luarc script loading up so that it runs in both modes.
Configuration menu - View commit details
-
Copy full SHA for dbbe8e8 - Browse repository at this point
Copy the full SHA dbbe8e8View commit details
Commits on Aug 5, 2026
-
Merge pull request darktable-org#705 from fblampe/patch-1
Document where to find script manager in UI
Configuration menu - View commit details
-
Copy full SHA for aa4c4eb - Browse repository at this point
Copy the full SHA aa4c4ebView commit details -
Merge pull request darktable-org#707 from tenderlove/load-luarc
Load user luarc files for users that have their own lua-scripts
Configuration menu - View commit details
-
Copy full SHA for 055ef31 - Browse repository at this point
Copy the full SHA 055ef31View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master