Skip to content

Commit 0ae916b

Browse files
committed
4.4.2
1 parent 4811c6c commit 0ae916b

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.4.2",
19+
description: ["ScombZ Utilities v4.4.2では、機能の修正を行いました。"],
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+
"課題一覧を更新しても、Classroomの課題が直後に反映されないことがある問題を修正しました。",
31+
},
32+
{
33+
genre: "fix",
34+
title: "Google Classroom連携機能の修正",
35+
explain:
36+
"Classroomでの無期限の課題を、1年先の課題として表示するようにしました。",
37+
},
38+
],
39+
},
1740
{
1841
version: "4.4.1",
1942
description: ["ScombZ Utilities v4.4.1では、機能の修正を行いました。"],

0 commit comments

Comments
 (0)