Releases: VHSgunzo/uruntime
Releases · VHSgunzo/uruntime
v0.1.9
v0.1.8
- Speeding up initialization and post-exit cleanup
- Switch SquashFS embedded utils to musl+mimalloc
- Minor fixes
v0.1.7
- Add runtime and image hashing
v0.1.6
- 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
- Add default header sections with non-zero size
v0.1.4
- Added the ability to change the built-in configuration:
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 tostderr
during mounting or extract and run
v0.1.3
v0.1.2
- 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
- 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
- Add lite version for AppImage uruntime (no mksquashfs)