mishiro

CGSS desktop application

MIT License

Stars
160

Bot releases are hidden (Show)

mishiro - mishiro v2.0.1

Published by toyobayashi over 4 years ago

New

  • 4th anniversary background and music

Fixes

  • 404 error when downloading event card
  • Open folder button didn't work
  • Player text overflow
  • [IDOL] Default event cards missing
mishiro - mishiro v2.0.0

Published by toyobayashi over 4 years ago

No new feature compare with v2.0.0-pre2.

  • Electron 7
mishiro - mishiro v2.0.0-pre2

Published by toyobayashi almost 5 years ago

New

  • Electron 6.1.2
  • [LIVE] Download outer awb file correctly #19
mishiro - mishiro v2.0.0-pre1

Published by toyobayashi about 5 years ago

Change

  • Electron 6
  • Remove [GACHA]
  • Remove [LIVE] live playing
  • Add [COMMU]
  • Reduce memory usage
  • Show MP3 encoding progress
  • Other fixes
  • Upload assets by travis-ci
mishiro - mishiro v1.9.2

Published by toyobayashi over 5 years ago

Update

  • electron 4.2.2 -> 4.2.6
  • Release macOS build
  • Prepare for electron 5.x

Note

  • No new feature compare with 1.9.1
  • May need reinstall
mishiro - mishiro v1.9.1

Published by toyobayashi over 5 years ago

Fix

  • [Installer] Display wrong application name in controll panel after install.
  • [Error] Can not enter app because error occured when reading audio manifest. #14
mishiro - mishiro v1.9.0

Published by toyobayashi over 5 years ago

Feature

  • [HOME] Filter downloaded items #12
  • [MENU] Add an option to switch where getting cards from

NOTE: Uninstall old mishiro version ( < 1.9.0 ) completely first.

mishiro - mishiro v1.8.5

Published by toyobayashi over 5 years ago

Account Banned Solution

  • Open mishiro/resources/config.json, specify your own account like:

    {
      "account": "<9 number user id>:<9 number viewer id>:<36 byte length string udid>"
    }
    

Or

  • Update to this version.

The default account may be banned again in the future so I recommend you using your own account, just create a new one. How to get them? Google and Github are your friends.

This project will be no longer maintained.

mishiro - mishiro v1.8.4

Published by toyobayashi over 5 years ago

Change

  • Get card from starlight.kirara.ca
mishiro - mishiro v1.8.3

Published by toyobayashi over 5 years ago

Change

  • electron 4.0.5
  • mishiro-core 1.5.2
  • [LIVE] Show time #9
mishiro - mishiro v1.8.2

Published by toyobayashi over 5 years ago

Update

  • mishiro-core 1.4.1 -> 1.5.0

Note

  1. 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 to mishiro/resources.

  2. If error occurs when loading, please check whether there is manifest_xxxxxxxx in mishiro/resources/asset/data. If so, delete it and relaunch.

注意

  1. 版本低于 1.8.2 不可用。请重新下载最新完整版,或者下载 1.8.0 的完整包再把 1.8.2 的 app-xxx-xxx.zip 解压到 mishiro/resources

  2. 如果启动时报错,请检查 mishiro/resources/asset/data 下有没有 manifest_xxxxxxxx 这个文件,有的话删掉再重启应用。

mishiro - mishiro v1.8.1

Published by toyobayashi over 5 years ago

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 - mishiro v1.8.0

Published by toyobayashi over 5 years ago

Update

  • electron 3.0.10 -> 4.0.4
  • mishiro-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 - mishiro v1.7.3

Published by toyobayashi almost 6 years ago

BugFix

  • [GACHA] No data after 30320

修复

  • [GACHA] 30320 以后的卡池没有数据
mishiro - mishiro v1.7.2

Published by toyobayashi almost 6 years ago

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 as 30319 in gacha 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 - mishiro v1.7.1

Published by toyobayashi almost 6 years ago

Bugfix

  • [LIVE] Score: incorrect end of long loop note
mishiro - mishiro v1.7.0

Published by toyobayashi almost 6 years ago

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 - mishiro v1.6.0

Published by toyobayashi almost 6 years ago

New

  • [MENU] Auto updater
  • [LIVE] Show lyrics

IMPORTANT: Please uninstall old version completely first.
重要:请先完全卸载旧版本。
重要:まず古いバージョンを完全にアンインストールしてください。

mishiro - mishiro v1.5.1

Published by toyobayashi about 6 years ago

New

  • Electron 3.0.4
  • Correct color of input[type="range"]
  • Linux support
mishiro - mishiro v1.5.0

Published by toyobayashi about 6 years ago

New

  • Electron 3.0.0
  • Expose developer API window.decryptBody(body: string, iv: string): any

Bugfix

  • Texture2D unpacking int64 emergency solution.
Badges
Extracted from project README
Github All Releases GitHub release Electron GitHub repo size in bytes Build
Related Projects