Skip to content

Latest commit

 

History

History
51 lines (31 loc) · 3.11 KB

CHANGELOG.md

File metadata and controls

51 lines (31 loc) · 3.11 KB

Changelog

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

v0.2.2 Full Commits History

Preview

frog speedrun

Changed

  • The example complete_example now features a cool speedrun timer for my fellow homie Julien <3.
  • Press r in complete_example, to reset.

API Guideline - v0.2.1 - 2023-08-18

v0.2.1 Full Commits History

Changed

  • 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 to DialogNode

YML Dialog - v0.2.0 - 2023-08-17

v0.2.0 Full Commits History

Preview

complete_example

Added

  • MIT/Apache 2.0
  • Web Demo
  • Total Migration to YML format

Removed

  • Markdown interpretor and Tree Structure (treenode)