From 9617358229c47b7e9fd2c18890ce6e9ff5db5bd4 Mon Sep 17 00:00:00 2001 From: hut Date: Wed, 1 May 2024 22:43:17 +0200 Subject: [PATCH] bump version to v0.8.3 --- CHANGELOG.md | 3 ++- Cargo.lock | 2 +- Cargo.toml | 2 +- 3 files changed, 4 insertions(+), 3 deletions(-) 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"