This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f806e4f
commit b03bdea
Showing
6 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
## POI v11.0.0 changelog | ||
|
||
### Breaking | ||
|
||
- Windows 7 is no longer supported due to Electron updates | ||
- Resource Hacking now supports limited resource types, including image and javascript files that related to KanColle login | ||
- Proxy relay mode is removed | ||
- Network retry feature is removed | ||
|
||
### Features | ||
|
||
- Brand new data fetcher which supports HTTPS protocol | ||
- Add new Equipment icon | ||
- Update game data to match latest game version, including AACI / OASW / Special Attack / Fighter Power Formula / Task type | ||
- Add support of showing detailed fleet info tile on main panel (Thanks to [liu-ziyang](https://github.com/liu-ziyang)) | ||
- [Windows] Supports Windows 11 Arcylic style window (Experimental) | ||
|
||
### Changes | ||
|
||
- Update to Electron@27(Chromium@118) | ||
|
||
### Fixes | ||
|
||
- Fix network error page is rendered unexpectly when sub iframe fail to load | ||
- Fix LBAC aircraft banner not displaying correctly |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
{ | ||
"version": "v10.9.2", | ||
"betaVersion": "v11.0.0-beta.1" | ||
"betaVersion": "v11.0.0-beta.3" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
## POI v11.0.0 更新日志 | ||
|
||
### 破坏性 | ||
|
||
- 由于内核升级,不再支持 Windows 7 操作系统 | ||
- 资源魔改现仅支持图片和登陆相关的 js 文件 | ||
- 移除代理中继模式 | ||
- 移除网络重试功能 | ||
|
||
### 功能 | ||
|
||
- 全新的数据获取方式,支持 HTTPS 连接 | ||
- 增加新装备图标 | ||
- 更新游戏数据,包括对空 CI / 开幕对潜 / 特别攻击 / 制空 / 任务类型 | ||
- 支持在主面板使用完整舰队信息模块 (感谢 [liu-ziyang](https://github.com/liu-ziyang) 的贡献) | ||
- [Windows] 支持 Windows 11 磨砂外观 (试验性) | ||
|
||
### 变更 | ||
|
||
- 更新至 Electron@27 (Chromium 118) | ||
|
||
### 修复 | ||
|
||
- 修复错误页面在子 iframe 加载错误时被错误触发的问题 | ||
- 修复陆航机体图片显示不正确的问题 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,25 @@ | ||
## POI v11.0.0 更新日誌 | ||
|
||
### 破壞性 | ||
|
||
- 由於核心升級,不再支援 Windows 7 作業系統 | ||
- 資源魔改現僅支援圖片和登陸相關的 js 檔案 | ||
- 移除代理中繼模式 | ||
- 移除網路重試功能 | ||
|
||
### 功能 | ||
|
||
- 全新的資料獲取方式,支援 HTTPS 連線 | ||
- 增加新裝備圖示 | ||
- 更新遊戲資料,包括對空 CI / 開幕對潛 / 特別攻擊 / 制空 / 任務型別 | ||
- 更新遊戲資料,包括對空 CI / 開幕對潛 / 特別攻擊 / 制空 / 任務類型 | ||
- 支援在主面板使用完整艦隊資訊模組 (感謝 [liu-ziyang](https://github.com/liu-ziyang) 的貢獻) | ||
- [Windows] 支援 Windows 11 磨砂外觀 (試驗性) | ||
|
||
### 變更 | ||
|
||
- 更新至 Electron@27 (Chromium 118) | ||
|
||
### 修復 | ||
|
||
- 修復錯誤頁面在子 iframe 加載錯誤時被錯誤觸發的問題 | ||
- 修復陸航機體圖片顯示不正確的問題 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters