Skip to content

Releases: ruanformigoni/flatimage

v0.3.4

03 May 21:44
Compare
Choose a tag to compare

Full Changelog: v0.3.3...v0.3.4

  • Setup guest read-only filesystem access to host
  • Symlink nvidia drivers instead of binding

v0.3.3

02 May 21:57
Compare
Choose a tag to compare

Full Changelog: v0.3.2...v0.3.3

  • Correct paths for NVIDIA bindings
  • Make sure parent paths for NVIDIA bindings exist
  • Print command in debug mode

v0.3.2

01 May 22:01
Compare
Choose a tag to compare

Full Changelog: v0.3.1...v0.3.2

  • Updated static binaries
  • Include binding for udev
  • Silence ln command in non debug mode
  • Store app static binaries in FIM_DIR_TEMP_BIN
  • Use filesystem name with FIM_DIR_HOST_OVERLAYS

v0.3.1

28 Apr 13:36
Compare
Choose a tag to compare

Full Changelog: v0.3.0...v0.3.1

  • Fix missing magick binary
  • Dedicated symlinks folder to mounted filesystems

v0.3.0

28 Apr 08:25
Compare
Choose a tag to compare

Full Changelog: v0.2.5...v0.3.0

  • Implemented guest-host portal
  • Support for xdg-open
  • Support for xdg-mime
  • Fix for resize bug when enough free space is already available
  • Automatically setup overlayfs to included dwarfs filesystems
  • Updated steam and wine samples
  • Allow failure for some nvidia bindings
  • Updated dwarfs version
  • Avoid re-creating symlinks inside the ext filesystem
  • More intuitive /tmp directory structure
  • Variable FIM_DIR_HOST_CONFIG used as a standard configuration location on the host machine
  • Variable FIM_DIR_HOST_OVERLAYS used as a standard location for overlayfs mountpoints

v0.2.5

23 Mar 22:33
Compare
Choose a tag to compare

Full Changelog: v0.2.4...v0.2.5

  • Include libxkbcommon on the arch image to avoid SDL segfaults
  • Include libvdpau on the arch image to avoid issues with nvidia bindings
  • Update sound packages with pipewire

v0.2.4

22 Mar 23:49
Compare
Choose a tag to compare

Full Changelog: v0.2.3...v0.2.4

  • Setup overlayfs without a dwarfs filesystem present
  • Cleanup packages with pacman hooks
  • Generate en_US locale by default on archlinux

v0.2.3

20 Mar 20:51
Compare
Choose a tag to compare

Full Changelog: v0.2.2...v0.2.3

  • Bind to pipewire socket, this fixes issues with missing audio in some applications
  • Fixed argument handling for some characters
  • Fixed fim-mount not exiting or not mounting properly
  • Improved handling of the ' character in a command-line argument
  • Improved application exit times by becoming the cleanup process

v0.2.2

24 Feb 21:18
Compare
Choose a tag to compare

Full Changelog: v0.2.1...v0.2.2

  • Improve mount point cleanup
  • Use FIFO's when stdout / stderr are not connected to a terminal
  • Configure FIFO usage with FIM_FIFO

v0.2.1

17 Feb 18:33
Compare
Choose a tag to compare

Full Changelog: v0.2.0...v0.2.1

  • Reduced startup time by 98.25%
  • Custom HOME now can be set with the FIM_HOME variable