Skip to content

Commit e957277

Browse files
committed
Getting ready for 1.0.0
1 parent 46a22dc commit e957277

11 files changed

Lines changed: 49 additions & 20 deletions

File tree

.changes/1.0.0.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
## 1.0.0 - 2025-12-14
2+
3+
### Added
4+
5+
- Pixel Wheels now speaks Indonesian, thanks to Neko Nekowazarashi.
6+
7+
- It is now possible to zoom the HUD buttons if they are too small.
8+
9+
### Changed
10+
11+
- Make it easier to drive using pie buttons: their hit zone now extend as far as possible (#24).
12+
13+
- Collision sound effects are now more varied.
14+
15+
### Fixed
16+
17+
- HUD buttons no longer look totally flat.
18+
19+
- Plugged a hole at the start of Tiny-sur-mer where small vehicles like the BGRP42 could sneak and get stuck (#511).

.changes/unreleased/Added-20250723-231442.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Added-20250828-230223.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20250816-121509.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Changed-20250915-081737.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20250828-230011.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

.changes/unreleased/Fixed-20250904-191654.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

CHANGELOG.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,25 @@
11
# Changelog
22

3+
## 1.0.0 - 2025-12-14
4+
5+
### Added
6+
7+
- Pixel Wheels now speaks Indonesian, thanks to Neko Nekowazarashi.
8+
9+
- It is now possible to zoom the HUD buttons if they are too small.
10+
11+
### Changed
12+
13+
- Make it easier to drive using pie buttons: their hit zone now extend as far as possible (#24).
14+
15+
- Collision sound effects are now more varied.
16+
17+
### Fixed
18+
19+
- HUD buttons no longer look totally flat.
20+
21+
- Plugged a hole at the start of Tiny-sur-mer where small vehicles like the BGRP42 could sneak and get stuck (#511).
22+
323
## 1.0.0-rc.1 - 2025-07-14
424

525
### Added
Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
Pixel Wheels now speaks Indonesian, thanks to Neko Nekowazarashi.
2+
3+
It is now possible to zoom the HUD buttons if they are too small. They are also easier to use and no longer look totally flat.
4+
5+
Collision sound effects are now more varied.
6+
7+
Plugged a hole at the start of Tiny-sur-mer where small vehicles like the BGRP42 could sneak and get stuck.

tools/packaging/linux/share/metainfo/com.agateau.PixelWheels.metainfo.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@
4343
<!--
4444
grep '^## ' CHANGELOG.md | sed 's,## \([0-9.]*\) - \([0-9-]*\),<release version="\1" date="\2"/>,'
4545
-->
46+
<release version="1.0.0" date="2025-12-14"/>
4647
<release version="1.0.0-rc.1" date="2025-07-14"/>
4748
<release version="0.26.0" date="2024-09-04"/>
4849
<release version="0.25.1" date="2023-09-17"/>

0 commit comments

Comments
 (0)