diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c04713..fa0ff16 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +# v0.8.5 + +- Implement flashlight +- Implement power drain (for flashlight only, for now) +- Redesign HUD with fallout4esque bars and car dashboard warning lights +- Add a more balanced cruising vehicle near starting position +- Add much better Jupiter texture +- Fix collision sounds + # v0.8.4 - Fix star positions in map when zooming far out and moving around diff --git a/Cargo.lock b/Cargo.lock index 41d6fb4..21fabae 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.8.4" +version = "0.8.5" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 3ca0f5f..6a164a3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.8.4" +version = "0.8.5" edition = "2021" homepage = "https://codeberg.org/hut/outfly" repository = "https://codeberg.org/hut/outfly"