Skip to content

Commit 7726f43

Browse files
committed
fix
1 parent 8fa49a7 commit 7726f43

File tree

1 file changed

+34
-0
lines changed

1 file changed

+34
-0
lines changed

src/releaseNote.ts

Lines changed: 34 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,23 @@ export type ReleaseNote = {
1414
}[];
1515
};
1616
export const releaseNotes: ReleaseNote[] = [
17+
{
18+
version: "4.4.1",
19+
description: ["ScombZ Utilities v4.4.0では、機能の修正を行いました。"],
20+
released: true,
21+
date: {
22+
firefox: "2025/1/8",
23+
chrome: "2025/1/8",
24+
},
25+
contents: [
26+
{
27+
genre: "fix",
28+
title: "Google Classroom連携機能の修正",
29+
explain:
30+
"Google Chromeを開き直すごとに、Googleにログインを求められてしまう問題を修正しました。",
31+
},
32+
],
33+
},
1734
{
1835
version: "4.4.0",
1936
description: ["ScombZ Utilities v4.4.0では、機能の追加を行いました。"],
@@ -37,6 +54,23 @@ export const releaseNotes: ReleaseNote[] = [
3754
},
3855
],
3956
},
57+
{
58+
version: "4.3.5",
59+
description: ["ScombZ Utilities v4.4.0では、機能の修正を行いました。"],
60+
released: true,
61+
date: {
62+
firefox: "2025/1/8",
63+
chrome: "2025/1/8",
64+
},
65+
contents: [
66+
{
67+
genre: "fix",
68+
title: "バッジの表示が正しく起きない問題の修正",
69+
explain:
70+
"拡張機能のアイコンをクリックした際に、バッジを更新するように変更しました。",
71+
},
72+
],
73+
},
4074
{
4175
version: "4.3.4",
4276
description: ["ScombZ Utilities v4.3.4では、機能の追加を行いました。"],

0 commit comments

Comments
 (0)