Skip to content

Commit f4e68e8

Browse files
committed
4.3.1
1 parent f1a7abe commit f4e68e8

File tree

1 file changed

+23
-0
lines changed

1 file changed

+23
-0
lines changed

src/releaseNote.ts

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,29 @@ export type ReleaseNote = {
1414
}[];
1515
};
1616
export const releaseNotes: ReleaseNote[] = [
17+
{
18+
version: "4.3.1",
19+
description: ["ScombZ Utilities v4.2.3では、表示の調整正を行いました。"],
20+
released: true,
21+
date: {
22+
firefox: "2024/11/10",
23+
chrome: "2024/11/10",
24+
},
25+
contents: [
26+
{
27+
genre: "fix",
28+
title: "設定画面のロゴの色を変更",
29+
explain:
30+
"設定画面のの後の色がライトモードであってもダークモードのものが適用される不具合を修正しました。",
31+
},
32+
{
33+
genre: "fix",
34+
title: "トップ画面の表示順序変更",
35+
explain:
36+
"課題一覧をScombZからのお知らせよりも上に表示するように変更しました。",
37+
},
38+
],
39+
},
1740
{
1841
version: "4.3.0",
1942
description: [

0 commit comments

Comments
 (0)