Skip to content

Commit 4768c47

Browse files
committed
chore: add 13.0.1 changelog
1 parent 4d78dcc commit 4768c47

1 file changed

Lines changed: 73 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,76 @@
1+
## [13.0.1](https://github.com/tidev/titanium_mobile/compare/13_0_0_GA...13.0.1) (2025-10-31)
2+
3+
## About this release
4+
5+
Titanium SDK 13.0.1 is a patch release of the SDK, addressing high-priority issues from previous releases.
6+
7+
As of this GA release, the previous Titanium SDK patch release (13.0.0) is no longer supported.
8+
9+
10+
## Community Credits
11+
12+
* Michael Gangolf
13+
* new WebView property 'multipleWindows' ([4d78dcc](https://github.com/tidev/titanium_mobile/commit/4d78dcc661aaa1b4db9a4883d9be702e0fc99a65))
14+
* update iOS workflow ([4f99762](https://github.com/tidev/titanium_mobile/commit/4f99762ec2f286cb0f17e6c9ad7f228d35546c29))
15+
16+
* Prashant Saini
17+
* locale fixes and improvements ([58dea74](https://github.com/tidev/titanium_mobile/commit/58dea743851ad3e82a4b9e66cb3560c7b4e28842))
18+
* fix ANR caused by the `getNumberOfCameras` method ([4f85145](https://github.com/tidev/titanium_mobile/commit/4f85145594c584ca5dcb7436fce50e3d00feb487))
19+
20+
* Hans Knöchel
21+
* properly set Titanium SDK version for runtime usage ([3c56aa6](https://github.com/tidev/titanium_mobile/commit/3c56aa64288fd1b6f628a774ffff169bd193e59c))
22+
* fix ButtonConfiguration API from throwing an error on device ([7ddf0f5](https://github.com/tidev/titanium_mobile/commit/7ddf0f53ffb793342497d96cd972f1ee108aa8ff))
23+
24+
* Hendrik Bugdoll
25+
* TabBar appearance issue on iPhone landscape & iPad ([2e3f04e](https://github.com/tidev/titanium_mobile/commit/2e3f04edccdb60dadccef82eafe0b2988ddb2aac))
26+
* not conform to protocol warnings ([7100588](https://github.com/tidev/titanium_mobile/commit/7100588f1aeb5f0507de45b1a4e87f024b7243d2))
27+
28+
* narbs
29+
* ensure eventStoreChanged notification is not over-registered ([83704bd](https://github.com/tidev/titanium_mobile/commit/83704bd7ce8f1f36417916957a087027feca4104))
30+
* patch ActivityKit so it works with catalyst (#14280) ([be918dd](https://github.com/tidev/titanium_mobile/commit/be918ddb39c5a610d475cb23fb41544eabe6a5c7))
31+
32+
## Bug Fixes
33+
34+
### Android platform
35+
36+
* fix ANR caused by the `getNumberOfCameras` method ([4f85145](https://github.com/tidev/titanium_mobile/commit/4f85145594c584ca5dcb7436fce50e3d00feb487))
37+
38+
### Multiple platforms
39+
40+
* ensure eventStoreChanged notification is not over-registered ([83704bd](https://github.com/tidev/titanium_mobile/commit/83704bd7ce8f1f36417916957a087027feca4104))
41+
* patch ActivityKit so it works with catalyst (#14280) ([be918dd](https://github.com/tidev/titanium_mobile/commit/be918ddb39c5a610d475cb23fb41544eabe6a5c7))
42+
* properly set Titanium SDK version for runtime usage ([3c56aa6](https://github.com/tidev/titanium_mobile/commit/3c56aa64288fd1b6f628a774ffff169bd193e59c))
43+
44+
### iOS platform
45+
46+
* fix ButtonConfiguration API from throwing an error on device ([7ddf0f5](https://github.com/tidev/titanium_mobile/commit/7ddf0f53ffb793342497d96cd972f1ee108aa8ff))
47+
* not conform to protocol warnings ([7100588](https://github.com/tidev/titanium_mobile/commit/7100588f1aeb5f0507de45b1a4e87f024b7243d2))
48+
* TabBar appearance issue on iPhone landscape & iPad ([2e3f04e](https://github.com/tidev/titanium_mobile/commit/2e3f04edccdb60dadccef82eafe0b2988ddb2aac))
49+
50+
## Features
51+
52+
### Android platform
53+
54+
* locale fixes and improvements ([58dea74](https://github.com/tidev/titanium_mobile/commit/58dea743851ad3e82a4b9e66cb3560c7b4e28842))
55+
* new WebView property 'multipleWindows' ([4d78dcc](https://github.com/tidev/titanium_mobile/commit/4d78dcc661aaa1b4db9a4883d9be702e0fc99a65))
56+
57+
## BREAKING CHANGES
58+
59+
60+
## SDK Module Versions
61+
62+
| Module | Android version | iOS Version |
63+
| ----------- | --------------- | ----------- |
64+
| facebook | 14.0.0 | 15.0.0 |
65+
| ti.map | 5.7.0 | 7.3.1 |
66+
| ti.webdialog | 2.5.0 | 3.0.2 |
67+
| ti.playservices | 18.6.0 | n/a |
68+
| ti.identity | 3.2.0 | 5.0.0 |
69+
| urlSession | n/a | 4.0.1 |
70+
| ti.coremotion | n/a | 4.0.1 |
71+
| ti.applesignin | n/a | 3.1.2 |
72+
| hyperloop | 7.0.9 | 7.0.9 |
73+
174
# [13.0.0](https://github.com/tidev/titanium_mobile/compare/12_8_X...13.0.0) (2025-09-15)
275

376
## About this release

0 commit comments

Comments
 (0)