Update version numbers and README
This commit is contained in:
parent
7870ec56a3
commit
5160f4ad33
@ -1,4 +1,4 @@
|
|||||||
The Powder Toy - January 2023
|
The Powder Toy - March 2024
|
||||||
==========================
|
==========================
|
||||||
|
|
||||||
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
|
Get the latest version [from the Powder Toy website](https://powdertoy.co.uk/Download.html).
|
||||||
@ -108,6 +108,7 @@ Controls
|
|||||||
| Shift + R | Horizontal mirror for selected area when pasting stamps |
|
| Shift + R | Horizontal mirror for selected area when pasting stamps |
|
||||||
| Ctrl + Shift + R | Vertical mirror for selected area when pasting stamps |
|
| Ctrl + Shift + R | Vertical mirror for selected area when pasting stamps |
|
||||||
| R | Rotate selected area counterclockwise when pasting stamps |
|
| R | Rotate selected area counterclockwise when pasting stamps |
|
||||||
|
| F11 | Toggle fullscreen |
|
||||||
|
|
||||||
Command Line
|
Command Line
|
||||||
---------------------------------------------------------------------------
|
---------------------------------------------------------------------------
|
||||||
|
@ -40,7 +40,7 @@ option(
|
|||||||
'display_version_major',
|
'display_version_major',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
value: 97,
|
value: 98,
|
||||||
description: 'Major component of the display version, should more or less map to the MINOR version in semantic versioning'
|
description: 'Major component of the display version, should more or less map to the MINOR version in semantic versioning'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
@ -54,14 +54,14 @@ option(
|
|||||||
'build_num',
|
'build_num',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
value: 361,
|
value: 362,
|
||||||
description: 'Build number, should be strictly monotonously increasing across public releases'
|
description: 'Build number, should be strictly monotonously increasing across public releases'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
'upstream_version_major',
|
'upstream_version_major',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
value: 97,
|
value: 98,
|
||||||
description: 'Major component of the upstream display version, mod owners should not change this but merge upstream changes to it'
|
description: 'Major component of the upstream display version, mod owners should not change this but merge upstream changes to it'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
@ -75,7 +75,7 @@ option(
|
|||||||
'upstream_build_num',
|
'upstream_build_num',
|
||||||
type: 'integer',
|
type: 'integer',
|
||||||
min: 0,
|
min: 0,
|
||||||
value: 361,
|
value: 362,
|
||||||
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
|
description: 'Upstream build number, mod owners should not change this but merge upstream changes to it'
|
||||||
)
|
)
|
||||||
option(
|
option(
|
||||||
|
Loading…
Reference in New Issue
Block a user