bump to v0.7.0
This commit is contained in:
parent
32537315d0
commit
6c8cdf9af8
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2769,7 +2769,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "outfly"
|
||||
version = "0.6.1"
|
||||
version = "0.7.0"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/hut/outfly"
|
||||
repository = "https://codeberg.org/hut/outfly"
|
||||
|
|
|
@ -154,6 +154,12 @@ python -m http.server -d wasm
|
|||
|
||||
# Changelog
|
||||
|
||||
- v0.7.0:
|
||||
- Overhaul conversation system, now defined in YAML files
|
||||
- Implement conversation variables and if-branches
|
||||
- Improve dialogues
|
||||
- Improve HUD
|
||||
- Add teleport-to-target cheat
|
||||
- v0.6.1:
|
||||
- Implement free public transport with 3 bus stations
|
||||
- Implement Clippy™ Convenience Companion drone
|
||||
|
|
Loading…
Reference in a new issue