File tree Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Expand file tree Collapse file tree 1 file changed +34
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,23 @@ export type ReleaseNote = {
1414 } [ ] ;
1515} ;
1616export const releaseNotes : ReleaseNote [ ] = [
17+ {
18+ version : "4.4.1" ,
19+ description : [ "ScombZ Utilities v4.4.0では、機能の修正を行いました。" ] ,
20+ released : true ,
21+ date : {
22+ firefox : "2025/1/8" ,
23+ chrome : "2025/1/8" ,
24+ } ,
25+ contents : [
26+ {
27+ genre : "fix" ,
28+ title : "Google Classroom連携機能の修正" ,
29+ explain :
30+ "Google Chromeを開き直すごとに、Googleにログインを求められてしまう問題を修正しました。" ,
31+ } ,
32+ ] ,
33+ } ,
1734 {
1835 version : "4.4.0" ,
1936 description : [ "ScombZ Utilities v4.4.0では、機能の追加を行いました。" ] ,
@@ -37,6 +54,23 @@ export const releaseNotes: ReleaseNote[] = [
3754 } ,
3855 ] ,
3956 } ,
57+ {
58+ version : "4.3.5" ,
59+ description : [ "ScombZ Utilities v4.4.0では、機能の修正を行いました。" ] ,
60+ released : true ,
61+ date : {
62+ firefox : "2025/1/8" ,
63+ chrome : "2025/1/8" ,
64+ } ,
65+ contents : [
66+ {
67+ genre : "fix" ,
68+ title : "バッジの表示が正しく起きない問題の修正" ,
69+ explain :
70+ "拡張機能のアイコンをクリックした際に、バッジを更新するように変更しました。" ,
71+ } ,
72+ ] ,
73+ } ,
4074 {
4175 version : "4.3.4" ,
4276 description : [ "ScombZ Utilities v4.3.4では、機能の追加を行いました。" ] ,
You can’t perform that action at this time.
0 commit comments