Releases: toyobayashi/mishiro
mishiro v1.8.4
Change
- Get card from starlight.kirara.ca
mishiro v1.8.3
Change
electron
4.0.5mishiro-core
1.5.2- [LIVE] Show time #9
mishiro v1.8.2
Update
mishiro-core
1.4.1 -> 1.5.0
Note
-
Version < 1.8.2 is unavailable now. Please download the latest full release or download 1.8.0 release and 1.8.2
app-xxx-xxx.zip
patch then extract it tomishiro/resources
. -
If error occurs when loading, please check whether there is
manifest_xxxxxxxx
inmishiro/resources/asset/data
. If so, delete it and relaunch.
注意
-
版本低于 1.8.2 不可用。请重新下载最新完整版,或者下载 1.8.0 的完整包再把 1.8.2 的
app-xxx-xxx.zip
解压到mishiro/resources
。 -
如果启动时报错,请检查
mishiro/resources/asset/data
下有没有manifest_xxxxxxxx
这个文件,有的话删掉再重启应用。
mishiro v1.8.1
Update
mishiro-core
1.4.0 -> 1.4.1- Add developer API:
window.mishiro.decryptBody(body: string, udid: string): any
window.mishiro._decryptBody(body: string, iv: Buffer): any
window.mishiro.encode(data: string): string
window.mishiro.decode(data: string): string
window.mishiro.getProfile(viewer: string | number): Promise<ServerResponse>
mishiro v1.8.0
Update
electron
3.0.10 -> 4.0.4mishiro-core
1.3.3 -> 1.4.0
Note
- Due to encryption algorithm change, version < 1.8.0 is unavailable now. Please download the latest full release.
注意
- 由于加密算法改变,版本低于 1.8.0 不可用。请重新下载最新完整版。
mishiro v1.7.3
BugFix
- [GACHA] No data after 30320
修复
- [GACHA] 30320 以后的卡池没有数据
mishiro v1.7.2
Bugfix
-
[LIVE] Event live song Master+ score not found caused by wrong score id.
-
[GACHA] Endless loading caused by gacha data (30320新春炎舞ガシャ) not found in master database (resource version: 10049600). If your mishiro version is under 1.7.2, you can open
resources/config.json
and specify a gacha ID such as30319
ingacha
field to avoid this issue.{ "latestResVer": 10049600, "language": "zh", "gacha": 30319 }
If you don't want to download full installer, you can download app-${platform}-${arch}.zip
and then extract it to resources
directory overwriting existing file.
修复
- [LIVE] 找到错误的谱面id导致活动曲没有Master+难度的谱面。
- [GACHA] 10049600版本的主数据库中没有【30320新春炎舞ガシャ】的卡池数据导致无限加载无法进入应用。如果你的mishiro版本低于1.7.2,你可以打开
resources/config.json
通过在gacha
字段指定一个卡池ID比如30319
来避免这个问题。
如果不想下载完整的安装包,你可以下载app-${platform}-${arch}.zip
然后解压至resources
目录下覆盖原有的文件。
mishiro v1.7.1
Bugfix
- [LIVE] Score: incorrect end of long loop note
mishiro v1.7.0
New
- [LIVE] Score viewer.
- [LIVE] Save score to png.
- [LIVE] Copy lyrics to clipboard.
Note
Please uninstall old version completely first. (version < 1.6.0)
app-${platform}-${arch}.zip
will be unzipped to Electron's resources
directory by autoupdater (version >= 1.6.0) and files will be overriden if they exist.
mishiro v1.6.0
New
- [MENU] Auto updater
- [LIVE] Show lyrics
IMPORTANT: Please uninstall old version completely first.
重要:请先完全卸载旧版本。
重要:まず古いバージョンを完全にアンインストールしてください。