Skip to content

v1.6.0-alpha.0

Pre-release
Pre-release
Compare
Choose a tag to compare
@shinkuan shinkuan released this 07 Apr 16:30
· 28 commits to dev since this release

v1.6.0

image

Installing

Windows

  1. Install Python
  2. Run install_akagi.ps1 with administrator privileges.
    • Set-ExecutionPolicy -Scope Process -ExecutionPolicy Bypass
  3. Place mortal.pth.

Mac OS

install_akagi.command

Features

  • 安裝腳本自動安裝證書: 現在安裝過程不再需要手動安裝證書 感謝 @latorc 50fe2ec
  • 更自定義的延遲時間: 根據是否立直與所打的牌自定義延遲時間 感謝 @motoiro 7fa6544
  • Autoplay驗證: 執行完動作之後驗證是否有執行成功 感謝 @motoiro b4d2146
  • "?"牌現在是看不見的: 畫面更為簡潔 ce23e41
  • 前三推薦項: 讚的 d7150a3
  • UI覆蓋畫面: 更讚的 f0c463e

Bug Fix

  • 三麻提示備選項錯誤: e00a186
  • 對局同步邏輯修正: 0aa81a4
  • 手牌傳入libriichi前先整理手牌: 修正手牌位置錯誤 0aa81a4
  • 移除更新log迴圈中的remove(): remove()可能會導致exception從而導致應用程式出錯 262e88d

New Contributors

Full Changelog: v1.5.1...v1.6.0-alpha.0