Skip to content

Commit 3c5add8

Browse files
committed
Update changelogs
1 parent 2f4f124 commit 3c5add8

File tree

3 files changed

+25
-0
lines changed

3 files changed

+25
-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.14.5 (2025-08-25)
6+
7+
- Optimized stamps when using the Animated Text extension
8+
- Added code signing for some Windows builds using free using code signing provided by SignPath.io and certificate by SignPath Foundation
9+
- Remove donation links
10+
511
# 1.14.4 (2025-06-12)
612

713
- Reduced size of packaged projects by 400KB

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.14.5",
4+
"date": "2025-8-25",
5+
"notes": [
6+
"Optimized stamps when using the Animated Text extension",
7+
"Added code signing for some Windows builds using free using code signing provided by SignPath.io and certificate by SignPath Foundation",
8+
"Remove donation links"
9+
]
10+
},
211
{
312
"version": "1.14.4",
413
"date": "2025-6-12",

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,16 @@
6767
</branding>
6868
<!-- Do not directly edit releases here! This section is generated by scripts/generate-changelogs.js -->
6969
<releases>
70+
<release version="1.14.5" date="2025-8-25">
71+
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.14.5</url>
72+
<description>
73+
<ul>
74+
<li>Optimized stamps when using the Animated Text extension</li>
75+
<li>Added code signing for some Windows builds using free using code signing provided by SignPath.io and certificate by SignPath Foundation</li>
76+
<li>Remove donation links</li>
77+
</ul>
78+
</description>
79+
</release>
7080
<release version="1.14.4" date="2025-6-12">
7181
<url type="details">https://github.com/TurboWarp/desktop/releases/tag/v1.14.4</url>
7282
<description>

0 commit comments

Comments
 (0)