Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release/v11.0.0 #1504

Merged
merged 2 commits into from
Oct 22, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
46 changes: 6 additions & 40 deletions packages/data/update/en-US-beta.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,12 @@
## POI v10.9.2 changelog

### Fixes

- Fixed rule of Yamato special attack indicator

## POI v10.9.1 changelog

### Fixes

- Fixed possible failure when loading plugins

## POI v10.9.0 changelog
## POI v11.0.0 changelog

### Features

- Added new special attack type: `Yamato Kai Ni / Kai Ni Heavy` `Musashi Kai Ni` `Maryland`
- Added new OASW type: `Samuel B Roberts Mk.II`
- Added new equipment icon
- 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
- [Windows] Supports Windows 11 Arcylic style window (Experimental)

### Changes

- Changed UI color scheme

### Fixes

- Fixed screenshot failure in isolate mode
- Fixed capture by canvas not working
- Fixed GPU info page cannot be loaded correctly
- Fixed socks5 proxy could not work correctly in certain cases

## POI v10.8.0 changelog

### Features

- Added support for the new equipment count rule

### Changes

- Update to Electron@16 (Chromium 96)
- Add code signing for macOS version

### Fixes

- Fixed crash on Windows 7/8 and macOS 10.x
- Miscellaneous UI fix
- Update to Electron@27(Chromium@118)
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": "v10.9.0-beta.3"
"betaVersion": "v11.0.0-beta.0"
}
44 changes: 5 additions & 39 deletions packages/data/update/zh-CN-beta.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,12 @@
## POI v10.9.2 更新日志

### 修复

- 修复大和特殊攻击指示器的显示条件

## POI v10.9.1 更新日志

### 修复

- 修复特定情况下插件无法加载的问题

## POI v10.9.0 更新日志
## POI v11.0.0 更新日志

### 功能

- 增加新型特殊攻击支持: `大和改二 / 改二重` `武藏改二` `Maryland`
- 增加开幕对潜支持: `Samuel B Roberts Mk.II`
- 全新的数据获取方式,支持 HTTPS 连接
- 增加新装备图标
- 更新游戏数据,包括对空 CI / 开幕对潜 / 特别攻击 / 制空 / 任务类型
- [Windows] 支持 Windows 11 磨砂外观 (试验性)

### 变更

- 更改 UI 配色

### 修复

- 修正分离模式下无法截图的问题
- 修复通过 canvas 截图
- 修复 GPU 信息页面无法加载的问题
- 修复 socks5 代理在特定情况下无法使用的问题

## POI v10.8.0 更新日志

### 功能

- 增加新版装备计数规则的支持

### 变更

- 更新至 Electron@16 (Chromium 96)
- 增加 macOS 版的证书签名

### 修复

- 修复在 Windows 7/8 和 macOS 10.x 上崩溃的问题
- 一些 UI 修复
- 更新至 Electron@27 (Chromium 118)
44 changes: 5 additions & 39 deletions packages/data/update/zh-TW-beta.md
Original file line number Diff line number Diff line change
@@ -1,46 +1,12 @@
## POI v10.9.2 更新日誌

### 修復

- 修復大和特殊攻擊指示器的顯示條件

## POI v10.9.1 更新日誌

### 修復

- 修復特定情況下插件無法加載的問題

## POI v10.9.0 更新日誌
## POI v11.0.0 更新日誌

### 功能

- 增加新型特殊攻擊支援: `大和改二 / 改二重` `武藏改二` `Maryland`
- 增加開幕對潛支援: `Samuel B Roberts Mk.II`
- 全新的資料獲取方式,支援 HTTPS 連線
- 增加新裝備圖示
- 更新遊戲資料,包括對空 CI / 開幕對潛 / 特別攻擊 / 制空 / 任務型別
- [Windows] 支援 Windows 11 磨砂外觀 (試驗性)

### 變更

- 更改 UI 配色

### 修復

- 修復分離模式下無法截圖的問題
- 修復通過 canvas 截圖
- 修復 GPU 資訊頁面無法載入的問題
- 修復 socks5 代理在特定情況下無法使用的問題

## POI v10.8.0 更新日誌

### 功能

- 增加新版裝備計數規則的支援

### 變更

- 更新至 Electron@16 (Chromium 96)
- 增加 macOS 版的證書籤名

### 修復

- 修復在 Windows 7/8 和 macOS 10.x 上崩潰的問題
- 一些 UI 修復
- 更新至 Electron@27 (Chromium 118)
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"
>
© 2022 poi Contributors
© 2023 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"
>
© 2022 poi Contributors
© 2023 poi Contributors
</span>
<div
class="bp4-button-group bp4-minimal"
Expand Down
Loading