Skip to content

v0.7.0

Compare
Choose a tag to compare
@ilharp ilharp released this 16 Oct 20:48
· 429 commits to master since this release
531d218

This release is mainly dedicated to bug fixes.

One of the biggest fixes is that now there won't be any black, ugly console windows anymore. All programs will keep running in the background, whether it's a daemon, tray or go-cqhttp subprocess.

We've also fixed display issues with Windows tray icons and blurry menus. It should look fine now.

The last thing worth mentioning is that we've implemented i18n (internationalization) in this version. Text will now show according to the environment you're using. Also welcome to join our translation project: https://crowdin.com/project/koishi-desktop

And lastly, here's a running screenshot of v0.7.0:

Screenshot

Filelist

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

Modules

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

Koishi Version

Package Version
@koishijs/client 4.6.7
@koishijs/cli 4.9.5
@koishijs/plugin-console 4.6.7
koishi 4.9.5

Changed

  • Let installer replace node folders when upgrading (#64)

  • Implement i18n

Fixed

  • Fixed a bug which caused blurry menus in tray (#62)

  • Fixed a bug which caused icons in tray menus losing trancparency (#55)

  • Fixed a bug that caused console windows on Windows (#63)

  • Fixed a bug that caused daemon fails to restart instances (#68)

Full Changelog

v0.6.3...v0.7.0