From f7ee6b2ac7ac2cad4975cc0dee798baf50727fdc Mon Sep 17 00:00:00 2001 From: David Herman Date: Thu, 28 Oct 2021 17:14:36 -0700 Subject: [PATCH] Upgrade version to 0.6.1 --- README.md | 14 ++++++-------- gradle/libs.versions.toml | 2 +- templates | 2 +- 3 files changed, 8 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index adb810dc6..55a109e2f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![version: 0.6.0](https://img.shields.io/badge/kobweb-v0.6.0-yellow) +![version: 0.6.1](https://img.shields.io/badge/kobweb-v0.6.1-yellow) Varabyte Discord @@ -75,14 +75,14 @@ Our binary artifact is hosted on github. To download latest: ```bash $ cd /path/to/applications/kobweb -$ wget https://github.com/varabyte/kobweb/releases/download/v0.6.0/kobweb-0.6.0.zip -$ unzip kobweb-0.6.0.zip +$ wget https://github.com/varabyte/kobweb/releases/download/v0.6.1/kobweb-0.6.1.zip +$ unzip kobweb-0.6.1.zip ``` and I recommend adding it to your path, either directly: ```bash -$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.6.0/bin +$ PATH=$PATH:/path/to/applications/kobweb/kobweb-0.6.1/bin $ kobweb version # to check it's working ``` @@ -90,7 +90,7 @@ or via symbolic link: ```base $ cd /path/to/bin # some folder you've created that's in your PATH -$ ln -s /path/to/applications/kobweb/kobweb-0.6.0/bin/kobweb kobweb +$ ln -s /path/to/applications/kobweb/kobweb-0.6.1/bin/kobweb kobweb ``` ## Build the Kobweb binary @@ -424,7 +424,7 @@ could be a great approach for people who want to write and host their own blogs, # Can We Kobweb Yet -Current state: **Functional but early (and broken on Windows)** +Current state: **Functional but early** Kobweb has some pretty big pieces working already. It is easy to set up a new project and get things running quickly. The live reloading flow is pretty nice, and you'll miss it when you switch to projects that don't have it. It supports @@ -468,8 +468,6 @@ $ git submodule update --init * `kobweb run` sometimes gets stuck when Gradle (running behind it) gets stuck. * Quit kobweb, run `./gradlew --stop`, and then try again * Run `./gradlew kobwebRun` with various Gradle debug options to see what's going on under the hood -* `kobweb run` is broken on Windows - * This is our highest priority to fix right now. Keep an eye out for v0.6.1! Solutions didn't work? Or you're encountering issues not listed here? Please consider [leaving feedback ▼](https://github.com/varabyte/kobweb#filing-issues-and-leaving-feedback)! diff --git a/gradle/libs.versions.toml b/gradle/libs.versions.toml index 9809e2d86..c8a54e3a3 100644 --- a/gradle/libs.versions.toml +++ b/gradle/libs.versions.toml @@ -6,7 +6,7 @@ freemarker = "2.3.31" jgit = "5.12.0.202106070339-r" jsoup = "1.14.3" kaml = "0.35.3" -kobweb = "0.6.1-SNAPSHOT" +kobweb = "0.6.1" konsole = "0.9.1" kotlin = "1.5.31" kotlinx-coroutines = "1.5.2" diff --git a/templates b/templates index 2cea8136a..81f93bc5e 160000 --- a/templates +++ b/templates @@ -1 +1 @@ -Subproject commit 2cea8136af687458bdd611c17f4245dd23b27a05 +Subproject commit 81f93bc5e641523bcf731dcadf2aac6ea1f812be