bump version to v0.12.0

This commit is contained in:
yuni 2024-10-05 03:34:27 +02:00
parent df7cb75666
commit 666c49904a
3 changed files with 12 additions and 5 deletions

View file

@ -1,14 +1,21 @@
# v0.12.0-dev # v0.12.0
- Implement tidal locking of moons - Overhaul pizzeria asteroid
- Implement space suit thruster particle effects - Implement thruster particle effects (only in AR, as they'd be invisble in RL)
- Implement space suit modding (flashlight, thruster, light amp, reactor) - Implement space suit modding (flashlight, thruster, light amp, reactor)
- Implement tidal locking of moons
- Change flash light cone to a smaller one - Change flash light cone to a smaller one
- Add textured high-poly models for ring moons (Thebe/Amalthea/Adrastea/Metis) - 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 temporary battery damage when overusing thruster booster
- Add radiation damage - 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) - Remove asteroid "Lum" (it was just there for testing)
- Fix radio stations - Fix radio stations
- Fix the whale's engines glowing 1000x too bright
- Improve dialogs
# v0.11.0 # v0.11.0

2
Cargo.lock generated
View file

@ -3045,7 +3045,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.12.0-dev" version = "0.12.0"
dependencies = [ dependencies = [
"bevy", "bevy",
"bevy_embedded_assets", "bevy_embedded_assets",

View file

@ -10,7 +10,7 @@
[package] [package]
name = "outfly" name = "outfly"
version = "0.12.0-dev" version = "0.12.0"
edition = "2021" edition = "2021"
homepage = "https://codeberg.org/outfly/outfly" homepage = "https://codeberg.org/outfly/outfly"
repository = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"