Releases: ShoeBoom/tailboot
Releases · ShoeBoom/tailboot
Release list
Tailboot v2026.09.05.194107
Immutable
release. Only release title and notes can be modified.
Inject verified ISO config offset into browser customizer (#31) * Inject verified ISO config offset into browser customizer - Validate and test fixed-slot ISO patching against built images - Pass the verified offset from release builds to the site * Simplify ISO config offset handling - Remove redundant raw-byte verification and documentation - Streamline browser patcher comments * Validate ISO config offset with Zod - Add Zod as a site dependency - Parse the release config offset as a nonnegative integer
Tailboot v2026.09.05.075433
Immutable
release. Only release title and notes can be modified.
Migrate styles to Tailwind CSS (#28) - Add Tailwind CSS and Astro Vite integration - Replace inline page styles with utility classes and global CSS
Tailboot v2026.09.05.065757
Immutable
release. Only release title and notes can be modified.
Add FAQ section explaining Tailboot security and customization (#25) * Add FAQ section explaining Tailboot security and customization - Document client-side auth key handling and ISO customization - Explain proxy downloads, boot behavior, verification, and tag restrictions * Remove outdated proxy FAQ entry * Label questions section as FAQ
Tailboot v2026.09.05.064601
Immutable
release. Only release title and notes can be modified.
Add X account to header (#24)
Tailboot v2026.09.05.034146
Immutable
release. Only release title and notes can be modified.
Merge pull request #22 from ShoeBoom/t3code/create-social-media-image Add social media metadata and image
Tailboot v2026.09.05.020650
Immutable
release. Only release title and notes can be modified.
Refocus README on Tailboot product usage (#21) * Refocus README on Tailboot product usage - Add product-focused introduction and getting-started guide - Move implementation, security, and development details into concise sections * Refocus README on Tailboot product usage * Refocus README on Tailboot product usage
Tailboot v2026.09.04.235544
Embed Wi-Fi credentials in customized ISOs (#17) * Embed Wi-Fi credentials in customized ISOs - Replace the auth-key slot with fixed-size JSON configuration - Configure optional WPA2/WPA3 Wi-Fi at boot via NetworkManager - Add configuration validation, ISO verification, and UI support * Make Wi-Fi setup fail-safe during boot - Add a timeout-bounded Wi-Fi profile writer - Keep Ethernet and Tailscale startup independent of Wi-Fi failures - Expand ISO verification, configuration tests, and setup documentation * Prefer Ethernet over configured Wi-Fi - Document Ethernet-first routing with Wi-Fi fallback - Clarify network behavior on the customization page
Tailboot v2026.09.04.225617
Improve customization page UI and SSH instructions (#16) * Improve customization page UI and SSH instructions - Redesign the setup flow with clearer steps and responsive styling - Add detailed Tailscale SSH connection instructions - Preserve inline link and code formatting in compressed HTML * Simplify customization page layout and copy Co-authored-by: Cursor <cursoragent@cursor.com> --------- Co-authored-by: Cursor <cursoragent@cursor.com>
Tailboot v2026.09.04.223702
Fix ISO SSH login dependencies and verification (#15) - Install user-setup for the live login account - Document Tailscale SSH and local console access - Verify required login packages in release ISOs
Tailboot v2026.09.04.220605
Document Tailscale auth key setup on customization page (#14)