Version 0.5

LuaFAR 3

Version 0.5


  1. Function LF_LuaOpen:

    • Name of an environment variable to process made a parameter (was: LUA_INIT)
    • Function prepends <plugin directory>\?.lua; to package.path
    • File %FARHOME%\luafar_init.lua is not run (and is not treated as a special file anymore)
  2. Functions far.band, far.bnot, far.bor and far.bxor were removed. Instead, Lua BitOp library is included.