Skip to content

v0.9.22

Latest

Choose a tag to compare

@bitspittle bitspittle released this 19 Aug 22:16

This release introduces some tweaks that make the Kobweb CLI just feel a bit nicer to use.

What's New?

  • No more lame "Kobweb may appear paused while Gradle is resolving / downloading dependencies" message.

    • We now show a "Syncing" message with details about what is actually, actively happening.
  • Better experience surfacing Gradle exceptions.

    • Before, these errors could get swallowed and missed, or would require scrolling back and reading through long callstacks. Now, we show you a simple, informative message as the program ends.
    • We also handle a "Your JVM is too old" error message, which used to get totally swallowed and result in a softlock.
  • The "A new Kobweb CLI is available" message now only shows max once a day.

    • But you should still get latest as soon as possible, of course!
  • Removed the long unnecessary "You chose a static layout, which does not support features such as X and Y" warning.

    • This was added in ye olden days, back when the static layout choice was supposed to be a secondary choice, but it has long since become the most popular choice (by far!)
  • Fixed an issue where quoted parameters that had spaces in them would still get split.


Full Changelog: v0.9.21...v0.9.22