File tree Expand file tree Collapse file tree 1 file changed +23
-0
lines changed
Expand file tree Collapse file tree 1 file changed +23
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,29 @@ export type ReleaseNote = {
1414 } [ ] ;
1515} ;
1616export const releaseNotes : ReleaseNote [ ] = [
17+ {
18+ version : "4.2.2" ,
19+ description : [ "ScombZ Utilities v4.2.2では、機能の追加を行いました。" ] ,
20+ released : true ,
21+ date : {
22+ firefox : "2024/10/20" ,
23+ chrome : "2024/10/21" ,
24+ } ,
25+ contents : [
26+ {
27+ genre : "feature" ,
28+ title : "時間割の編集機能の追加" ,
29+ explain :
30+ "拡張機能によって追加される、メニュー横及びポップアップの時間割を編集する機能を追加しました。 編集では、自動取得した授業の非表示切り替えおよび授業の追加を行うことができます。 機能へは、メニュー横時間割表の右上の編集アイコンからアクセスできます。" ,
31+ } ,
32+ {
33+ genre : "optimization" ,
34+ title : "FireFox版オプションの設定項目拡張" ,
35+ explain :
36+ "FireFox版のオプションページから設定できる項目を大幅に増やしました。" ,
37+ } ,
38+ ] ,
39+ } ,
1740 {
1841 version : "4.2.1" ,
1942 description : [ "ScombZ Utilities v4.2.1では、表示の調整を行いました。" ] ,
You can’t perform that action at this time.
0 commit comments