Skip to content

Commit db6a6f1

Browse files
committed
update 4.2.1
1 parent b12d792 commit db6a6f1

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.2.1",
19+
description: ["ScombZ Utilities v4.2.1では、表示の調整を行いました。"],
20+
released: true,
21+
date: {
22+
firefox: "2024/8/27",
23+
chrome: "2024/8/27",
24+
},
25+
contents: [
26+
{
27+
genre: "fix",
28+
title: "自作課題追加ボタンの表示位置変更",
29+
explain:
30+
"各科目ごとのページに表示される自作課題追加ボタンの位置が、TAや教員向けに表示されるボタンの位置と被ってしまっていた問題を修正しました。表示位置を左下から右下に変更しました。",
31+
},
32+
{
33+
genre: "optimization",
34+
title: "英訳の修正",
35+
explain:
36+
"一部の英訳が不適切だったため、修正を行いました。また、適切に表示されなかった部分を修正しました。",
37+
},
38+
],
39+
},
1740
{
1841
version: "4.2.0",
1942
description: ["ScombZ Utilities v4.2.0では、機能の追加を行いました。"],

0 commit comments

Comments
 (0)