Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
39 changes: 39 additions & 0 deletions posts/2026/sdk_13_3_1_ga.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
---
title: 'Titanium SDK 13.3.1.GA released'
date: '2026-07-20'
category: 'Release'
author: 'Hans Knöchel'
teaser: 'iOS restart and LiveView fixes, Hyperloop 8.0.1'
image: https://tidev.io/images/titanium-general.png
---

![Titanium SDK 13.3.1.GA](/images/titanium-general.png)

Titanium SDK 13.3.1 is a patch release of the SDK, addressing high-priority issues from the 13.3.0 release.

Here are the highlights of the release:

- iOS: Fixed the `restart` method
- iOS: Fixed LiveView restarts during development
- Updated Hyperloop to 8.0.1

Thanks to everyone in the community who contributed fixes and improvements to this release, especially Michael Gangolf!

For a more detailed overview and all changes, see the release notes: [Titanium SDK 13.3.1.GA Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_13.x/Titanium_SDK_13.3.1.GA_Release_Note.html).

## Install

**Follow these steps to get SDK 13.3.1.GA:**

1. Install the CLI with `npm i -g titanium alloy`
2. Run `titanium sdk install 13.3.1.GA`
3. Set `<sdk-version>13.3.1.GA</sdk-version>` in your `tiapp.xml`

## Report Bugs

If you run into any issues that seem related to the update, please report them on [GitHub](https://github.com/tidev/titanium-sdk/issues).

## How can I support?

If you like our work and want to support, think about a [donation](https://github.com/sponsors/tidev) or to [contribute](/contribute) with your time and code.
A donation helps us to cover the monthly maintenance costs of the projects, so we can continue to release feature- and compatibility updates in the future. Your help is appreciated!
Loading