Skip to content

Commit 1529110

Browse files
committed
Update tentative changelog
1 parent cd385bd commit 1529110

File tree

3 files changed

+17
-9
lines changed

3 files changed

+17
-9
lines changed

changelog.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,14 @@ 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.15.0 (2025-10-04)
5+
# 1.15.0 (2025-10-12)
66

7-
- New compiler; some projects run twice as fast
8-
- Added face sensing extension
7+
- New compiler runs some projects twice as fast
8+
- Added face sensing extension, compatible with Scratch
9+
- If your computer does not support hardware-accelerated WebGL, you will be forced to open Desktop Settings and disable graphics acceleration. Previously the CPU fallback would be automatically used, but a manual toggle is now required as it is very slow and is less secure
910
- macOS: Fixed poor performance on macOS 26
11+
- macOS: macOS 11 users now have to use a special legacy version of the app which is slower and less secure than the regular version
12+
- Linux: If you use a Wayland compositor, the app will now use native Wayland instead of the Xwayland compatibility layer
1013
- Linux: Changed executable name back to "turbowarp-desktop" after unintentional change in previous update
1114

1215
# 1.14.5 (2025-08-28)

docs/changelog.json

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,14 @@
11
[
22
{
33
"version": "1.15.0",
4-
"date": "2025-10-4",
4+
"date": "2025-10-12",
55
"notes": [
6-
"New compiler; some projects run twice as fast",
7-
"Added face sensing extension",
6+
"New compiler runs some projects twice as fast",
7+
"Added face sensing extension, compatible with Scratch",
8+
"If your computer does not support hardware-accelerated WebGL, you will be forced to open Desktop Settings and disable graphics acceleration. Previously the CPU fallback would be automatically used, but a manual toggle is now required as it is very slow and is less secure",
89
"macOS: Fixed poor performance on macOS 26",
10+
"macOS: macOS 11 users now have to use a special legacy version of the app which is slower and less secure than the regular version",
11+
"Linux: If you use a Wayland compositor, the app will now use native Wayland instead of the Xwayland compatibility layer",
912
"Linux: Changed executable name back to \"turbowarp-desktop\" after unintentional change in previous update"
1013
]
1114
},

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

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,12 +67,14 @@
6767
</branding>
6868
<!-- Do not directly edit releases here! This section is generated by scripts/generate-changelogs.js -->
6969
<releases>
70-
<release version="1.15.0" date="2025-10-4">
70+
<release version="1.15.0" date="2025-10-12">
7171
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.15.0</url>
7272
<description>
7373
<ul>
74-
<li>New compiler; some projects run twice as fast</li>
75-
<li>Added face sensing extension</li>
74+
<li>New compiler runs some projects twice as fast</li>
75+
<li>Added face sensing extension, compatible with Scratch</li>
76+
<li>If your computer does not support hardware-accelerated WebGL, you will be forced to open Desktop Settings and disable graphics acceleration. Previously the CPU fallback would be automatically used, but a manual toggle is now required as it is very slow and is less secure</li>
77+
<li>If you use a Wayland compositor, the app will now use native Wayland instead of the Xwayland compatibility layer</li>
7678
<li>Changed executable name back to "turbowarp-desktop" after unintentional change in previous update</li>
7779
</ul>
7880
</description>

0 commit comments

Comments
 (0)