bump version to v0.8.3
This commit is contained in:
parent
e8c0f7f6fa
commit
9617358229
|
@ -2,9 +2,10 @@
|
||||||
|
|
||||||
- Implement "outfly.toml" configuration file
|
- Implement "outfly.toml" configuration file
|
||||||
- Change hud color to neon red/pink
|
- 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 point-of-interest markers for moons/planets
|
||||||
- Add work-in-progress settlement in hollow asteroid
|
- 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
|
- Remove point lights of bus stations for performance reasons
|
||||||
|
|
||||||
# v0.8.2
|
# v0.8.2
|
||||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -2803,7 +2803,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bevy",
|
"bevy",
|
||||||
"bevy_embedded_assets",
|
"bevy_embedded_assets",
|
||||||
|
|
|
@ -10,7 +10,7 @@
|
||||||
|
|
||||||
[package]
|
[package]
|
||||||
name = "outfly"
|
name = "outfly"
|
||||||
version = "0.8.2"
|
version = "0.8.3"
|
||||||
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