diff --git a/CHANGELOG.md b/CHANGELOG.md index 41a4f3c..b179610 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,11 @@ - Implement SkyRace minigame 🏁 - Implement more responsive camera controls - Implement phone calls -- Implement fast travel +- Implement fast travel (from anywhere) - Implement factory reset - Implement anti-aliasing - Overhaul game menu, adding "app icons" +- Overhaul conversation texts - Chats don't automatically advance now, the player has to press "Continue" - Add Outrun Radio, featuring "Outrun" BGM by Andrew Vice - Add sparkles to Jupiter's ring ✨😍✨ best visible from Farview Station @@ -15,12 +16,16 @@ - Add setting to change pointer - Add a visitable greenhouse with solar mirror array - Add meow +- Add grid to map view for more intuitive controls - Add achievement for a certain SkyRace score -- Add more conversations - Add philosophical debate about the color of the dress - Add vivid descriptions when consuming pizza or coffee - Add textures to "The Whale" and "Inconspicuous Asteroid" - Add some asteroids (again) near the whale +- Add infinite power when inside vehicles +- Remove rotation stabilizer ("y" key) +- Fix flashlight flicker when inside vehicles +- Fix various map bugs # v0.13.0 diff --git a/Cargo.lock b/Cargo.lock index 1022cad..f028c78 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3039,7 +3039,7 @@ dependencies = [ [[package]] name = "outfly" -version = "0.14.0-dev" +version = "0.14.0" dependencies = [ "bevy", "bevy_embedded_assets", diff --git a/Cargo.toml b/Cargo.toml index 90a1a04..6aaf7f8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -10,7 +10,7 @@ [package] name = "outfly" -version = "0.14.0-dev" +version = "0.14.0" edition = "2021" homepage = "https://codeberg.org/outfly/outfly" repository = "https://codeberg.org/outfly/outfly"