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: fblampe/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.
  • 5 commits
  • 2 files changed
  • 3 contributors

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