Skip to content

Commit

Permalink
Update CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
BDeshiDev authored Apr 2, 2024
1 parent c515e06 commit c8b2142
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,18 @@
# Changelog
## [0.3.10]
1. Start from choice nodes allowed
2. Enhanced the dialogue system to support a more dynamic flow, including handling of dialogue advancement and choices.
3. Improved user interface for dialogue editing, providing clearer visuals for different node types and better error messaging.

## [v0.2.1] - 2023-10-31
## [0.3.2]
1. Start from choice nodes allowed

## [0.3.1]
1. Dialogue choices added.
2. Conditions added.
3. Graph traversal refactored

## [v0.2.1] - Character expressions

### Updated
1. Refactored codebase for a better public API
Expand All @@ -24,4 +36,4 @@
### Code Changes

1. Now the events are based on the Manager Class instead of Dialogue Graph
2. Removed Coupling from the UI Code so that new UI code can be easily rewritten
2. Removed Coupling from the UI Code so that new UI code can be easily rewritten

0 comments on commit c8b2142

Please sign in to comment.