v0.1.20
Improvements
- Editable boot parameters — Boot parameters are now fully user-editable per image from the Properties panel. Extraction sets sensible defaults, but users can override them without waiting for a Bootimus update.
- Placeholder support — Boot params support
{{BASE_URL}},{{CACHE_DIR}},{{FILENAME}}, and{{SQUASHFS}}placeholders, resolved at boot time. - Default params shown — Empty boot params field shows distro-specific defaults as placeholder text.
Bug Fixes
- Fixed Debian Live boot failure — Removed hardcoded
ip=dhcpfrom Debian kernel parameters that causedklibc ipconfigtimeout on modern NICs with slow link negotiation. (#34) - Fixed empty
fetch=for GParted/Debian Live ISOs — Squashfs detection now scans all directory entries before returning, and thefetch=URL is properly constructed from the detected squashfs path. (#35) - Fixed image deletion foreign key error —
client_imagesjoin table is now cleaned up before deleting images, preventing PostgreSQL constraint violations. - Fixed ISO upload 401 — Image upload via XHR now includes the JWT Bearer token.