bump version to v0.8.5
This commit is contained in:
parent
6f1cdbc931
commit
500f5c7953
|
@ -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
|
# v0.8.4
|
||||||
|
|
||||||
- Fix star positions in map when zooming far out and moving around
|
- Fix star positions in map when zooming far out and moving around
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2803,7 +2803,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_embedded_assets",
|
"bevy_embedded_assets",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.8.4"
|
version = "0.8.5"
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
homepage = "https://codeberg.org/hut/outfly"
|
homepage = "https://codeberg.org/hut/outfly"
|
||||||
repository = "https://codeberg.org/hut/outfly"
|
repository = "https://codeberg.org/hut/outfly"
|
||||||
|
|
Loading…
Reference in a new issue