Skip to content

Commit 1b70ad5

Browse files
committed
Update packager to 3.4.0
1 parent 5a9b150 commit 1b70ad5

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

changelog.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,10 @@ Prefix notes with "Windows:", "macOS:", or "Linux:" as needed. Do not use **form
77
- Fixed disable cloud variables option in the "Edit" menu
88
- Fixed using files extension to download files in packaged projects
99
- Fixed pointerlock extension returning incorrect values for y position
10-
- Fixed more motion direction to block returning values in incorrect range
11-
- Fixed tween extension resuming incorrectly after project is paused
10+
- Fixed more motion "direction to" block returning values in incorrect range
11+
- Fixed tween extension resuming incorrectly when project is paused and unpaused
1212
- Fixed more timers extension being affected by system time changes
13+
- Fixed video extension not pausing when pause button pressed in packaged projects
1314
- Windows: Fixed app name in task manager
1415

1516
# 1.13.0 (2025-01-24)

docs/changelog.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@
66
"Fixed disable cloud variables option in the \"Edit\" menu",
77
"Fixed using files extension to download files in packaged projects",
88
"Fixed pointerlock extension returning incorrect values for y position",
9+
"Fixed more motion \"direction to\" block returning values in incorrect range",
10+
"Fixed tween extension resuming incorrectly when project is paused and unpaused",
11+
"Fixed more timers extension being affected by system time changes",
12+
"Fixed video extension not pausing when pause button pressed in packaged projects",
913
"Windows: Fixed app name in task manager"
1014
]
1115
},

linux-files/org.turbowarp.TurboWarp.metainfo.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,10 @@
6666
<li>Fixed disable cloud variables option in the "Edit" menu</li>
6767
<li>Fixed using files extension to download files in packaged projects</li>
6868
<li>Fixed pointerlock extension returning incorrect values for y position</li>
69+
<li>Fixed more motion "direction to" block returning values in incorrect range</li>
70+
<li>Fixed tween extension resuming incorrectly when project is paused and unpaused</li>
71+
<li>Fixed more timers extension being affected by system time changes</li>
72+
<li>Fixed video extension not pausing when pause button pressed in packaged projects</li>
6973
</ul>
7074
</description>
7175
</release>

scripts/packager.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
2-
"src": "https://github.com/TurboWarp/packager/releases/download/v3.3.0/turbowarp-packager-standalone-3.3.0.html",
3-
"sha256": "75df318a83dd4a0da66ae3d339aa741f85960b5e37742f7449f8f53661563647"
2+
"src": "https://github.com/TurboWarp/packager/releases/download/v3.4.0/turbowarp-packager-standalone-3.4.0.html",
3+
"sha256": "9663ee8e947cb4b3f9413229e6212ad2169129be100bb50f17471b79e71d9309"
44
}

0 commit comments

Comments
 (0)