Skip to content

v5.4.0

Latest
Compare
Choose a tag to compare
@gwenhael-le-moine gwenhael-le-moine released this 09 Oct 13:32
· 31 commits to main since this release
5714377

Embed lua to load configuration file

  • add --print-config option to output config to stdout
  • config file name is config.lua and is look for under --state-dir (default: $XDG_CONFIG_DIR/saturnMODEL/)
  • wrapper scripts will automatically create config file if needed
  • lua version is configurable at build time by passing LUA_VERSION=XX to make. XX is lua by default but for example can be luajit
  • command-line option have higher priority over config file

Full Changelog: 5.3.2...5.4.0