From d1b9f50df7c69be3c89bc0759e44148a07c3a4d6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Fri, 12 Jan 2024 11:38:27 +0100 Subject: [PATCH 1/4] docs: add 12.3.0.RC blog post --- posts/2023/sdk_12_3_0_rc.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 posts/2023/sdk_12_3_0_rc.md diff --git a/posts/2023/sdk_12_3_0_rc.md b/posts/2023/sdk_12_3_0_rc.md new file mode 100644 index 0000000..d9ced0a --- /dev/null +++ b/posts/2023/sdk_12_3_0_rc.md @@ -0,0 +1,31 @@ +--- +title: 'Titanium SDK 12.3.0.RC released' +date: '2024-01-12' +category: 'Release' +author: 'Hans Knöchel' +teaser: 'Support for Node.js 20, Apple Vision Pro and new Android camera handling' +--- + +The next stable version of the Titanium SDK is now is available: 12.3.0.RC. Titanium SDK 12.3.0 is a minor release of the SDK, adding new features and fixing existing bugs: + * General: Official support for Node.js 18 and 20 + * General: Module updates (e.g. hyperloop and ti.map) + * iOS: Support multi-scene applications (e.g. CarPlay and visionOS) + * Android: New camera handling using the official `CameraX` Jetpack library + +For a more detailed overview, known issues and closed issues, see the release notes: [Titanium SDK 12.3.0.RC Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.RC_Release_Note.html). + +## Install + +**Follow these steps to get SDK 12.3.0.RC:** + +1. Install the CLI with `[sudo] npm i -g titanium alloy` +2. Run `titanium sdk install 12.3.0.RC` +3. Set `12.3.0.RC` 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](/donate) or to [contribute](/contribute) with your time and code. From 08ce5bc32db6d7a00c6c831a8914d218cf5503fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Fri, 12 Jan 2024 12:01:20 +0100 Subject: [PATCH 2/4] Update posts/2023/sdk_12_3_0_rc.md Co-authored-by: Michael Gangolf --- posts/2023/sdk_12_3_0_rc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/posts/2023/sdk_12_3_0_rc.md b/posts/2023/sdk_12_3_0_rc.md index d9ced0a..3be3a66 100644 --- a/posts/2023/sdk_12_3_0_rc.md +++ b/posts/2023/sdk_12_3_0_rc.md @@ -10,7 +10,7 @@ The next stable version of the Titanium SDK is now is available: 12.3.0.RC Date: Fri, 12 Jan 2024 12:02:35 +0100 Subject: [PATCH 3/4] chore: move file --- posts/2024/sdk_12_3_0_rc.md | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 posts/2024/sdk_12_3_0_rc.md diff --git a/posts/2024/sdk_12_3_0_rc.md b/posts/2024/sdk_12_3_0_rc.md new file mode 100644 index 0000000..4c87da5 --- /dev/null +++ b/posts/2024/sdk_12_3_0_rc.md @@ -0,0 +1,31 @@ +--- +title: 'Titanium SDK 12.3.0.RC released' +date: '2024-01-12' +category: 'Release' +author: 'Hans Knöchel' +teaser: 'Support for Node.js 20, Apple Vision Pro and new Android camera handling' +--- + +The next stable version of the Titanium SDK is now is available: 12.3.0.RC. Titanium SDK 12.3.0 is a minor release of the SDK, adding new features and fixing existing bugs: + * General: Official support for Node.js 18 and 20 + * General: Module updates (e.g. hyperloop and ti.map) + * iOS: Support multi-scene applications (e.g. CarPlay and visionOS) + * Android: New camera handling using the official `CameraX` Jetpack library when you use a camera with an overlay. Use `useCameraX: true` to enable the new features (see the documentation for more information). + +For a more detailed overview, known issues and closed issues, see the release notes: [Titanium SDK 12.3.0.RC Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.RC_Release_Note.html). + +## Install + +**Follow these steps to get SDK 12.3.0.RC:** + +1. Install the CLI with `[sudo] npm i -g titanium alloy` +2. Run `titanium sdk install 12.3.0.RC` +3. Set `12.3.0.RC` 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](/donate) or to [contribute](/contribute) with your time and code. From a65e30bdac6351c0244f1b111199f67494043c35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hans=20Kn=C3=B6chel?= Date: Fri, 12 Jan 2024 12:14:25 +0100 Subject: [PATCH 4/4] Delete posts/2023/sdk_12_3_0_rc.md --- posts/2023/sdk_12_3_0_rc.md | 31 ------------------------------- 1 file changed, 31 deletions(-) delete mode 100644 posts/2023/sdk_12_3_0_rc.md diff --git a/posts/2023/sdk_12_3_0_rc.md b/posts/2023/sdk_12_3_0_rc.md deleted file mode 100644 index 3be3a66..0000000 --- a/posts/2023/sdk_12_3_0_rc.md +++ /dev/null @@ -1,31 +0,0 @@ ---- -title: 'Titanium SDK 12.3.0.RC released' -date: '2024-01-12' -category: 'Release' -author: 'Hans Knöchel' -teaser: 'Support for Node.js 20, Apple Vision Pro and new Android camera handling' ---- - -The next stable version of the Titanium SDK is now is available: 12.3.0.RC. Titanium SDK 12.3.0 is a minor release of the SDK, adding new features and fixing existing bugs: - * General: Official support for Node.js 18 and 20 - * General: Module updates (e.g. hyperloop and ti.map) - * iOS: Support multi-scene applications (e.g. CarPlay and visionOS) - * Android: New camera handling using the official `CameraX` Jetpack library when you use a camera with an overlay. Use `useCameraX:true` to enable the new features (see the documentation for more information). - -For a more detailed overview, known issues and closed issues, see the release notes: [Titanium SDK 12.3.0.RC Release Note](https://titaniumsdk.com/guide/Titanium_SDK/Titanium_SDK_Release_Notes/Titanium_SDK_Release_Notes_12.x/Titanium_SDK_12.3.0.RC_Release_Note.html). - -## Install - -**Follow these steps to get SDK 12.3.0.RC:** - -1. Install the CLI with `[sudo] npm i -g titanium alloy` -2. Run `titanium sdk install 12.3.0.RC` -3. Set `12.3.0.RC` 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](/donate) or to [contribute](/contribute) with your time and code.