bump version to v0.14.0

This commit is contained in:
yuni 2024-11-26 00:20:54 +01:00
parent 8c82a74802
commit b433cbefbe
3 changed files with 9 additions and 4 deletions

View file

@ -4,10 +4,11 @@
- Implement SkyRace minigame 🏁 - Implement SkyRace minigame 🏁
- Implement more responsive camera controls - Implement more responsive camera controls
- Implement phone calls - Implement phone calls
- Implement fast travel - Implement fast travel (from anywhere)
- Implement factory reset - Implement factory reset
- Implement anti-aliasing - Implement anti-aliasing
- Overhaul game menu, adding "app icons" - Overhaul game menu, adding "app icons"
- Overhaul conversation texts
- Chats don't automatically advance now, the player has to press "Continue" - Chats don't automatically advance now, the player has to press "Continue"
- Add Outrun Radio, featuring "Outrun" BGM by Andrew Vice - Add Outrun Radio, featuring "Outrun" BGM by Andrew Vice
- Add sparkles to Jupiter's ring ✨😍✨ best visible from Farview Station - Add sparkles to Jupiter's ring ✨😍✨ best visible from Farview Station
@ -15,12 +16,16 @@
- Add setting to change pointer - Add setting to change pointer
- Add a visitable greenhouse with solar mirror array - Add a visitable greenhouse with solar mirror array
- Add meow - Add meow
- Add grid to map view for more intuitive controls
- Add achievement for a certain SkyRace score - Add achievement for a certain SkyRace score
- Add more conversations
- Add philosophical debate about the color of the dress - Add philosophical debate about the color of the dress
- Add vivid descriptions when consuming pizza or coffee - Add vivid descriptions when consuming pizza or coffee
- Add textures to "The Whale" and "Inconspicuous Asteroid" - Add textures to "The Whale" and "Inconspicuous Asteroid"
- Add some asteroids (again) near the whale - 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 # v0.13.0

2
Cargo.lock generated
View file

@ -3039,7 +3039,7 @@ dependencies = [
[[package]] [[package]]
name = "outfly" name = "outfly"
version = "0.14.0-dev" version = "0.14.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.14.0-dev" version = "0.14.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"