mirror of
https://github.com/agateau/pixelwheels.git
synced 2025-10-05 17:32:39 +02:00
Preparing 1.0.0-rc.1
This commit is contained in:
21
.changes/1.0.0-rc.1.md
Normal file
21
.changes/1.0.0-rc.1.md
Normal file
@@ -0,0 +1,21 @@
|
||||
## 1.0.0-rc.1 - 2025-07-14
|
||||
|
||||
### Added
|
||||
|
||||
- There are now 3 difficulty levels: Casual, Pro and Legendary.
|
||||
|
||||
- Added a new vehicle: the C15!
|
||||
|
||||
### Changed
|
||||
|
||||
- More vehicles now need to be unlocked: Ant On-1, Pickup, 2-deuch and Roadster.
|
||||
|
||||
- Tweaked steering, acceleration and turbo settings to make vehicles easier to control.
|
||||
|
||||
- Improved country tracks.
|
||||
|
||||
- Screenshots are now stored in a "screenshots" subdirectory of the local config directory.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed the button to open the shop or the support pages not working on recent Android versions.
|
@@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: 'There are now 3 difficulty levels: Casual, Pro and Legendary.'
|
||||
time: 2024-10-25T18:44:52.60807623+02:00
|
@@ -1,3 +0,0 @@
|
||||
kind: Added
|
||||
body: 'Added a new vehicle: the C15!'
|
||||
time: 2025-06-20T23:25:51.463095644+02:00
|
@@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: 'More vehicles now need to be unlocked: Ant On-1, Pickup, 2-deuch and Roadster.'
|
||||
time: 2024-12-16T19:22:09.14107192+01:00
|
@@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: Screenshots are now stored in a "screenshots" subdirectory of the local config directory.
|
||||
time: 2025-01-17T19:25:41.340109991+01:00
|
@@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: Tweaked steering, acceleration and turbo settings to make vehicles easier to control.
|
||||
time: 2025-05-21T17:30:15.171878604+02:00
|
@@ -1,3 +0,0 @@
|
||||
kind: Changed
|
||||
body: Improved country tracks.
|
||||
time: 2025-06-17T12:19:52.307904016+02:00
|
@@ -1,3 +0,0 @@
|
||||
kind: Fixed
|
||||
body: Fixed the button to open the shop or the support pages not working on recent Android versions.
|
||||
time: 2025-04-07T09:17:07.627565776+02:00
|
22
CHANGELOG.md
22
CHANGELOG.md
@@ -1,5 +1,27 @@
|
||||
# Changelog
|
||||
|
||||
## 1.0.0-rc.1 - 2025-07-14
|
||||
|
||||
### Added
|
||||
|
||||
- There are now 3 difficulty levels: Casual, Pro and Legendary.
|
||||
|
||||
- Added a new vehicle: the C15!
|
||||
|
||||
### Changed
|
||||
|
||||
- More vehicles now need to be unlocked: Ant On-1, Pickup, 2-deuch and Roadster.
|
||||
|
||||
- Tweaked steering, acceleration and turbo settings to make vehicles easier to control.
|
||||
|
||||
- Improved country tracks.
|
||||
|
||||
- Screenshots are now stored in a "screenshots" subdirectory of the local config directory.
|
||||
|
||||
### Fixed
|
||||
|
||||
- Fixed the button to open the shop or the support pages not working on recent Android versions.
|
||||
|
||||
## 0.26.0 - 2024-09-03
|
||||
|
||||
### Added
|
||||
|
8
fastlane/metadata/android/en-US/changelogs/31.txt
Normal file
8
fastlane/metadata/android/en-US/changelogs/31.txt
Normal file
@@ -0,0 +1,8 @@
|
||||
There are now 3 difficulty levels: Casual, Pro and Legendary.
|
||||
|
||||
Vehicles should be easier to control.
|
||||
Added a new vehicle: the C15.
|
||||
|
||||
More vehicles now need to be unlocked.
|
||||
|
||||
Fixed the button to open the shop or the support pages not working on recent Android versions.
|
@@ -43,6 +43,7 @@
|
||||
<!--
|
||||
grep '^## ' CHANGELOG.md | sed 's,## \([0-9.]*\) - \([0-9-]*\),<release version="\1" date="\2"/>,'
|
||||
-->
|
||||
<release version="1.0.0-rc.1" date="2025-07-14"/>
|
||||
<release version="0.26.0" date="2024-09-04"/>
|
||||
<release version="0.25.1" date="2023-09-17"/>
|
||||
<release version="0.25.0" date="2023-08-05"/>
|
||||
|
@@ -1,3 +1,3 @@
|
||||
# Careful: this file is read both by Gradle and Make
|
||||
VERSION_CODE=30
|
||||
VERSION=0.26.0
|
||||
VERSION_CODE=31
|
||||
VERSION=1.0.0-rc.1
|
||||
|
Reference in New Issue
Block a user