-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathversion.json
More file actions
18 lines (18 loc) · 3.54 KB
/
version.json
File metadata and controls
18 lines (18 loc) · 3.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
"version": "1.2.6",
"releaseNotes": {
"en-US": "### Fixed\n\n- Fixed macOS/Linux process termination not working properly\n- Fixed isProcessRunning always returning true on non-Windows platforms\n- Fixed tray translation language path incorrectly pointing to resourcesPath\n- Fixed device connection state update missing error handling\n- Removed dead code calling non-existent IPC handler",
"zh-CN": "### 修复\n\n- 修复 macOS/Linux 平台进程终止失败的问题\n- 修复 isProcessRunning 在非 Windows 平台永远返回 true 的问题\n- 修复托盘翻译语言路径错误地指向 resourcesPath 的问题\n- 修复设备连接状态更新缺少错误处理的问题\n- 移除了调用不存在 IPC handler 的死代码",
"ja-JP": "### 修正\n\n- macOS/Linux のプロセス終了が正常に機能しない問題を修正\n- isProcessRunning が非 Windows プラットフォームで常に true を返す問題を修正\n- トレイ翻訳の言語パスが resourcesPath を誤って指していた問題を修正\n- デバイス接続状態更新時のエラー処理が欠落していた問題を修正\n- 存在しない IPC ハンドラを呼び出すデッドコードを削除",
"ko-KR": "### 수정\n\n- macOS/Linux 프로세스 종료가 올바르게 작동하지 않는 문제 수정\n- isProcessRunning이 비 Windows 플랫폼에서 항상 true를 반환하는 문제 수정\n- 트레이 번역 언어 경로가 resourcesPath를 잘못 가리키는 문제 수정\n- 장치 연결 상태 업데이트의 오류 처리가 누락된 문제 수정\n- 존재하지 않는 IPC 핸들러를 호출하는 데드 코드 제거",
"es-ES": "### Corregido\n\n- Corregido el problema de que la terminación de procesos en macOS/Linux no funcionaba correctamente\n- Corregido el problema de que isProcessRunning siempre devolvía true en plataformas no Windows\n- Corregido el problema de que la ruta de idioma de traducción de la bandeja apuntaba incorrectamente a resourcesPath\n- Corregido el problema de que faltaba el manejo de errores en la actualización del estado de conexión del dispositivo\n- Eliminado código muerto que llamaba a un controlador IPC inexistente",
"fr-FR": "### Correction\n\n- Correction du problème de terminaison de processus macOS/Linux qui ne fonctionnait pas correctement\n- Correction du problème de isProcessRunning renvoyant toujours true sur les plateformes non Windows\n- Correction du problème de chemin de langue de traduction de barre système pointant incorrectement vers resourcesPath\n- Correction du problème de gestion d'erreur manquante lors de la mise à jour de l'état de connexion de l'appareil\n- Suppression du code mort appelant un gestionnaire IPC non existant",
"tr-TR": "### Düzeltildi\n\n- macOS/Linux'ta proses sonlandırmanın düzgün çalışmama sorunu düzeltildi\n- isProcessRunning'in Windows olmayan platformlarda her zaman true döndürme sorunu düzeltildi\n- Tepsi çeviri dil yolunun yanlışlıkla resourcesPath'e işaret etme sorunu düzeltildi\n- Cihaz bağlantı durumu güncellemesinde hata işleme eksikliği sorunu düzeltildi\n- Var olmayan IPC işleyicisini çağıran ölü kod kaldırıldı"
},
"downloadUrl": {
"windows": "https://github.com/JochenYang/iScrcpy/releases/download/v1.2.6/iScrcpy-1.2.6-win-x64.exe",
"mac": "https://github.com/JochenYang/iScrcpy/releases/download/v1.2.6/iScrcpy-1.2.6-mac-x64.dmg",
"linux": "https://github.com/JochenYang/iScrcpy/releases/download/v1.2.6/iScrcpy-1.2.6-linux-x86_64.AppImage"
},
"publishedAt": "2026-04-27T12:00:00.000Z"
}