YAGS 0.3.1-rc is out

I have tagged v0.3.1-rc

Main change that this release brings is a *very* experimental feature: built-in scripting.

The feature is turned off by default.

To build yags with scripting:

cargo build --release --features scripting

Scripting uses rhai language. Example script that adds "mentions" to gemlog can be seen here:

mention.rhai

or if you prefer version with syntax highlighting:

mention.rhai.gmi

👋

YAGS codeberg repository

Previous release (YAGS 0.2.0)

Posted in: s/Gemini

⛄️ gim

Sep 05 · 5 weeks ago · 👍 noktule

1 Comment

⛄️ gim [OP] · Sep 09 at 20:10:

YAGS 0.3.2 is tagged

changes from RC include:





Source