Skip to content

MeshApp v2.2.3

Choose a tag to compare

@smikme smikme released this 16 Jun 13:38

MeshApp v2.2.3

This update makes MeshApp more convenient for scripts, gentler on the mesh network, and more reliable if the local database is damaged.

What’s New

  • The Script Store now follows the app language: Russian users see the Russian catalog, while other languages use the English catalog.
  • A new Lua script type is available: extensions. Extensions can add their own sections to the left toolbar and behave like a built-in part of MeshApp.
  • Remote admin is now more careful with network traffic. MeshApp no longer loads the full configuration immediately; you can request only the sections you need.
  • MeshApp can now automatically recover from a damaged local database. If a problem is detected at startup, the app tries to save the damaged file, extract recoverable data, and move it into a new database.
  • Lua authors get new tools: embedded forms, form events, and remote admin APIs.

Improvements

  • Remote admin confirmations and status messages are clearer.
  • The IDE now lets you show or hide extensions in the left toolbar.
  • Lua API and remote admin documentation has been expanded.