bump version to v0.14.0
This commit is contained in:
parent
8c82a74802
commit
b433cbefbe
|
@ -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
|
||||
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3039,7 +3039,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "outfly"
|
||||
version = "0.14.0-dev"
|
||||
version = "0.14.0"
|
||||
dependencies = [
|
||||
"bevy",
|
||||
"bevy_embedded_assets",
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue