Skip to content

Commit 03bd216

Browse files
committed
Prepare tentative changelogs
1 parent 7c71919 commit 03bd216

File tree

3 files changed

+21
-0
lines changed

3 files changed

+21
-0
lines changed

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@ 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)
6+
7+
- New compiler; some projects run twice as fast
8+
- macOS: Fixed poor performance on macOS 26
9+
510
# 1.14.5 (2025-08-28)
611

712
- Optimized stamps when using the Animated Text extension

docs/changelog.json

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
11
[
2+
{
3+
"version": "1.15.0",
4+
"date": "2025-10-4",
5+
"notes": [
6+
"New compiler; some projects run twice as fast",
7+
"macOS: Fixed poor performance on macOS 26"
8+
]
9+
},
210
{
311
"version": "1.14.5",
412
"date": "2025-8-28",

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +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">
71+
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.15.0</url>
72+
<description>
73+
<ul>
74+
<li>New compiler; some projects run twice as fast</li>
75+
</ul>
76+
</description>
77+
</release>
7078
<release version="1.14.5" date="2025-8-28">
7179
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.14.5</url>
7280
<description>

0 commit comments

Comments
 (0)