Releases: flet-dev/serious-python
Releases · flet-dev/serious-python
Release list
v4.2.1
What's Changed
- ci: skip test jobs on tags (tags only publish) by @FeodorFitsner in #222
- fix(darwin): framework-ize ctypes
.dyliblibs so they load on the iOS simulator by @ndonkoHenri in #223 - Bump to 4.2.1: iOS ctypes .dylib simulator fix + _multiprocessing by @FeodorFitsner in #224
- ci: Zizmor security hardening by @ndonkoHenri in #212
Full Changelog: v4.2.0...v4.2.1
v4.2.0
What's Changed
- Bump to 4.2.0: armeabi-v7a for Python 3.13/3.14 by @FeodorFitsner in #221
Full Changelog: v4.1.1...v4.2.0
v4.1.1
What's Changed
- fix(android): bundle every ABI's _sysconfigdata into the ABI-common stdlib.zip by @FeodorFitsner in #218
- fix(android): guard getLongVersionCode() for API < 28 to prevent launch crash by @FeodorFitsner in #219
- Bump to 4.1.1: Android startup crash fixes by @FeodorFitsner in #220
Full Changelog: v4.1.0...v4.1.1
v4.1.0
What's Changed
- Android: smoother boot (off-main-thread native work) + release pyjnius fix; bump to 4.1.0 by @FeodorFitsner in #217
Full Changelog: v4.0.0...v4.1.0
v4.0.0
What's Changed
- Lift app packaging into serious_python (4.0.0) + Swift Package Manager for darwin by @FeodorFitsner in #215
- serious_python_darwin (SPM): force-load only dart_bridge on macOS (fix duplicate-symbol link errors) by @FeodorFitsner in #216
Full Changelog: v3.0.0...v4.0.0
v3.0.0
What's Changed
- serious_python 3.0.0: in-process dart_bridge FFI transport, Flutter 3.44.2, manifest-driven versions by @FeodorFitsner in #209
- Drive Android ABI list from python-build manifest's android_abis by @FeodorFitsner in #213
Full Changelog: v2.0.0...v3.0.0
v2.0.0
What's Changed
- Multi-version Python support (3.12 / 3.13 / 3.14) by @FeodorFitsner in #207
Full Changelog: v1.0.1...v2.0.0
v1.0.1
What's Changed
- Set PIP_REQUIRE_VIRTUALENV=false to make package command work in restricted environments by @FeodorFitsner in #204
- Prepare release 1.0.1 (Android: cache Python dist tarballs) by @FeodorFitsner in #208
Full Changelog: v1.0.0...v1.0.1
v1.0.0
What's Changed
- Prepare release 1.0.0 (Pyodide → Emscripten breaking rename) by @FeodorFitsner in #201
Full Changelog: v0.9.12...v1.0.0
v0.9.12
What's Changed
- Fix skip site-packages for web packaging by @FeodorFitsner in #199
Full Changelog: v0.9.11...v0.9.12