1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144# @capacitor/assets
## 3.0.4
### Patch Changes
- 5f42c57: fix sharp vulnerability by bumping patch version
## 3.0.3
### Patch Changes
- 3c5ecbe: Fix the path discovered for Angular and Vue project when --pwa option used
## 3.0.1
### Patch Changes
- 2c19107: fix: properly configure the single 1024x1024 iOS icon
## 3.0.0
### Major Changes
- 99a87f4: Only generate 1024x1024 for iOS icons for xcode 14 compatibility
### Patch Changes
- c5138af: Fix critical dependency issues and update Cap Cli dependency
## 2.0.4
### Patch Changes
- Fix Android drawable issue
## 2.0.3
### Patch Changes
- General all iOS sub-icons from main icon
## 2.0.2
### Patch Changes
- Android non-density asset generation
## 2.0.1
### Patch Changes
- Android launcher padding #424
## 2.0.0
### Major Changes
- Fixed icon generation issue on iOS and normalized argument format"
## 1.0.14
### Patch Changes
- Fixed android legacy icon sizes
## 1.0.13
### Patch Changes
- Added logoSplashScale and logoTargetWidth to Android
## 1.0.12
### Patch Changes
- Fixed PWA icon source path
## 1.0.11
### Patch Changes
- Added flags to support custom iOS and Android folders
## 1.0.10
### Patch Changes
- Support loading icon.png for easy mode
## 1.0.9
### Patch Changes
- Fixed iOS and Android logo generation
## 1.0.8
### Patch Changes
- Add --logoSplashTargetWidth and --logoSplashScale
## 1.0.7
### Patch Changes
- Fixed icon backgrounds for iOS
## 1.0.6
### Patch Changes
- Fixed Contents.json for iOS icons
## 1.0.5
### Patch Changes
- Fixed iOS Assets
## 1.0.4
### Patch Changes
- Fixed iOS asset generation #325
## 1.0.3
### Patch Changes
- Fixed iOS image sizes
## 1.0.2
### Patch Changes
- Updated Trapeze library and better project root handling
## 1.0.1
### Patch Changes
- Moved to Trapeze