Skip to content

Releases: ShoeBoom/tailboot

Tailboot v2026.09.05.194107

Choose a tag to compare

@github-actions github-actions released this 05 Sep 19:47
Immutable release. Only release title and notes can be modified.
cb6bf34
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

Choose a tag to compare

@github-actions github-actions released this 05 Sep 07:59
Immutable release. Only release title and notes can be modified.
cedb559
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

Choose a tag to compare

@github-actions github-actions released this 05 Sep 07:03
Immutable release. Only release title and notes can be modified.
bfb1c81
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

Choose a tag to compare

@github-actions github-actions released this 05 Sep 06:51
Immutable release. Only release title and notes can be modified.
84c4516
Add X account to header (#24)

Tailboot v2026.09.05.034146

Choose a tag to compare

@github-actions github-actions released this 05 Sep 03:47
Immutable release. Only release title and notes can be modified.
08975f4
Merge pull request #22 from ShoeBoom/t3code/create-social-media-image

Add social media metadata and image

Tailboot v2026.09.05.020650

Choose a tag to compare

@github-actions github-actions released this 05 Sep 02:12
Immutable release. Only release title and notes can be modified.
e55874b
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

Choose a tag to compare

@github-actions github-actions released this 05 Sep 00:01
6a5f6d3
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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 23:00
c974881
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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:42
80e9367
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

Choose a tag to compare

@github-actions github-actions released this 04 Sep 22:11
ef986f6
Document Tailscale auth key setup on customization page (#14)