File tree Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Expand file tree Collapse file tree 3 files changed +15
-2
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
3
+ # 2.0.11
4
+
5
+ - Update a few dependencies
6
+ - Set strict CSP header
7
+
3
8
# 2.0.10
4
9
5
10
- Fix white flicker when windows are opening
Original file line number Diff line number Diff line change
1
+ dictionaries = []
2
+ words = [
3
+ " alic" ,
4
+ " tauri" ,
5
+ ]
6
+ flag_words = []
7
+ ignore_paths = []
8
+ ignore_patterns = []
Original file line number Diff line number Diff line change 2
2
"$schema" : " https://schema.tauri.app/config/2" ,
3
3
"mainBinaryName" : " Alic" ,
4
4
"productName" : " Alic Image Compressor" ,
5
- "version" : " 2.0.10 " ,
5
+ "version" : " 2.0.11 " ,
6
6
"identifier" : " io.kbl.alic" ,
7
7
"build" : {
8
8
"beforeDevCommand" : " bun run dev" ,
38
38
}
39
39
],
40
40
"security" : {
41
- "csp" : null
41
+ "csp" : " default-src 'self' style-src 'self' 'unsafe-inline' "
42
42
}
43
43
},
44
44
"bundle" : {
You can’t perform that action at this time.
0 commit comments