Releases: flet-dev/serious-python
Releases · flet-dev/serious-python
v0.9.8
v0.9.7
What's Changed
- Fixed app restart on Android 10, Python output redirect to logcat by @FeodorFitsner in #187
Full Changelog: v0.9.6...v0.9.7
v0.9.6
What's Changed
- Fixed iOS framework identifier generation and bump
archivedependency by @FeodorFitsner in #185 - Fix zip directory by @FeodorFitsner in #186
Full Changelog: v0.9.4...v0.9.6
v0.9.5
What's Changed
- Bump
archivedependency to^4.0.7by @ndonkoHenri in #184
New Contributors
- @ndonkoHenri made their first contribution in #184
Full Changelog: v0.9.4...v0.9.5
v0.9.4
What's Changed
- 16 KB memory page support for Android 15+ by @FeodorFitsner in #176
- Migrate CI to GitHub Actions by @FeodorFitsner in #177
Full Changelog: v0.9.3...v0.9.4
v0.9.3
What's Changed
- Fixes: Do not skip hidden files and
.dist-infodirectories by @FeodorFitsner in #174
Full Changelog: v0.9.2...v0.9.3
v0.9.2
What's Changed
- allow requirements with commas by @FeodorFitsner in #148 (Breaking change: multiple
--requirementsoptions ofpackagecommand must be passed as--requirements DEP_1 --requirements DEP_2 ...(or-r DEP_1 -r DEP_2 ...) instead of-r DEP_1,DEP_2,...to support dependency specifications with commas, e.g.pandas>=2.2,<3) - Fix site-packages packaging for Pyodide platform by @FeodorFitsner in #150
Full Changelog: v0.9.1...v0.9.2
v0.9.1
What's Changed
- v0.9.1: fixing to work with macOS 12 and Xcode 14 by @FeodorFitsner in #146
Full Changelog: v0.9.0...v0.9.1
v0.9.0
What's Changed
- Set
MinimumOSVersionto13.0for generated Python frameworks by @FeodorFitsner in #136 - Put Python resources into a bundle inside a framework by @FeodorFitsner in #139
Full Changelog: v0.8.7...v0.9.0
v0.8.7
What's Changed
- Fix:
xcframeworksmigration script didn't work for sub-directories by @FeodorFitsner in #131
Full Changelog: v0.8.6...v0.8.7