A very minor release, tagged a bit early mostly to update the kobweb binary.
- Code cleanup around how Kotlin and HTML files are generated
- For Kobweb commands that supported it, the
--headlessoption has been removed and replaced with--mode dumb- The default value for mode is
--mode interactive - The reason behind the change is
headlessimplies the same software but without access to a GUI (for example, it could still handle input). However, this option is strictly more about whether we expect a user to be sitting there interacting with the kobweb commands or if they're running in a "fire and forget" environment. It's a terminal UI both ways.
- The default value for mode is