Skip to content

Commit 4cbc66d

Browse files
committed
Release 1.13.0 on website and send notification to unstable channel
1 parent 73abecf commit 4cbc66d

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

docs/index.html

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,7 +545,7 @@ <h1 class="header">
545545
<script type="generated-locale-names">{"en":"English","ca":"Català","de":"Deutsch","es":"Español (España)","fi":"Suomi","it":"Italiano","ja":"日本語","ko":"한국어","nb":"Norsk Bokmål","nl":"Nederlands","pt-br":"Português Brasileiro","ru":"Русский","sl":"Slovenščina","sv":"Svenska","tr":"Türkçe","uk":"Українська","zh-cn":"简体中文"}</script>
546546

547547
<script>
548-
const VERSION = '1.12.3';
548+
const VERSION = '1.13.0';
549549

550550
// OS-specific styles
551551
const getOS = () => {
@@ -805,7 +805,7 @@ <h1 class="header">
805805
<div><b l10n="webapp" l10n-description="Followed by link to turbowarp.org/editor">Or use our web app in any browser:</b> <a href="https://turbowarp.org/editor">turbowarp.org/editor</a></div>
806806

807807
<!-- when there is no beta update, leave this hidden instead of removing so we don't lose the l10n string -->
808-
<div>
808+
<div hidden>
809809
<b class="beta-badge" l10n="beta" l10n-description="Followed by a version number eg. v1.7.2-beta.1 that is a link to learn more about the current beta release.">Beta version available:</b>
810810
<a href="https://github.com/TurboWarp/desktop/releases/tag/v1.13.0-beta.4">v1.13.0 beta 4</a>
811811
</div>
@@ -923,6 +923,17 @@ <h3 l10n="cat">Cat blocks</h3>
923923
<h2 l10n="changelog">Changelog</h2>
924924
<div lang="en">
925925
<!-- CHANGELOG_START -->
926+
<div data-version="1.13.0">
927+
<h3>v1.13.0 (January 24 2025)</h3>
928+
<ul>
929+
<li>Added Steamworks extension</li>
930+
<li>Extension documentation opens inside the app and does not require an internet connection</li>
931+
<li>Optimized pen rendering</li>
932+
<li>Improved reliability of file saving</li>
933+
<li>Removed restricted trademarks</li>
934+
<li>Various bug fixes and security hardening</li>
935+
</ul>
936+
</div>
926937
<div data-version="1.12.3">
927938
<h3>v1.12.3 (June 2 2024)</h3>
928939
<ul>

docs/version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"latest": "1.12.3",
3-
"latest_unstable": "1.13.0-beta.4",
3+
"latest_unstable": "1.13.0",
44
"oldest_safe": "1.8.0"
55
}

0 commit comments

Comments
 (0)