Release Brisk SDK v0.4.1

This commit is contained in:
2026-05-13 19:05:00 +08:00
parent 9c57faa16c
commit 88b7d9c757
14 changed files with 1755 additions and 113 deletions

View File

@@ -1,5 +1,13 @@
# Changelog
## 0.4.1
- Startup restore now silently clears locally expired or server-rejected sessions without showing the default auth-expired dialog
- Added silent initialization relogin from the stored `login_provider` and `login_user_id` when available
- Localized the default blocking/auth-expired dialogs to Chinese and stopped showing raw server messages to players
- Rebuilt the default dialog with a larger mobile-readable Runtime UI Toolkit layout and topmost legacy IMGUI bridge
- Default dialogs no longer close from backdrop or Escape; blocking dialogs now invoke the configured exit handler or fall back to `Application.Quit()`
## 0.4.0
- Added daily-cycle space like fields and result semantics to the Unity SDK models