Skip to content

Commit 1063801

Browse files
committed
Update changelogs
1 parent 12b59f6 commit 1063801

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

docs/changelog.json

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
[
22
{
33
"version": "1.14.0",
4-
"date": "2025-3-2",
4+
"date": "2025-3-12",
55
"notes": [
66
"New extension: Camera V2",
77
"Fixed text bubble font",
88
"Fixed compiler bugs caused by incorrect variable type assumptions after running block in compatibility layer",
9+
"Fixed interpreter bugs caused by recursive custom blocks using \"stop this script\" blocks",
910
"Fixed various other bugs",
10-
"macOS: macOS 10.15 devices now need to install a special \"legacy\" version of the app. It has the same features but will be less secure",
11+
"macOS: macOS 10.15 devices now need to install a special \"legacy\" version of the app. It has the same features but will be less secure over time",
1112
"Linux: Fixed importing sprites on some systems"
1213
]
1314
},

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,14 @@
6868
</branding>
6969
<!-- Do not directly edit releases here! This section is generated by scripts/generate-changelogs.js -->
7070
<releases>
71-
<release version="1.14.0" date="2025-3-2">
71+
<release version="1.14.0" date="2025-3-12">
7272
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.14.0</url>
7373
<description>
7474
<ul>
7575
<li>New extension: Camera V2</li>
7676
<li>Fixed text bubble font</li>
7777
<li>Fixed compiler bugs caused by incorrect variable type assumptions after running block in compatibility layer</li>
78+
<li>Fixed interpreter bugs caused by recursive custom blocks using "stop this script" blocks</li>
7879
<li>Fixed various other bugs</li>
7980
<li>Fixed importing sprites on some systems</li>
8081
</ul>

0 commit comments

Comments
 (0)