Skip to content

Commit f041056

Browse files
committed
4.2.3
1 parent e1f6096 commit f041056

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

src/releaseNote.ts

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,43 @@ export type ReleaseNote = {
1414
}[];
1515
};
1616
export const releaseNotes: ReleaseNote[] = [
17+
{
18+
version: "4.2.3",
19+
description: [
20+
"ScombZ Utilities v4.2.3では、機能の追加・調整及び不具合の修正を行いました。",
21+
],
22+
released: true,
23+
date: {
24+
firefox: "2024/10/23",
25+
chrome: "2024/10/23",
26+
},
27+
contents: [
28+
{
29+
genre: "fix",
30+
title: "時間割の編集画面がはみ出す問題の修正",
31+
explain:
32+
"時間割の編集画面が画面をはみ出すことがある問題を修正しました。",
33+
},
34+
{
35+
genre: "feature",
36+
title: "アンケート全表示機能の追加",
37+
explain:
38+
"メニュー画面、トップページなどに表示される課題一覧に、回答受付中である全てのアンケートを表示する機能を追加しました。この機能をオンにすると、科目ごとの設定によらず全てのアンケートが課題として表示されるようになります。",
39+
},
40+
{
41+
genre: "optimization",
42+
title: "設定画面のダークモード対応",
43+
explain:
44+
"ScombZ Utilitiesのダークモードを有効化した際に、設定画面もダークモードになるように変更しました。",
45+
},
46+
{
47+
genre: "optimization",
48+
title: "シラバスへのリンクの精度向上",
49+
explain:
50+
"科目ページ上部に存在するシラバスリンクの精度を向上させました。",
51+
},
52+
],
53+
},
1754
{
1855
version: "4.2.2",
1956
description: ["ScombZ Utilities v4.2.2では、機能の追加を行いました。"],

0 commit comments

Comments
 (0)