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:
or if you prefer version with syntax highlighting:
👋
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:
- mime overrides
- actual datetime in timestamps and subsec timestamps
- sample Dockerfile to build inside the docker
Source