bump version to v0.8.3
This commit is contained in:
parent
e8c0f7f6fa
commit
9617358229
|
@ -2,9 +2,10 @@
|
|||
|
||||
- Implement "outfly.toml" configuration file
|
||||
- Change hud color to neon red/pink
|
||||
- Add textures for all 8 planets
|
||||
- Add textures for the remaining 7 planets
|
||||
- Add point-of-interest markers for moons/planets
|
||||
- Add work-in-progress settlement in hollow asteroid
|
||||
- Fix jitter glitch in map mode when targeting far away objects
|
||||
- Remove point lights of bus stations for performance reasons
|
||||
|
||||
# v0.8.2
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2803,7 +2803,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -10,7 +10,7 @@
|
|||
|
||||
[package]
|
||||
name = "outfly"
|
||||
version = "0.8.2"
|
||||
version = "0.8.3"
|
||||
edition = "2021"
|
||||
homepage = "https://codeberg.org/hut/outfly"
|
||||
repository = "https://codeberg.org/hut/outfly"
|
||||
|
|
Loading…
Reference in a new issue