Skip to content

Commit

Permalink
Bump versions and update changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
agateau committed Aug 11, 2023
1 parent 07c1b25 commit 8e93ffa
Show file tree
Hide file tree
Showing 24 changed files with 97 additions and 68 deletions.
41 changes: 41 additions & 0 deletions .changes/0.25.0.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,41 @@
## 0.25.0 - 2023-08-11

### Added

- Pixel Wheels now speaks:
- Italian, thanks to Dario Canossi!
- Dutch, thanks to Heimen Stoffels!

- A new vehicle has been added: the BRGP42, an old F1 inspired from the Lola Mk4.

### Changed

- Multi-player has been changed to use a split-screen again and supports up to 4 players (#308).

- Support for hardware keyboards on Android has been improved (#343).

- The screenshot key is now `F9`, not `S`, and is configurable. Not using `S` makes it possible to configure the game to use `WASD` keys.

### Fixed

- Fixed a crash which would happen when configuring one of Player 1 keys to Up (#326).

- Fixed a hole in the tire barrier in the "Flood" track which could be used to cut a large part of the track (#336).

- After changing from language A to language B and then back to language A, when returning to the main menu the screen would be empty (#339).

- In the "Up, up, up and down" track, there were holes between trees and rocks which made it possible to cut large parts of the track. New trees have grown there, blocking the holes (#337, #345, #346).

- The text explaining how to unlock vehicles is now correctly updated when the language changes (#344).

- Disabled the language selector while playing to avoid returning to a menu filled with black rectangles (#348).

- Gamepad now has a dedicated "Pause" button. This allows player to use the "Back" button to brake.

- Fixed two areas in "Up, up, up and down!" which would hide vehicles (#363).

- Missiles are no longer drawn over walls or bridges (#58, #362).

- Obstacle shadows are now drawn on the bottom-right of the obstacle, like the rest of the game objects.

- Vehicles are no longer drawn slightly rotated on the start line, making them look better.
3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230215-090241.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230509-084407.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Added-20230601-093308.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Added-20230723-223347.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20230415-203039.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20230426-203023.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20230730-122119.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Changed-20230807-085505.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Changed-20230811-081227.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230217-082645.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230522-183938.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230522-191115.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230529-090945.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230529-191931.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230616-184222.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230722-201350.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230724-223013.yaml

This file was deleted.

3 changes: 0 additions & 3 deletions .changes/unreleased/Fixed-20230726-110733.yaml

This file was deleted.

4 changes: 0 additions & 4 deletions .changes/unreleased/Fixed-20230726-231254.yaml

This file was deleted.

42 changes: 42 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,47 @@
# Changelog

## 0.25.0 - 2023-08-11

### Added

- Pixel Wheels now speaks:
- Italian, thanks to Dario Canossi!
- Dutch, thanks to Heimen Stoffels!

- A new vehicle has been added: the BRGP42, an old F1 inspired from the Lola Mk4.

### Changed

- Multi-player has been changed to use a split-screen again and supports up to 4 players (#308).

- Support for hardware keyboards on Android has been improved (#343).

- The screenshot key is now `F9`, not `S`, and is configurable. Not using `S` makes it possible to configure the game to use `WASD` keys.

### Fixed

- Fixed a crash which would happen when configuring one of Player 1 keys to Up (#326).

- Fixed a hole in the tire barrier in the "Flood" track which could be used to cut a large part of the track (#336).

- After changing from language A to language B and then back to language A, when returning to the main menu the screen would be empty (#339).

- In the "Up, up, up and down" track, there were holes between trees and rocks which made it possible to cut large parts of the track. New trees have grown there, blocking the holes (#337, #345, #346).

- The text explaining how to unlock vehicles is now correctly updated when the language changes (#344).

- Disabled the language selector while playing to avoid returning to a menu filled with black rectangles (#348).

- Gamepad now has a dedicated "Pause" button. This allows player to use the "Back" button to brake.

- Fixed two areas in "Up, up, up and down!" which would hide vehicles (#363).

- Missiles are no longer drawn over walls or bridges (#58, #362).

- Obstacle shadows are now drawn on the bottom-right of the obstacle, like the rest of the game objects.

- Vehicles are no longer drawn slightly rotated on the start line, making them look better.

## 0.24.2 - 2023-02-02

### Added
Expand Down
11 changes: 11 additions & 0 deletions fastlane/metadata/android/en-US/changelogs/28.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pixel Wheels now speaks Italian and Dutch.

A new vehicle has been added: the BRGP42.

Support for hardware keyboards on Android has been improved.

Many fixes for holes in the "Flood" and "Up, up, up and down" tracks which could be used to cut large parts of the tracks.

Missiles are no longer drawn over walls or bridges.

Many other smaller fixes.
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@
<!--
grep '^## ' CHANGELOG.md | sed 's,## \([0-9.]*\) - \([0-9-]*\),<release version="\1" date="\2"/>,'
-->
<release version="0.25.0" date="2023-08-05"/>
<release version="0.24.2" date="2023-02-05"/>
<release version="0.24.1" date="2022-12-17"/>
<release version="0.24.0" date="2022-11-26"/>
Expand Down
4 changes: 2 additions & 2 deletions version.properties
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
# Careful: this file is read both by Gradle and Make
VERSION_CODE=27
VERSION=0.24.2
VERSION_CODE=28
VERSION=0.25.0

0 comments on commit 8e93ffa

Please sign in to comment.