Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: lefth/darktable-lua-scripts
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: darktable-org/lua-scripts
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 11 commits
  • 3 files changed
  • 4 contributors

Commits on Jul 4, 2026

  1. Configuration menu
    Copy the full SHA
    7748ed1 View commit details
    Browse the repository at this point in the history

Commits on Jul 11, 2026

  1. Merge pull request darktable-org#696 from lefth/fix-home-path

    Fix the path to the user directory on Windows preventing crash on startup
    wpferguson authored Jul 11, 2026
    Configuration menu
    Copy the full SHA
    6bf43e4 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2026

  1. 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.
    wpferguson committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    bd0f05d View commit details
    Browse the repository at this point in the history
  2. Merge pull request darktable-org#698 from wpferguson/691_scripts_upda…

    …te_fix
    
    tools/script_manager - added check in update scripts for the bundled
    wpferguson authored Jul 12, 2026
    Configuration menu
    Copy the full SHA
    f2252d3 View commit details
    Browse the repository at this point in the history
  3. tools/script_manager.lua - added dir to update scripts so that user

    installed scripts are updated in the correct directory.
    wpferguson committed Jul 12, 2026
    Configuration menu
    Copy the full SHA
    f6d0bb6 View commit details
    Browse the repository at this point in the history
  4. 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
    wpferguson authored Jul 12, 2026
    Configuration menu
    Copy the full SHA
    3ade2a8 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2026

  1. Improve script_manager documentation

    Document where to actually find the scripts menu
    because it took me much longer than it should have.
    fblampe authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    d56f7ef View commit details
    Browse the repository at this point in the history
  2. Fix typo in README.md

    fblampe authored Aug 3, 2026
    Configuration menu
    Copy the full SHA
    3d15aa1 View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2026

  1. 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.
    tenderlove committed Aug 4, 2026
    Configuration menu
    Copy the full SHA
    dbbe8e8 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2026

  1. Merge pull request darktable-org#705 from fblampe/patch-1

    Document where to find script manager in UI
    wpferguson authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    aa4c4eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request darktable-org#707 from tenderlove/load-luarc

    Load user luarc files for users that have their own lua-scripts
    wpferguson authored Aug 5, 2026
    Configuration menu
    Copy the full SHA
    055ef31 View commit details
    Browse the repository at this point in the history
Loading