Skip to content

eBalistyka 0.1.13

Choose a tag to compare

@github-actions github-actions released this 11 May 08:36
· 34 commits to main since this release

Fixed

  • FilePicker API migration — replaced broken FilePicker.platform.* calls with the static FilePicker.* API introduced in file_picker@11.0.0 (ebcp_service.dart, a7p_service.dart)

Changed

  • file_picker updated — upgraded to file_picker@11.0.2; uses XDG portal (org.freedesktop.portal.FileChooser) exclusively on Linux
  • flatpak manifest — aligned icon filename and finish-args to be compatible with Flathub requirements
  • flatpak runtime — bumped org.gnome.Platform from 48 to 49 (GNOME 48 is end-of-life since March 24, 2026)

Removed

  • zenity workarounds — removed; file_picker@11.0.x uses only the XDG portal backend, so zenity is no longer needed

Full Changelog: v0.1.12...v0.1.13