1.10.0 release is available.
Bug fixes:
- Files without extensions are handled correctly.
New features:
- Plugin discovery: if you save a plugin to
plugins/my-plugin.lua, it’s automatically loaded as a widget namedmy-plugin. List of plugin directories is configurable. - New plugin API functions:
HTMLget_tag_name,HTML.select_any_of,HTML.select_all_of. - The
HTMLmodule is now “monadic”: giving a nil to a function that expects an element gives you a nil back, rather than cause a runtime error.