v0.8.1
There're two things worth mentioning in this release.
First, we fixed an issue where dependencies could not be installed or upgraded on macOS. Now, you can install Koishi using pkg or dmg, then install and upgrade dependencies as normal.
Second, we added an "About" dialog to display the version of Koishi Desktop. This is the second usage of koishell. In the future, koishell will play a role in more and more places.
Filelist
File |
---|
koishi-desktop-win-x64-v0.8.1.msi |
koishi-desktop-win-x64-v0.8.1.zip |
koishi-desktop-osx-x64-v0.8.1.pkg |
koishi-desktop-osx-x64-v0.8.1.dmg |
koishi-desktop-osx-x64-v0.8.1.zip |
koishi-desktop-linux-x64-v0.8.1.zip |
Modules
Module | Version | Go Reference |
---|---|---|
gopkg.ilharper.com/koi/core | 0.8.1 | |
gopkg.ilharper.com/koi/app | 0.8.1 | |
gopkg.ilharper.com/koi/sdk | 0.8.1 |
Koishi Version
Package | Version |
---|---|
@koishijs/client | 4.6.10 |
@koishijs/cli | 4.10.0 |
@koishijs/plugin-console | 4.6.10 |
koishi | 4.10.0 |
Changed
-
Added "About" dialog (8a75097)
-
Updated exe manifests (d33f273)
-
Removed Windows Vista support (42743c7)
Fixed
-
Fixed a bug which prevents Koishi Desktop on macOS installed from dmg to start (4d26fc8)
-
Fixed a bug which prevents Koishi installing or upgrading dependencies on macOS (10a37c5)