Skip to content
This repository has been archived by the owner on Oct 17, 2024. It is now read-only.

Commit

Permalink
release: v11.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
KochiyaOcean committed Jan 4, 2024
1 parent f806e4f commit b03bdea
Show file tree
Hide file tree
Showing 6 changed files with 44 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"editor.tabSize": 2,
"files.insertFinalNewline": true,
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"files.eol": "\n"
}
13 changes: 13 additions & 0 deletions packages/data/update/en-US-beta.md
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
2 changes: 1 addition & 1 deletion packages/data/update/latest.json
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"
}
13 changes: 13 additions & 0 deletions packages/data/update/zh-CN-beta.md
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 加载错误时被错误触发的问题
- 修复陆航机体图片显示不正确的问题
15 changes: 14 additions & 1 deletion packages/data/update/zh-TW-beta.md
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 加載錯誤時被錯誤觸發的問題
- 修復陸航機體圖片顯示不正確的問題
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ exports[`<Footer /> renders with non zh 1`] = `
<span
class="c1"
>
© 2023 poi Contributors
© 2024 poi Contributors
</span>
<div
class="bp4-button-group bp4-minimal"
Expand Down Expand Up @@ -143,7 +143,7 @@ exports[`<Footer /> renders with zh 1`] = `
<span
class="c1"
>
© 2023 poi Contributors
© 2024 poi Contributors
</span>
<div
class="bp4-button-group bp4-minimal"
Expand Down

0 comments on commit b03bdea

Please sign in to comment.