Releases: VHSgunzo/uruntime
Releases · VHSgunzo/uruntime
v0.4.3
- Change default delay from 120 to 30 minutes for
URUNTIME_MOUNT=2
- Change default delay from 1 to 5 seconds for
URUNTIME_MOUNT=3
(default mode) - Add a variable to specify the delay between checks of image dir usage
REUSE_CHECK_DELAY=inf|1|1s|1m|1h
- Add ability to specify image mount point or extract-run path
URUNTIME_TARGET_DIR=/path
- Add ability to store environment variables directly in the uruntime
--{appimage|runtime}-addenvs 'ENVS|/file'
- Add ability to specify a file for options
--{appimage|runtime}-addupdinfo
and--{appimage|runtime}-addsign
- Add option to print uruntime embedded environment variables
--{appimage|runtime}-envs
- Add environment variable
URUNTIME
path to uruntime - Add environment variable
URUNTIME_DIR
path to uruntime directory - Refactoring and startup optimization
- Minor fixes
v0.4.2
v0.4.1
v0.3.9
- Update memfd-exec fallback
- Add the first 5 letters from the
uruntime
name to the mount/extract and run dir - Update name of the
runimage
extract and run dir
v0.3.8
- Update memfd-exec fallback
- Add env var
NO_MEMFDEXEC=1
Do not use memfd-exec (use a temporary file instead) - Update fuse mount options to work in Ubuntu 25.04 (apparmor fusermount3 profile) pkgforge-dev/Lutris-AppImage#7
v0.3.7
v0.3.6
v0.3.5
v0.3.4
Update DwarFS v0.12.0
Add uruntime dwarfs-lite build (DwarFS-only no dwarfsck, mkdwarfs)
Add env var DWARFS_PRELOAD_ALL=1
Enable preloading of all blocks from the DwarFS file system
Add env var DWARFS_ANALYSIS_FILE=/path
A file for profiling open files when launching the application for DwarFS
Add env var DWARFS_USE_MMAP=1
Use mmap for allocating blocks for DwarFS
Enable preload_category=hotness
for DwarFS
Update README