Skip to content

Commit 2dd9bd7

Browse files
committed
update 4.3.2
1 parent f4e68e8 commit 2dd9bd7

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

src/releaseNote.ts

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,37 @@ export type ReleaseNote = {
1414
}[];
1515
};
1616
export const releaseNotes: ReleaseNote[] = [
17+
{
18+
version: "4.3.2",
19+
description: [
20+
"ScombZ Utilities v4.3.2では、不具合の修正と一部機能の調整を行いました。",
21+
],
22+
released: true,
23+
date: {
24+
firefox: "2024/12/7",
25+
chrome: "2024/12/7",
26+
},
27+
contents: [
28+
{
29+
genre: "optimization",
30+
title: "一部設定項目の調整",
31+
explain:
32+
"ログインIDの形式が推奨のものでなくとも、強制的に保存を行うことができるように変更しました。",
33+
},
34+
{
35+
genre: "fix",
36+
title: "ログイン前お知らせの取得バグの修正",
37+
explain:
38+
"ログイン前のお知らせの取得がうまく行かないことがある問題を修正しました。",
39+
},
40+
{
41+
genre: "fix",
42+
title: "ログイン無限ループバグの修正",
43+
explain:
44+
"パスワードが間違っている際に、ログインが無限ループに陥る問題を修正しました。",
45+
},
46+
],
47+
},
1748
{
1849
version: "4.3.1",
1950
description: ["ScombZ Utilities v4.2.3では、表示の調整正を行いました。"],

0 commit comments

Comments
 (0)