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 8f26da2 commit d14fba4Copy full SHA for d14fba4
src/releaseNote.ts
@@ -14,6 +14,23 @@ export type ReleaseNote = {
14
}[];
15
};
16
export const releaseNotes: ReleaseNote[] = [
17
+ {
18
+ version: "4.4.6",
19
+ description: ["ScombZ Utilities v4.4.6では、機能の修正を行いました。"],
20
+ released: true,
21
+ date: {
22
+ firefox: "2025/3/30",
23
+ chrome: "2025/3/30",
24
+ },
25
+ contents: [
26
27
+ genre: "fix",
28
+ title: "学修の手引きURLの変更への対応",
29
+ explain:
30
+ "2025年度入学の学生向けの学修の手引きのURLが2024年度入学以前のものから全学部で変更されたため、S*gsotに表示されるボタンのURLを変更する対応を行ないました。また対応する手引きが見つからなかった場合、一覧にリダイレクトされるようになりました。",
31
32
+ ],
33
34
{
35
version: "4.4.5",
36
description: ["ScombZ Utilities v4.4.5では、機能の追加を行いました。"],
0 commit comments