Skip to content

v0.4.0

Compare
Choose a tag to compare
@ilharp ilharp released this 21 Sep 20:52
· 596 commits to master since this release
17386f8

v0.4.0 - "The GUI" Release

It's been almost exactly one month since the last release - "Hello Koishi Desktop". I'm excited to share you all the improvements we've made to Koishi Desktop over the last month.

Three feature updates are most notable in this release:

  • Multiple instance is now fully available.

  • Tray UI is now available.

  • Integrated webview is now in beta stage.

Tray UI is the most important part of the whole GUI plan, and it's enabled default for new and upgraded users. Just double-click Koishi Desktop, and it will launch the new tray UI while starting a daemon in the background. You can use it to open Koishi Console, or control instances/daemon.

Of course, if you don't want to use this feature now, just add mode: cli to koi.yml.

Integrated webview is not enabled by default in this version, but you can add open: integrated to koi.yml to enable. After that Koishi Desktop will open Koishi Console in a standlone webview window instead of opening in your browser.

We'd love to hear your thoughts and suggestions on the features above, so don't be shy to [create an issue]!

One more thing worth noting is that all core features of Koishi Desktop has been basically implemented. We're planning to add some installers and distribution methods in v0.5.x, after which we can welcome the long-awaited release - "The Generally Available".

Stay tuned for the future updates!

Filelist

File
koishi-desktop-linux-x64-v0.4.0-portable.zip
koishi-desktop-osx-x64-v0.4.0-portable.zip
koishi-desktop-win-x64-v0.4.0-portable.zip

Modules

Module Version Go Reference
gopkg.ilharper.com/koi/core 0.4.0 Go Reference
gopkg.ilharper.com/koi/app 0.4.0 Go Reference
gopkg.ilharper.com/koi/sdk 0.4.0 Go Reference

Koishi Version

Package Version
@koishijs/client 4.6.2
@koishijs/cli 4.9.1
@koishijs/plugin-console 4.6.2
koishi 4.9.1

Changed

  • Implemented multiple instance

  • Implemented Tray UI

  • Implemented integrated webview

Full Changelog

v0.3.0...v0.4.0