From 1e3a7d3afbf3f3b5dad827af775ac7195d45b5f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Fri, 2 Jun 2023 19:54:06 +0200 Subject: [PATCH] chore: add changelog --- CHANGELOG.md | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 38c8a2f5a6a..a87c84a99bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,46 @@ +## [12.1.2](https://github.com/tidev/titanium_mobile/compare/12_1_1_GA...12.1.2) (2023-06-02) + +## About this release + +Titanium SDK 12.1.2 is a patch release of the SDK, addressing high-priority issues from previous releases. + +As of this GA release, the previous Titanium SDK patch release (12.1.1) is no longer supported. + + +## Community Credits + +* Michael Gangolf + * update WWDRCA links ([26a8db2](https://github.com/tidev/titanium_mobile/commit/26a8db24e7a33f342fa97e7aef856fe99880df16)) + * tableview scroll state restoration ([12a0aea](https://github.com/tidev/titanium_mobile/commit/12a0aea7f0a7a5c8cea04f5d3a09bad1760386a6)) + +* Hans Knöchel + * use Hyperloop 7.0.5 ([ab453df](https://github.com/tidev/titanium_mobile/commit/ab453dfc0d237021236bb90c21ff3e4e607f768c)) + * use sanitized app name ([63aa1ae](https://github.com/tidev/titanium_mobile/commit/63aa1aee36529016b782ab4baa2c9268efcfd1d1)) + +## Bug Fixes + +### Android platform + +* tableview scroll state restoration ([12a0aea](https://github.com/tidev/titanium_mobile/commit/12a0aea7f0a7a5c8cea04f5d3a09bad1760386a6)) + +### Multiple platforms + +* use sanitized app name ([63aa1ae](https://github.com/tidev/titanium_mobile/commit/63aa1aee36529016b782ab4baa2c9268efcfd1d1)) + +## SDK Module Versions + +| Module | Android version | iOS Version | +| ----------- | --------------- | ----------- | +| facebook | 12.0.0 | 13.0.0 | +| ti.map | 5.5.1 | 7.0.0 | +| ti.webdialog | 2.2.0 | 3.0.2 | +| ti.playservices | 18.2.0 | n/a | +| ti.identity | 3.1.0 | 5.0.0 | +| urlSession | n/a | 4.0.1 | +| ti.coremotion | n/a | 4.0.1 | +| ti.applesignin | n/a | 3.1.2 | +| hyperloop | 7.0.5 | 7.0.5 | + ## [12.1.1](https://github.com/tidev/titanium_mobile/compare/12_1_0_GA...12.1.1) (2023-04-28) ## About this release