We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd3a58d commit a3d9e97Copy full SHA for a3d9e97
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changes
2
3
+## 1.2.0 - 2025.10.14
4
+
5
+Modern rendering option
6
+Ability to use solid gray background (requires modern rendering option)
7
+Various bug fixes around level transitions
8
9
## 1.1.2 - 2025.10.11
10
11
Fix transition state bug
package.json
@@ -1,6 +1,6 @@
{
"name": "continuum",
- "version": "1.1.2",
+ "version": "1.2.0",
"type": "module",
"description": "Recreation of the 68000 Mac game Continuum for the web",
"scripts": {
0 commit comments