diff --git a/CHANGELOG.md b/CHANGELOG.md index f93514b..2673c09 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,21 @@ -# v0.12.0-dev +# v0.12.0 -- Implement tidal locking of moons -- Implement space suit thruster particle effects +- Overhaul pizzeria asteroid +- Implement thruster particle effects (only in AR, as they'd be invisble in RL) - Implement space suit modding (flashlight, thruster, light amp, reactor) +- Implement tidal locking of moons - Change flash light cone to a smaller one - Add textured high-poly models for ring moons (Thebe/Amalthea/Adrastea/Metis) +- Add solar panel texture to satellite - Add temporary battery damage when overusing thruster booster - Add radiation damage +- Add sfx volume controls +- Add unlimited power in god mode +- Add power drain to HUD/AR. It now shuts down when battery is empty. - Remove asteroid "Lum" (it was just there for testing) - Fix radio stations +- Fix the whale's engines glowing 1000x too bright +- Improve dialogs # v0.11.0 diff --git a/Cargo.lock b/Cargo.lock index 8936b61..b4a0435 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3045,7 +3045,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.12.0-dev" +version = "0.12.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index fba2f3f..597d311 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.12.0-dev" +version = "0.12.0" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"