2020-12-12 20:14:19 +00:00
|
|
|
---
|
|
|
|
title: check_for_updates
|
|
|
|
id: check_for_updates
|
|
|
|
weight: 10
|
|
|
|
draft: false
|
|
|
|
author: "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
|
|
|
|
|
2020-12-19 00:40:46 +00:00
|
|
|
* install luasec and cjson for Lua 5.3 on your system
|
2020-12-12 20:14:19 +00:00
|
|
|
* require this script from your main lua file
|
|
|
|
* restart darktable
|
|
|
|
|
|
|
|
## Additional Software Required
|
|
|
|
|
|
|
|
|
|
|
|
## Limitations
|
|
|
|
|
|
|
|
|
|
|
|
## Author
|
|
|
|
|
|
|
|
Tobias Ellinghaus
|
|
|
|
|
|
|
|
## Change Log
|