From 8e93ffa96c1617d2ce243d2415f17192fd29461a Mon Sep 17 00:00:00 2001 From: Aurelien Gateau Date: Fri, 11 Aug 2023 19:22:23 +0200 Subject: [PATCH] Bump versions and update changelogs --- .changes/0.25.0.md | 41 ++++++++++++++++++ .../unreleased/Added-20230215-090241.yaml | 3 -- .../unreleased/Added-20230509-084407.yaml | 3 -- .../unreleased/Added-20230601-093308.yaml | 3 -- .../unreleased/Added-20230723-223347.yaml | 4 -- .../unreleased/Changed-20230415-203039.yaml | 3 -- .../unreleased/Changed-20230426-203023.yaml | 3 -- .../unreleased/Changed-20230730-122119.yaml | 3 -- .../unreleased/Changed-20230807-085505.yaml | 3 -- .../unreleased/Changed-20230811-081227.yaml | 4 -- .../unreleased/Fixed-20230217-082645.yaml | 4 -- .../unreleased/Fixed-20230522-183938.yaml | 4 -- .../unreleased/Fixed-20230522-191115.yaml | 3 -- .../unreleased/Fixed-20230529-090945.yaml | 4 -- .../unreleased/Fixed-20230529-191931.yaml | 4 -- .../unreleased/Fixed-20230616-184222.yaml | 4 -- .../unreleased/Fixed-20230722-201350.yaml | 4 -- .../unreleased/Fixed-20230724-223013.yaml | 3 -- .../unreleased/Fixed-20230726-110733.yaml | 3 -- .../unreleased/Fixed-20230726-231254.yaml | 4 -- CHANGELOG.md | 42 +++++++++++++++++++ .../metadata/android/en-US/changelogs/28.txt | 11 +++++ .../com.agateau.PixelWheels.metainfo.xml | 1 + version.properties | 4 +- 24 files changed, 97 insertions(+), 68 deletions(-) create mode 100644 .changes/0.25.0.md delete mode 100644 .changes/unreleased/Added-20230215-090241.yaml delete mode 100644 .changes/unreleased/Added-20230509-084407.yaml delete mode 100644 .changes/unreleased/Added-20230601-093308.yaml delete mode 100644 .changes/unreleased/Added-20230723-223347.yaml delete mode 100644 .changes/unreleased/Changed-20230415-203039.yaml delete mode 100644 .changes/unreleased/Changed-20230426-203023.yaml delete mode 100644 .changes/unreleased/Changed-20230730-122119.yaml delete mode 100644 .changes/unreleased/Changed-20230807-085505.yaml delete mode 100644 .changes/unreleased/Changed-20230811-081227.yaml delete mode 100644 .changes/unreleased/Fixed-20230217-082645.yaml delete mode 100644 .changes/unreleased/Fixed-20230522-183938.yaml delete mode 100644 .changes/unreleased/Fixed-20230522-191115.yaml delete mode 100644 .changes/unreleased/Fixed-20230529-090945.yaml delete mode 100644 .changes/unreleased/Fixed-20230529-191931.yaml delete mode 100644 .changes/unreleased/Fixed-20230616-184222.yaml delete mode 100644 .changes/unreleased/Fixed-20230722-201350.yaml delete mode 100644 .changes/unreleased/Fixed-20230724-223013.yaml delete mode 100644 .changes/unreleased/Fixed-20230726-110733.yaml delete mode 100644 .changes/unreleased/Fixed-20230726-231254.yaml create mode 100644 fastlane/metadata/android/en-US/changelogs/28.txt diff --git a/.changes/0.25.0.md b/.changes/0.25.0.md new file mode 100644 index 000000000..f3244d8c3 --- /dev/null +++ b/.changes/0.25.0.md @@ -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. diff --git a/.changes/unreleased/Added-20230215-090241.yaml b/.changes/unreleased/Added-20230215-090241.yaml deleted file mode 100644 index e3059bd2c..000000000 --- a/.changes/unreleased/Added-20230215-090241.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Pixel Wheels now speaks Italian, thanks to Dario Canossi! -time: 2023-02-15T09:02:41.894080652+01:00 diff --git a/.changes/unreleased/Added-20230509-084407.yaml b/.changes/unreleased/Added-20230509-084407.yaml deleted file mode 100644 index 8faeed560..000000000 --- a/.changes/unreleased/Added-20230509-084407.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Pixel Wheels now speaks Dutch, thanks to Heimen Stoffels! -time: 2023-05-09T08:44:07.082544693+02:00 diff --git a/.changes/unreleased/Added-20230601-093308.yaml b/.changes/unreleased/Added-20230601-093308.yaml deleted file mode 100644 index e9361bfaf..000000000 --- a/.changes/unreleased/Added-20230601-093308.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Added -body: Pixel Wheels now supports up to 4 players! (#308) -time: 2023-06-01T09:33:08.838731261+02:00 diff --git a/.changes/unreleased/Added-20230723-223347.yaml b/.changes/unreleased/Added-20230723-223347.yaml deleted file mode 100644 index bb9c489c9..000000000 --- a/.changes/unreleased/Added-20230723-223347.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Added -body: 'Pixel Wheels got a new vehicle: the BRGP42, an old F1 inspired from the Lola - Mk4.' -time: 2023-07-23T22:33:47.129344816+02:00 diff --git a/.changes/unreleased/Changed-20230415-203039.yaml b/.changes/unreleased/Changed-20230415-203039.yaml deleted file mode 100644 index 1e8114a8c..000000000 --- a/.changes/unreleased/Changed-20230415-203039.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Multi-player has been changed to use a split-screen again. -time: 2023-04-15T20:30:39.775656318+02:00 diff --git a/.changes/unreleased/Changed-20230426-203023.yaml b/.changes/unreleased/Changed-20230426-203023.yaml deleted file mode 100644 index 38feb4149..000000000 --- a/.changes/unreleased/Changed-20230426-203023.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: The multi-player vehicle selector has been reworked to accomodate for 4 players. -time: 2023-04-26T20:30:23.429349648+02:00 diff --git a/.changes/unreleased/Changed-20230730-122119.yaml b/.changes/unreleased/Changed-20230730-122119.yaml deleted file mode 100644 index f2dad3903..000000000 --- a/.changes/unreleased/Changed-20230730-122119.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: Support for hardware keyboards on Android has been improved (#343). -time: 2023-07-30T12:21:19.247402511+02:00 diff --git a/.changes/unreleased/Changed-20230807-085505.yaml b/.changes/unreleased/Changed-20230807-085505.yaml deleted file mode 100644 index 9f4768db9..000000000 --- a/.changes/unreleased/Changed-20230807-085505.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Changed -body: 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. -time: 2023-08-07T08:55:05.481595493+02:00 diff --git a/.changes/unreleased/Changed-20230811-081227.yaml b/.changes/unreleased/Changed-20230811-081227.yaml deleted file mode 100644 index d50ca3d84..000000000 --- a/.changes/unreleased/Changed-20230811-081227.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Changed -body: Vehicles are no longer drawn slightly rotated on the start line, making them - look better. -time: 2023-08-11T08:12:27.301161038+02:00 diff --git a/.changes/unreleased/Fixed-20230217-082645.yaml b/.changes/unreleased/Fixed-20230217-082645.yaml deleted file mode 100644 index cd9d220d6..000000000 --- a/.changes/unreleased/Fixed-20230217-082645.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: Fixed a crash which would happen when configuring one of Player 1 keys to Up - (#326). -time: 2023-02-17T08:26:45.168710998+01:00 diff --git a/.changes/unreleased/Fixed-20230522-183938.yaml b/.changes/unreleased/Fixed-20230522-183938.yaml deleted file mode 100644 index c08e2735e..000000000 --- a/.changes/unreleased/Fixed-20230522-183938.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: Fixed hole in tire barrier on Flood track which could be used to cut a large - part of the track (#336). -time: 2023-05-22T18:39:38.157106069+02:00 diff --git a/.changes/unreleased/Fixed-20230522-191115.yaml b/.changes/unreleased/Fixed-20230522-191115.yaml deleted file mode 100644 index a0bf26c4d..000000000 --- a/.changes/unreleased/Fixed-20230522-191115.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: 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). -time: 2023-05-22T19:11:15.559083331+02:00 diff --git a/.changes/unreleased/Fixed-20230529-090945.yaml b/.changes/unreleased/Fixed-20230529-090945.yaml deleted file mode 100644 index 5ae79f8a4..000000000 --- a/.changes/unreleased/Fixed-20230529-090945.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: 'On "Up, up, up and down", there were holes between trees and rocks which made - it possible to cut much of the track. New trees have grown there, blocking the hole (#337, #345, #346).' -time: 2023-05-29T09:09:45.148500322+02:00 diff --git a/.changes/unreleased/Fixed-20230529-191931.yaml b/.changes/unreleased/Fixed-20230529-191931.yaml deleted file mode 100644 index 3691d7648..000000000 --- a/.changes/unreleased/Fixed-20230529-191931.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: The text explaining how to unlock vehicles is now correctly updated when the - language changes (#344). -time: 2023-05-29T19:19:31.492574838+02:00 diff --git a/.changes/unreleased/Fixed-20230616-184222.yaml b/.changes/unreleased/Fixed-20230616-184222.yaml deleted file mode 100644 index 2073b6411..000000000 --- a/.changes/unreleased/Fixed-20230616-184222.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: Disabled the language selector while playing to avoid returning to - a menu filled with black rectangles (#348). -time: 2023-06-16T18:42:22.737852569+02:00 diff --git a/.changes/unreleased/Fixed-20230722-201350.yaml b/.changes/unreleased/Fixed-20230722-201350.yaml deleted file mode 100644 index 8b49b06c7..000000000 --- a/.changes/unreleased/Fixed-20230722-201350.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: 'Gamepad now has a dedicated "Pause" button: the "Back" button can now be used - to brake. This matches what players expect.' -time: 2023-07-22T20:13:50.822976405+02:00 diff --git a/.changes/unreleased/Fixed-20230724-223013.yaml b/.changes/unreleased/Fixed-20230724-223013.yaml deleted file mode 100644 index 7bd3d1996..000000000 --- a/.changes/unreleased/Fixed-20230724-223013.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: Fixed two areas in "Up, up, up and down!" which would hide vehicles (#363). -time: 2023-07-24T22:30:13.700254016+02:00 diff --git a/.changes/unreleased/Fixed-20230726-110733.yaml b/.changes/unreleased/Fixed-20230726-110733.yaml deleted file mode 100644 index bb68d4834..000000000 --- a/.changes/unreleased/Fixed-20230726-110733.yaml +++ /dev/null @@ -1,3 +0,0 @@ -kind: Fixed -body: "Missiles are no longer drawn over walls or bridges (#58, #362)." -time: 2023-07-26T11:07:33.016807364+02:00 diff --git a/.changes/unreleased/Fixed-20230726-231254.yaml b/.changes/unreleased/Fixed-20230726-231254.yaml deleted file mode 100644 index 8be4bc689..000000000 --- a/.changes/unreleased/Fixed-20230726-231254.yaml +++ /dev/null @@ -1,4 +0,0 @@ -kind: Fixed -body: Obstacle shadows are now drawn on the bottom right of the obstacle, like the - rest of the game objects. -time: 2023-07-26T23:12:54.912928564+02:00 diff --git a/CHANGELOG.md b/CHANGELOG.md index a04d8cc3e..89d994d71 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/fastlane/metadata/android/en-US/changelogs/28.txt b/fastlane/metadata/android/en-US/changelogs/28.txt new file mode 100644 index 000000000..ae86ca553 --- /dev/null +++ b/fastlane/metadata/android/en-US/changelogs/28.txt @@ -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. diff --git a/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml b/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml index ec2585249..52efe4c01 100644 --- a/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml +++ b/tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml @@ -37,6 +37,7 @@ + diff --git a/version.properties b/version.properties index afcb4ba36..7390f10fc 100644 --- a/version.properties +++ b/version.properties @@ -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