Skip to content

Commit f7d5db1

Browse files
committed
Update tentative changelogs
1 parent c6f0419 commit f7d5db1

File tree

3 files changed

+6
-9
lines changed

3 files changed

+6
-9
lines changed

changelog.md

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

77
- 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
8+
- Added face sensing extension. It uses a machine learning model that runs on your computer, so it works offline and your webcam feed is never uploaded to any server.
109
- Windows: Fixed broken text boxes after choosing "Stay" in the unsaved changes confirmation dialog
1110
- macOS: Fixed poor performance on macOS 26
1211
- 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

docs/changelog.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,10 @@
11
[
22
{
33
"version": "1.15.0",
4-
"date": "2025-10-12",
4+
"date": "2025-10-19",
55
"notes": [
66
"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",
7+
"Added face sensing extension. It uses a machine learning model that runs on your computer, so it works offline and your webcam feed is never uploaded to any server.",
98
"Windows: Fixed broken text boxes after choosing \"Stay\" in the unsaved changes confirmation dialog",
109
"macOS: Fixed poor performance on macOS 26",
1110
"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",

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -67,13 +67,12 @@
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-12">
70+
<release version="1.15.0" date="2025-10-19">
7171
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.15.0</url>
7272
<description>
7373
<ul>
7474
<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>
75+
<li>Added face sensing extension. It uses a machine learning model that runs on your computer, so it works offline and your webcam feed is never uploaded to any server.</li>
7776
<li>If you use a Wayland compositor, the app will now use native Wayland instead of the Xwayland compatibility layer</li>
7877
<li>Changed executable name back to "turbowarp-desktop" after unintentional change in previous update</li>
7978
</ul>

0 commit comments

Comments
 (0)