Skip to content

0.4.8

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 16 Oct 01:29
· 43 commits to main since this release
b987e88

This is a minor bugfix release, correcting an issue with Toga's support for Python 3.13 on Android.

Bugfixes

  • On macOS, apps that specify both document_types and a main_window no longer display the document selection dialog on startup. (#2860)
  • The integration with Android's event loop has been updated to support Python 3.13. (#2907)

Backward Incompatible Changes

  • Toga no longer supports Python 3.8. (#2888)
  • Android applications should update their Gradle requirements to use version 1.12.0 of the Material library (com.google.android.material:material:1.12.0). (#2890)
  • Android applications should update their Gradle requirements to use version 6.1.20 of the OSMDroid library (org.osmdroid:osmdroid-android:6.1.20). (#2890)

Misc