Rakugo Project Devlog #14: Rakugo Dialogue System 2.0.1 is out!
Hi everyone, here is the 14th devlog of Rakugo Project. Today we are releasing Rakugo Dialogue System 2.0.1 !
Join our Patreon to support us!
Rakugo Dialogue System 2.0.1
So this is a fix update release, as we quickly realise that one of core features of it did’t work at all. This feature was possibility to add your own keywords to RakuScript using regex.
More about regex in Godot you can read here.
We also decided to renamed it form parser_unhandled_regex
to custom_regex
in both func and signal.
What’s Changed
Major Updates
- Fix #203 rename unhandled_regex to custom_regex by @theludovyc in #205
Rename
- signal sg_parser_unhandled_regex to sg_custom_regex
- Rakugo method parser_add_regex_at_runtime() to add_custom_regex()
Fixed Bugs
Also update of our online docs for this release is are almost ready, you we get them in few days.
You can download new version here: https://github.com/rakugoteam/Rakugo-Dialogue-System/releases/latest
This is all for today. See you next time!