From d2aaf93f27ac1080130420edcb1dbad3e5c94743 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 28 Jan 2023 11:51:19 +0100 Subject: [PATCH 1/2] Update CHANGELOG.md --- CHANGELOG.md | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index dda944b49b..66afc7426f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,32 @@ # Changelog +## [Unreleased](https://github.com/kivy/python-for-android/tree/HEAD) + +[Full Changelog](https://github.com/kivy/python-for-android/compare/v2022.12.20...HEAD) + +**Closed issues:** + +- Python + [\#2737](https://github.com/kivy/python-for-android/issues/2737) +- AndroidX Issue [\#2736](https://github.com/kivy/python-for-android/issues/2736) +- Kivy build failed [\#2735](https://github.com/kivy/python-for-android/issues/2735) +- Can't build apk using READ\_EXTERNAL\_STORAGE, WRITE\_EXTERNAL\_STORAGE in buildozer.spec [\#2732](https://github.com/kivy/python-for-android/issues/2732) +- BUILD FAILURE: No main.py\(o\) found in your app directory. [\#2731](https://github.com/kivy/python-for-android/issues/2731) +- Your app currently targets API level 30 and must target at least API level 31 to ensure that it is built on the latest APIs optimised for security and performance. Change your app's target API level to at least 31 [\#2729](https://github.com/kivy/python-for-android/issues/2729) +- Your app currently targets API level 30 and must target at least API level 31 to ensure that it is built on the latest APIs optimised for security and performance. Change your app's target API level to at least 31 [\#2727](https://github.com/kivy/python-for-android/issues/2727) +- `sh.CommandNotFound: ./download.sh` [\#2726](https://github.com/kivy/python-for-android/issues/2726) +- Setting `android:screenOrientation` via `--orientation` has no effect when targeting API 31 [\#2724](https://github.com/kivy/python-for-android/issues/2724) +- \[Question\]: How to set 'compileSdkVersion' to 31 or higher. [\#2722](https://github.com/kivy/python-for-android/issues/2722) +- Bug in the keyboard event listener [\#2423](https://github.com/kivy/python-for-android/issues/2423) + +**Merged pull requests:** + +- Implements `--manifest-orientation` and changes how `--orientation` works so we can now pass the setting to the SDL orientation hint [\#2739](https://github.com/kivy/python-for-android/pull/2739) ([misl6](https://github.com/misl6)) +- Update \_\_init\_\_.py from `scrypt` recipe [\#2738](https://github.com/kivy/python-for-android/pull/2738) ([FilipeMarch](https://github.com/FilipeMarch)) +- Apply a patch from SDL upstream that fixes orientation settings [\#2730](https://github.com/kivy/python-for-android/pull/2730) ([misl6](https://github.com/misl6)) +- Support permission properties \(`maxSdkVersion` and `usesPermissionFlags`\) + remove `WRITE_EXTERNAL_STORAGE` permission, which has been previously declared by default [\#2725](https://github.com/kivy/python-for-android/pull/2725) ([misl6](https://github.com/misl6)) +- Merge master in develop [\#2721](https://github.com/kivy/python-for-android/pull/2721) ([misl6](https://github.com/misl6)) + ## [v2022.12.20](https://github.com/kivy/python-for-android/tree/v2022.12.20) (2022-12-20) [Full Changelog](https://github.com/kivy/python-for-android/compare/v2022.09.04...v2022.12.20) From 5b45f40dfb2ab88cd5f873f604a0145b50eb1e43 Mon Sep 17 00:00:00 2001 From: Mirko Galimberti Date: Sat, 28 Jan 2023 11:53:29 +0100 Subject: [PATCH 2/2] Bump version to 2023.01.28 --- CHANGELOG.md | 4 ++-- pythonforandroid/__init__.py | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 66afc7426f..1ba38ca865 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog -## [Unreleased](https://github.com/kivy/python-for-android/tree/HEAD) +## [v2023.01.28](https://github.com/kivy/python-for-android/tree/v2023.01.28) (2023-01-28) -[Full Changelog](https://github.com/kivy/python-for-android/compare/v2022.12.20...HEAD) +[Full Changelog](https://github.com/kivy/python-for-android/compare/v2022.12.20...v2023.01.28) **Closed issues:** diff --git a/pythonforandroid/__init__.py b/pythonforandroid/__init__.py index 8364e6416d..71bdd8017e 100644 --- a/pythonforandroid/__init__.py +++ b/pythonforandroid/__init__.py @@ -1 +1 @@ -__version__ = '2022.12.20' +__version__ = '2023.01.28'