Skip to content

Releases: flatpak/flatpak

Flatpak 0.6.6

23 Jun 11:34
0.6.6
Compare
Choose a tag to compare

Major changes in 0.6.6

  • Better support for multi-arch (for instance, will automatically install
    i386-only app on x86_64 without user having to specify --arch).
  • Support --device=all to access the full host /dev
  • More command line support for managing exported documents
  • Extended API for the document portal: Lookup, Info, List
  • flatpak-builder: Support initializing /var from a runtime
    extension.
  • Disable static deltas when updating via the system helper to
    work around bug in ostree.
$ sha256sum flatpak-0.6.6.tar.xz 
3ae49ef6972430596c7ed9e436c065a6a20617b6c6893a0f1b6d617a63600419  flatpak-0.6.6.tar.xz

Flatpak 0.6.5

10 Jun 11:49
0.6.5
Compare
Choose a tag to compare

Major changes in 0.6.5

  • Documentation improvements
  • builder: Check that the specified command exists after build is done
  • builder: Fix up mtime in headers for python precompiled files
  • builder: Allow submodules and including modules from other json files
  • system-helper builds are optional (--disable-system-helper)
  • system-helper: Support installing from local remotes and bundles
  • Improved support for --subpath installs, including libflatpak support
  • Improved command line completion
$ sha256sum flatpak-0.6.5.tar.xz 
f9218f85ef2b4bf63370821fea7ccecdb2f4d35693a2190ce93956b1a9548a9d  flatpak-0.6.5.tar.xz

Flatpak 0.6.4

01 Jun 08:38
0.6.4
Compare
Choose a tag to compare

Major changes in 0.6.4

  • Fix an issue where flatpak sometimes created empty "repo"
    directories in the CWD
$ sha256sum flatpak-0.6.4.tar.xz 
19ffcff550e71dfd810df2d465fbde1b5539ce0cb83a4ed6de1558c3e91fb275  flatpak-0.6.4.tar.xz

Flatpak 0.6.3

31 May 14:59
0.6.3
Compare
Choose a tag to compare

Major changes in 0.6.3

  • Fix resolv.conf regression in flatpak build
  • Fix LD_LIBRARY_PATH override support in flatpak build
  • Support forwarding app permissions in flatpak-builder --run
  • Flatpak is now smarter about the default branch to use in most operations
  • update will not fail on the first error if updating several things
  • New much more complete bash completion system
  • Faster installations
  • Support new keyfile format for remote-add --from=file
$ sha256sum flatpak-0.6.3.tar.xz 
7169bb738c145753e6fa0767340f0d59a05dfc912f039a0510b68adac6a16263  flatpak-0.6.3.tar.xz

Release 0.6.2

24 May 11:30
0.6.2
Compare
Choose a tag to compare

Major changes in 0.6.2

  • Fixed no-network support regression in setuid mode.
  • Fixed creation of root-owned file in home dir when using sudo in some cases
  • New --with-privileged-group configure option
$ sha256sum flatpak-0.6.2.tar.xz 
69cc156ef1479e9c259717b9c6041dbb45dcd1054b0cee97bb1bf0705053628a  flatpak-0.6.2.tar.xz

Flatpak 0.6.1

23 May 08:09
0.6.1
Compare
Choose a tag to compare

Major changes in 0.6.1

  • Fixed support for systems without user namespaces (default for Arch) or
    unprivileged support for user namespaces (default for Debian).
  • Fix memory leak during install/update.
  • update: Fix support for --arch.
  • Set the right location for the system directory in the environment.
  • system-helper: Support updating without deploying (needed for
    gnome-software support).
  • lib: Fix support for updates

Flatpak 0.6.0

19 May 14:34
0.6.0
Compare
Choose a tag to compare

Renamed from xdg-app to Flatpak. Existing repositories should keep
working, and locally user installed apps/runtime will be migrated
automatically. However, there are some things that you have to be
aware of:

  • The command names are now flatpak/flatpak-builder
  • System-wide installed apps/runtimes need to be reinstalled
  • flatpak-builder uses a ".flatpak-builder" subdirectory instead
    of ".xdg-app-builder".
  • The bus name and interface name for the permission
    store is changed, it was in org.freedesktop.XdgApp, but is
    now in org.freedesktop.impl.portal.DesktopPortal.
  • The installation migration is a one-time operation so you can't
    go back to xdg-app after updating.
  • The library API (and name) changed due to the rename.

Other changes:

  • Flatpak now hard-requires ostree 2016.5
  • Switch from using xdg-app-helper to an included version of bubblewrap:
    https://github.com/projectatomic/bubblewrap
  • Added a policykit-based system helper that allows you to authenticate
    via polkit to install into the system repository.
  • Added an experimental command to export/import applications and runtimes
    as an OCI tarball.
  • builder: Fix creation of locale extensions if there was no locale data in the
    build.
  • Its now possible to disable/enable configured remotes.
  • A lot of new tests where added, and we now support installed tests.
  • builder now has an optional --arch argument for multiarch building.
  • Builder modules can be disabled with "disabled": true.
  • Using --filesystem=/tmp now hides the system X11 sockets.