@@ -5,6 +5,55 @@ Change log
5
5
6
6
.. towncrier release notes start
7
7
8
+ 14.0.2 (2023-01-29)
9
+ ===================
10
+
11
+ Backward incompatible
12
+ ---------------------
13
+
14
+ - :ref: `buildPython ` must now be at least Python 3.7. (`#713
15
+ <https://github.com/chaquo/chaquopy/issues/713> `__)
16
+
17
+
18
+ Features
19
+ --------
20
+
21
+ - `sys.stdout ` and `sys.stderr ` are now line-buffered by default. (`#654
22
+ <https://github.com/chaquo/chaquopy/issues/654> `__, `#746
23
+ <https://github.com/chaquo/chaquopy/issues/746> `__, `#757
24
+ <https://github.com/chaquo/chaquopy/issues/757> `__)
25
+ - Add option to `redirect native stdout and stderr to Logcat
26
+ <java/com/chaquo/python/android/AndroidPlatform.html#redirectStdioToLogcat--> `__.
27
+ (`#725 <https://github.com/chaquo/chaquopy/issues/725 >`__)
28
+ - Update to Python version 3.8.16 and OpenSSL version 1.1.1s. This fixes the
29
+ Google Play warning "Your app uses a defective version of the OpenSSL
30
+ library". (`#727 <https://github.com/chaquo/chaquopy/issues/727 >`__)
31
+ - Update CA bundle to certifi 2022.12.7. (`#747
32
+ <https://github.com/chaquo/chaquopy/issues/747> `__)
33
+ - Add `python ` executable as a final fallback when searching for buildPython.
34
+ (`#752 <https://github.com/chaquo/chaquopy/issues/752 >`__)
35
+ - Restore the `extractPackages ` setting, for code that requires its modules to
36
+ exist as separate .py files. (`#754
37
+ <https://github.com/chaquo/chaquopy/issues/754> `__)
38
+ - Android Gradle plugin version 7.4 is now supported. (`#756
39
+ <https://github.com/chaquo/chaquopy/issues/756> `__)
40
+ - Update to pip version 20.1.
41
+
42
+
43
+ Bugfixes
44
+ --------
45
+
46
+ - Enable PEP 517 builds in pip. (`#715
47
+ <https://github.com/chaquo/chaquopy/issues/715> `__)
48
+ - Show correct error message when buildPython autodetection fails. (`#733
49
+ <https://github.com/chaquo/chaquopy/issues/733> `__)
50
+ - Fix error when calling `entry_points ` with an unreadable directory on
51
+ `sys.path `. (`#755 <https://github.com/chaquo/chaquopy/issues/755 >`__)
52
+ - Fix "Could not find an activated virtualenv" error when
53
+ `PIP_REQUIRE_VIRTUALENV ` environment variable is set. (`#777
54
+ <https://github.com/chaquo/chaquopy/issues/777> `__)
55
+
56
+
8
57
13.0.0 (2022-11-06)
9
58
===================
10
59
0 commit comments