Releases: archfrog/KioskForge
Releases · archfrog/KioskForge
v0.27
v0.26
v0.25
Version 0.25 (2025.11.18):
- KioskForge now also supports Ubuntu Server 24.04.3 for Raspberry Pis.
- A new option,
visible, was added that specifies whether or not the kiosk is discoverable by KioskForge itself. - Fixed the broken PipeWire audio subsystem initialization, which was broken by an Ubuntu (kernel?) update.
- Renamed the
KioskForgeapplycommand toprepareas it really prepares an installation medium for use. - The user's password is now hashed (made unreadable) by
KioskForgeon the installation medium for security reasons. - The
user_namekiosk configuration field has been removed as KioskForge now creates two users:kioskandshell. Thekioskuser is used to launch and run the kiosk. It is not possible to log in via SSH as that user. Theshelluser is intended for SSH logins to the kiosk, in case you need to inspect or modify the kiosk after it has been deployed. - Upgraded development and embedded Python to v3.13.7.