diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ee27b9..1d27a52 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/Cargo.lock b/Cargo.lock index f3b3884..6de44df 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2803,7 +2803,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.8.2" +version = "0.8.3" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index ce23a4f..c1218e2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"