luadocs/content/lua.scripts.manual/scripts/official/check_for_updates.md
Bill Ferguson b69d752221 [lua scripts] created manual from script comments
[lua scripts api] created manual from embedded library documentation

[lua api] created stub to contain lua api manual
2020-12-12 15:14:19 -05:00

568 B

title id weight draft author
check_for_updates check_for_updates 10 false people

Name

check_for_updates.lua - automatically check for updates

Description

a simple script that will automatically look for newer releases on github and inform when there is something. it will only check on startup and only once a week.

Usage

  • install luasec and cjson for Lua 5.2 on your system
  • require this script from your main lua file
  • restart darktable

Additional Software Required

Limitations

Author

Tobias Ellinghaus

Change Log