bump version to v0.8.3

This commit is contained in:
yuni 2024-05-01 22:43:17 +02:00
parent e8c0f7f6fa
commit 9617358229
3 changed files with 4 additions and 3 deletions

View file

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

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

View file

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