We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0454383 commit 2a039a7Copy full SHA for 2a039a7
src/releaseNote.ts
@@ -14,6 +14,23 @@ export type ReleaseNote = {
14
}[];
15
};
16
export const releaseNotes: ReleaseNote[] = [
17
+ {
18
+ version: "4.4.0",
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: "feature",
28
+ title: "Google Classroom連携機能の追加",
29
+ explain:
30
+ "Google Classroomと連携し、Google Classroomに登録されている課題の情報を取得し、ScombZ Utilities上で表示する機能を追加しました。連携は拡張機能の設定画面から行うことができます。",
31
32
+ ],
33
34
{
35
version: "4.3.4",
36
description: ["ScombZ Utilities v4.3.4では、機能の追加を行いました。"],
0 commit comments