bump version to v0.8.5

This commit is contained in:
yuni 2024-05-08 16:25:04 +02:00
parent 6f1cdbc931
commit 500f5c7953
3 changed files with 11 additions and 2 deletions

View file

@ -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

2
Cargo.lock generated
View file

@ -2803,7 +2803,7 @@ dependencies = [
[[package]]
name = "outfly"
version = "0.8.4"
version = "0.8.5"
dependencies = [
"bevy",
"bevy_embedded_assets",

View file

@ -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"