File tree Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Expand file tree Collapse file tree 1 file changed +37
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,43 @@ export type ReleaseNote = {
14
14
} [ ] ;
15
15
} ;
16
16
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
+ } ,
17
54
{
18
55
version : "4.2.2" ,
19
56
description : [ "ScombZ Utilities v4.2.2では、機能の追加を行いました。" ] ,
You can’t perform that action at this time.
0 commit comments