Version 2.0.0

LuaFAR 3

Version 2.0.0


  1. When some flags value passed to LuaFAR API is of table type, it should be a dictionary (was: an array).
    NOTE: This change breaks many existing scripts, which must be fixed in order to work with the new flags format.
    Example:
    Was: {"DIF_BOXCOLOR", "DIF_SEPARATOR"}
    Now: {DIF_BOXCOLOR=1, DIF_SEPARATOR=1}

  2. There are many incompatibilities with the non-Unicode LuaFAR versions. See What’s new in Unicode version.