Skip to content

v0.5.0

Compare
Choose a tag to compare
@ilharp ilharp released this 25 Sep 04:20
· 583 commits to master since this release
b552dec

v0.5.0 - "The Distributions" Release

I'm also very surprised that it's only been three days since the last release - "The GUI" Release, but it's true that we've brought a brand new release: "The Distributions".

There are no new features added in this release, only 3 new distribution methods:

  • The Windows Installer (msi) package

  • The macOS Installer (pkg) package

  • The macOS disk image (dmg)

These new distribution methods greatly improves the out-of-box experience (OOBE) for new users, making Koishi Desktop even easier to use.

BTW, the macOS Installer (pkg) package is the more recommended installation method on macOS than dmg. It comes with a post-install script that automatically resolves the "Cannot be opened" problem which is common to dmg installation.

The will be a Bug Bash event coming up soon where anyone can get involved to find and submit bugs, so be sure to check it out soon!

UPDATE: The bug bash is here!

Filelist

File
koishi-desktop-win-x64-v0.5.0.msi
koishi-desktop-win-x64-v0.5.0.zip
koishi-desktop-osx-x64-v0.5.0.pkg
koishi-desktop-osx-x64-v0.5.0.dmg
koishi-desktop-osx-x64-v0.5.0.zip
koishi-desktop-linux-x64-v0.5.0.zip

Modules

Module Version Go Reference
gopkg.ilharper.com/koi/core 0.5.0 Go Reference
gopkg.ilharper.com/koi/app 0.5.0 Go Reference
gopkg.ilharper.com/koi/sdk 0.5.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

  • Add Windows Installer (msi) package

  • Add macOS Installer (pkg) package

  • Add macOS disk image (dmg)

Fixed

  • Fix KoiManager.Start() failure on Windows when spaces in executable path (18925d1)

Full Changelog

v0.4.0...v0.5.0