All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
Example: Speedrun Timer - v0.2.2 - 2023-08-18
- The example
complete_example
now features a cool speedrun timer for my fellow homie Julien <3. - Press
r
incomplete_example
, to reset.
API Guideline - v0.2.1 - 2023-08-18
Cargo.toml
includes all common metadata (C-METADATA)- authors, description, license, homepage, documentation, repository, keywords, categories
- Types eagerly implement common traits (C-COMMON-TRAITS)
- rename
DialogNodeYML
toDialogNode
YML Dialog - v0.2.0 - 2023-08-17
- Web Demo
- Total Migration to YML format
- Markdown interpretor and Tree Structure (treenode)