Skip to content

Commit

Permalink
Update version to 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jibbajabbafic authored and github-actions[bot] committed Sep 27, 2023
1 parent 61f5f5e commit a90df69
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 17 deletions.
39 changes: 23 additions & 16 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,26 +17,31 @@ Types of changes:

## [Unreleased]

## [0.11.0] - 2023-09-27

### Added
- New coin and item line obstacles
- New item:
- Flomb - A flying bomb which targets the player in first place!
- Show when players join or leave the game
- Add buttons to allow the host to kick players and change hosts

- New coin and item line obstacles
- New item:
- Flomb - A flying bomb which targets the player in first place!
- Show when players join or leave the game
- Add buttons to allow the host to kick players and change hosts

### Changed
- Coins can now spawn item boxes instead so players can get more items!
- Tweaked all item chances
- Turn on bots by default
- Made item debug server side only to stop clients using it outside the editor

- Coins can now spawn item boxes instead so players can get more items!
- Tweaked all item chances
- Turn on bots by default
- Made item debug server side only to stop clients using it outside the editor

### Fixed
- Stopped the same coin/item being taken multiple times
- Made IP finder update periodically
- Made boost work for remote clients
- Stop leaderboard being cut off by buttons
- Enter key now works when joining by IP
- Various connection bugs

- Stopped the same coin/item being taken multiple times
- Made IP finder update periodically
- Made boost work for remote clients
- Stop leaderboard being cut off by buttons
- Enter key now works when joining by IP
- Various connection bugs

## [0.10.1] - 2023-08-01

Expand Down Expand Up @@ -364,7 +369,9 @@ First proper release! :D
- Animated title screen background
- Spectator mode and death camera

[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.1...HEAD
[Unreleased]: https://github.com/Jibby-Games/Flappy-Race/compare/0.11.0...HEAD

[0.11.0]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.1...0.11.0

[0.10.1]: https://github.com/Jibby-Games/Flappy-Race/compare/0.10.0...0.10.1

Expand Down
2 changes: 1 addition & 1 deletion project.godot
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ config/description="Multiplayer flappy bird"
run/main_scene="res://common/main.tscn"
config/icon="res://icon.png"
config/windows_native_icon="res://icon.ico"
config/version="v0.10.1"
config/version="v0.11.0"
config/debug_tools=false
config/debug_tools.editor=true

Expand Down

0 comments on commit a90df69

Please sign in to comment.