Skip to content

v1.4.3: Fix Flutter GUI Launcher

Latest

Choose a tag to compare

@jahlives jahlives released this 30 Mar 08:24
· 30 commits to main since this release

What's Fixed

  • Flutter GUI launcher in Flatpak: The --gui flag failed with "Flutter GUI not available" because the wrapper script referenced the wrong binary name (openssl_encrypt_mobile instead of openssl_encrypt). This affected all previous v1.4.x Flatpak builds.
  • GTK window title: Changed from openssl_encrypt_mobile to OpenSSL Encrypt.

Affected Files

  • flatpak/openssl-encrypt — corrected binary path
  • desktop_gui/linux/my_application.cc — fixed window title
  • setup.py, CHANGELOG.md, version.py.template — version bump to 1.4.3

Upgrade

flatpak update com.opensslencrypt.OpenSSLEncrypt

Commits

aaa9da6
7f78dbb
a216248