Skip to content

Releases: VHSgunzo/uruntime

v0.1.9

10 Mar 19:29
Compare
Choose a tag to compare
  • Add extract and run if enabled and mount failed
  • Add a link to the project repository in usage
  • Refactoring

v0.1.8

04 Mar 11:08
Compare
Choose a tag to compare
  • Speeding up initialization and post-exit cleanup
  • Switch SquashFS embedded utils to musl+mimalloc
  • Minor fixes

v0.1.7

02 Mar 08:26
Compare
Choose a tag to compare
  • Add runtime and image hashing

v0.1.6

01 Mar 14:38
Compare
Choose a tag to compare
  • Add the ability to change the mounting logic
  • Add an option with a 350 Mb limit for extract logic (URUNTIME_EXTRACT=3)

v0.1.5

26 Feb 08:36
Compare
Choose a tag to compare
  • Add default header sections with non-zero size

v0.1.4

25 Feb 21:07
Compare
Choose a tag to compare
URUNTIME_EXTRACT - Specifies the logic of extracting or mounting
URUNTIME_CLEANUP - Specifies the logic of cleanup after extract and run
  • The stdout of the embedded utils is sent to stderr during mounting or extract and run

v0.1.3

23 Jan 15:44
Compare
Choose a tag to compare

v0.1.2

23 Dec 20:59
Compare
Choose a tag to compare
  • Add cache tidy strategy options for DwarFS (to reduce RAM usage)
  • Add DWARFS_BLOCKSIZE env var for set DwarFS blocksize
  • Add DWARFS_WORKERS env var for set DwarFS workers

v0.1.1

23 Dec 14:43
Compare
Choose a tag to compare
  • Add cache management options for DwarFS (to reduce RAM usage)
  • Add DWARFS_CACHESIZE env var for set DwarFS cachesize
  • Fix squashfuse speed degradation

v0.0.9

20 Dec 05:42
Compare
Choose a tag to compare
  • Add lite version for AppImage uruntime (no mksquashfs)