File tree Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Expand file tree Collapse file tree 1 file changed +31
-0
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,37 @@ export type ReleaseNote = {
14
14
} [ ] ;
15
15
} ;
16
16
export const releaseNotes : ReleaseNote [ ] = [
17
+ {
18
+ version : "4.3.2" ,
19
+ description : [
20
+ "ScombZ Utilities v4.3.2では、不具合の修正と一部機能の調整を行いました。" ,
21
+ ] ,
22
+ released : true ,
23
+ date : {
24
+ firefox : "2024/12/7" ,
25
+ chrome : "2024/12/7" ,
26
+ } ,
27
+ contents : [
28
+ {
29
+ genre : "optimization" ,
30
+ title : "一部設定項目の調整" ,
31
+ explain :
32
+ "ログインIDの形式が推奨のものでなくとも、強制的に保存を行うことができるように変更しました。" ,
33
+ } ,
34
+ {
35
+ genre : "fix" ,
36
+ title : "ログイン前お知らせの取得バグの修正" ,
37
+ explain :
38
+ "ログイン前のお知らせの取得がうまく行かないことがある問題を修正しました。" ,
39
+ } ,
40
+ {
41
+ genre : "fix" ,
42
+ title : "ログイン無限ループバグの修正" ,
43
+ explain :
44
+ "パスワードが間違っている際に、ログインが無限ループに陥る問題を修正しました。" ,
45
+ } ,
46
+ ] ,
47
+ } ,
17
48
{
18
49
version : "4.3.1" ,
19
50
description : [ "ScombZ Utilities v4.2.3では、表示の調整正を行いました。" ] ,
You can’t perform that action at this time.
0 commit comments