Skip to content

Commit 2ae7f66

Browse files
committed
Prepare tenative 1.13.2 changelog
1 parent d715487 commit 2ae7f66

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

changelog.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@ This document is the authoritative source for TurboWarp's changelogs. Everything
22

33
Prefix notes with "Windows:", "macOS:", or "Linux:" as needed. Do not use **formatting** or [links](https://desktop.turbowarp.org/).
44

5+
# 1.13.2 (2025-01-30)
6+
7+
- Fixed disable cloud variables option in the "Edit" menu
8+
- Fixed downloading files in packaged projects
9+
- Windows: Fixed app name in task manager
10+
511
# 1.13.0 (2025-01-24)
612

713
- Added Steamworks extension

docs/changelog.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,13 @@
11
[
2+
{
3+
"version": "1.13.2",
4+
"date": "2025-1-30",
5+
"notes": [
6+
"Fixed disable cloud variables option in the \"Edit\" menu",
7+
"Fixed downloading files in packaged projects",
8+
"Windows: Fixed app name in task manager"
9+
]
10+
},
211
{
312
"version": "1.13.0",
413
"date": "2025-1-24",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,14 @@
6060
</branding>
6161
<!-- Do not directly edit releases here! This section is generated by scripts/generate-changelogs.js -->
6262
<releases>
63+
<release version="1.13.2" date="2025-1-30">
64+
<description>
65+
<ul>
66+
<li>Fixed disable cloud variables option in the "Edit" menu</li>
67+
<li>Fixed downloading files in packaged projects</li>
68+
</ul>
69+
</description>
70+
</release>
6371
<release version="1.13.0" date="2025-1-24">
6472
<description>
6573
<ul>

0 commit comments

Comments
 (0)