@capgo/cli 4.2.3 → 5.0.0-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +803 -588
- package/README.md +6 -6
- package/dist/index.js +91 -51
- package/package.json +1 -1
- package/src/api/crypto.ts +17 -12
- package/src/bundle/decrypt.ts +23 -12
- package/src/bundle/encrypt.ts +23 -14
- package/src/bundle/upload.ts +14 -9
- package/src/index.ts +4 -4
- package/src/key.ts +38 -11
- package/src/types/supabase.types.ts +57 -29
- package/src/utils.ts +22 -1
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,17 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
## [5.0.0-alpha.3](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.2...v5.0.0-alpha.3) (2024-03-22)
|
|
6
|
+
|
|
7
|
+
## [5.0.0-alpha.2](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.1...v5.0.0-alpha.2) (2024-03-22)
|
|
8
|
+
|
|
9
|
+
|
|
10
|
+
### Bug Fixes
|
|
11
|
+
|
|
12
|
+
* make no-key works ([11eed1a](https://github.com/Cap-go/CLI/commit/11eed1a515d44800ef369303dd14c5218b2164ca))
|
|
13
|
+
|
|
14
|
+
## [5.0.0-alpha.1](https://github.com/Cap-go/CLI/compare/v5.0.0-alpha.0...v5.0.0-alpha.1) (2024-03-22)
|
|
15
|
+
|
|
5
16
|
### [4.2.3](https://github.com/Cap-go/CLI/compare/v4.2.2...v4.2.3) (2024-03-12)
|
|
6
17
|
|
|
7
18
|
|
|
@@ -9,172 +20,207 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
9
20
|
|
|
10
21
|
* issue check plan ([ed64d10](https://github.com/Cap-go/CLI/commit/ed64d107612cfc58548dca80bf1915e90b98ec33))
|
|
11
22
|
|
|
23
|
+
### [4.2.2](https://github.com/Cap-go/CLI/compare/v4.2.2-alpha.0...v4.2.2) (2024-03-11)
|
|
24
|
+
|
|
25
|
+
## [5.0.0-alpha.0](https://github.com/Cap-go/CLI/compare/v4.2.2-alpha.0...v5.0.0-alpha.0) (2024-03-22)
|
|
26
|
+
|
|
27
|
+
### ⚠ BREAKING CHANGES
|
|
28
|
+
|
|
29
|
+
- Merge branch 'jawa-the-hutt/main' into development
|
|
30
|
+
- use new end to end
|
|
31
|
+
|
|
32
|
+
### Features
|
|
33
|
+
|
|
34
|
+
- Merge branch 'jawa-the-hutt/main' into development
|
|
35
|
+
([b3fa8f5](https://github.com/Cap-go/CLI/commit/b3fa8f5d7af8a04e94527e8444aa1fa1ecb4ec12))
|
|
36
|
+
- use new end to end
|
|
37
|
+
([37b9475](https://github.com/Cap-go/CLI/commit/37b9475ce62b557d39c4046f7dee3d196943db4c))
|
|
38
|
+
|
|
39
|
+
### [4.2.3](https://github.com/Cap-go/CLI/compare/v4.2.2...v4.2.3) (2024-03-12)
|
|
40
|
+
|
|
41
|
+
### Bug Fixes
|
|
42
|
+
|
|
43
|
+
- issue check plan
|
|
44
|
+
([ed64d10](https://github.com/Cap-go/CLI/commit/ed64d107612cfc58548dca80bf1915e90b98ec33))
|
|
45
|
+
|
|
12
46
|
### [4.2.2](https://github.com/Cap-go/CLI/compare/v4.2.1...v4.2.2) (2024-03-11)
|
|
13
47
|
|
|
14
48
|
### [4.2.1](https://github.com/Cap-go/CLI/compare/v4.2.0...v4.2.1) (2024-03-08)
|
|
15
49
|
|
|
50
|
+
### Bug Fixes
|
|
51
|
+
|
|
52
|
+
- add better warning for old system
|
|
53
|
+
([df89bfc](https://github.com/Cap-go/CLI/commit/df89bfc561515618272d304de20098024a23c3ce))
|
|
54
|
+
|
|
55
|
+
### [4.2.2-alpha.0](https://github.com/Cap-go/CLI/compare/v4.2.1...v4.2.2-alpha.0) (2024-03-08)
|
|
56
|
+
|
|
57
|
+
### [3.14.56-alpha.0](https://github.com/Cap-go/CLI/compare/v3.14.55...v3.14.56-alpha.0) (2023-12-29)
|
|
58
|
+
|
|
59
|
+
### [4.2.1](https://github.com/Cap-go/CLI/compare/v4.2.0...v4.2.1) (2024-03-08)
|
|
16
60
|
|
|
17
61
|
### Bug Fixes
|
|
18
62
|
|
|
19
|
-
|
|
63
|
+
- test file
|
|
64
|
+
([2094dc5](https://github.com/Cap-go/CLI/commit/2094dc58421410130f89965d5ea0c265dc563f54))
|
|
20
65
|
|
|
21
66
|
## [4.2.0](https://github.com/Cap-go/CLI/compare/v4.1.0...v4.2.0) (2024-03-04)
|
|
22
67
|
|
|
23
|
-
|
|
24
68
|
### Features
|
|
25
69
|
|
|
26
|
-
|
|
70
|
+
- allow ussage of version in Capcitor config instead of package.json
|
|
71
|
+
([7b2084a](https://github.com/Cap-go/CLI/commit/7b2084ab6a8d1cede375cb393b6718f3a5aa23dc))
|
|
27
72
|
|
|
28
73
|
## [4.1.0](https://github.com/Cap-go/CLI/compare/v4.0.14...v4.1.0) (2024-02-27)
|
|
29
74
|
|
|
30
|
-
|
|
31
75
|
### Features
|
|
32
76
|
|
|
33
|
-
|
|
77
|
+
- better channel list
|
|
78
|
+
([93c8b04](https://github.com/Cap-go/CLI/commit/93c8b04407d1b3fe43963d9d8f11dc5e419008e8))
|
|
34
79
|
|
|
35
80
|
### [4.0.14](https://github.com/Cap-go/CLI/compare/v4.0.13...v4.0.14) (2024-02-27)
|
|
36
81
|
|
|
37
82
|
### [4.0.13](https://github.com/Cap-go/CLI/compare/v4.0.12...v4.0.13) (2024-02-26)
|
|
38
83
|
|
|
39
|
-
|
|
40
84
|
### Bug Fixes
|
|
41
85
|
|
|
42
|
-
|
|
43
|
-
|
|
86
|
+
- add back lint with same config as usual
|
|
87
|
+
([8542260](https://github.com/Cap-go/CLI/commit/8542260aacd26842acbd4d623c4ef960fc776cec))
|
|
88
|
+
- formating with clack of doctor command
|
|
89
|
+
([4bd7182](https://github.com/Cap-go/CLI/commit/4bd71820d9aab67e9d12048d140a4eb76d807859))
|
|
44
90
|
|
|
45
91
|
### [4.0.12](https://github.com/Cap-go/CLI/compare/v4.0.11...v4.0.12) (2024-02-26)
|
|
46
92
|
|
|
47
93
|
### [4.0.11](https://github.com/Cap-go/CLI/compare/v4.0.10...v4.0.11) (2024-02-25)
|
|
48
94
|
|
|
49
|
-
|
|
50
95
|
### Bug Fixes
|
|
51
96
|
|
|
52
|
-
|
|
97
|
+
- deploy new is_good_plan_v5
|
|
98
|
+
([38bc592](https://github.com/Cap-go/CLI/commit/38bc592312f5d6e351c7da3be3ea423e2747553e))
|
|
53
99
|
|
|
54
100
|
### [4.0.10](https://github.com/Cap-go/CLI/compare/v4.0.9...v4.0.10) (2024-02-24)
|
|
55
101
|
|
|
56
|
-
|
|
57
102
|
### Bug Fixes
|
|
58
103
|
|
|
59
|
-
|
|
104
|
+
- types
|
|
105
|
+
([8a69dd1](https://github.com/Cap-go/CLI/commit/8a69dd1bddea49e1dee7f0f24ed030c6583da049))
|
|
60
106
|
|
|
61
107
|
### [4.0.9](https://github.com/Cap-go/CLI/compare/v4.0.8...v4.0.9) (2024-02-23)
|
|
62
108
|
|
|
63
|
-
|
|
64
109
|
### Bug Fixes
|
|
65
110
|
|
|
66
|
-
|
|
111
|
+
- timeout issue
|
|
112
|
+
([2377461](https://github.com/Cap-go/CLI/commit/237746148224fe146abc5cc733739cde6bc0701d))
|
|
67
113
|
|
|
68
114
|
### [4.0.8](https://github.com/Cap-go/CLI/compare/v4.0.7...v4.0.8) (2024-02-19)
|
|
69
115
|
|
|
70
|
-
|
|
71
116
|
### Bug Fixes
|
|
72
117
|
|
|
73
|
-
|
|
118
|
+
- prevent usage of default appId
|
|
119
|
+
([8fa2002](https://github.com/Cap-go/CLI/commit/8fa2002f2913f84e52390bcf9cf147a954573867))
|
|
74
120
|
|
|
75
121
|
### [4.0.7](https://github.com/Cap-go/CLI/compare/v4.0.6...v4.0.7) (2024-02-18)
|
|
76
122
|
|
|
77
|
-
|
|
78
123
|
### Bug Fixes
|
|
79
124
|
|
|
80
|
-
|
|
125
|
+
- use new endpoint path
|
|
126
|
+
([f3b5ae3](https://github.com/Cap-go/CLI/commit/f3b5ae3b355a04d4ff804da25870c16d9a31392b))
|
|
81
127
|
|
|
82
128
|
### [4.0.6](https://github.com/Cap-go/CLI/compare/v4.0.5...v4.0.6) (2024-02-18)
|
|
83
129
|
|
|
84
|
-
|
|
85
130
|
### Bug Fixes
|
|
86
131
|
|
|
87
|
-
|
|
132
|
+
- provenance
|
|
133
|
+
([12c8e62](https://github.com/Cap-go/CLI/commit/12c8e62634f49304712fc398717ef21b125a60d1))
|
|
88
134
|
|
|
89
135
|
### [4.0.5](https://github.com/Cap-go/capgo-cli/compare/v4.0.4...v4.0.5) (2024-02-18)
|
|
90
136
|
|
|
91
|
-
|
|
92
137
|
### Bug Fixes
|
|
93
138
|
|
|
94
|
-
|
|
139
|
+
- add missing flag
|
|
140
|
+
([b4356a2](https://github.com/Cap-go/capgo-cli/commit/b4356a28c466d1745238bc8b240300ad73655c07))
|
|
95
141
|
|
|
96
142
|
### [4.0.4](https://github.com/Cap-go/capgo-cli/compare/v4.0.3...v4.0.4) (2024-02-18)
|
|
97
143
|
|
|
98
|
-
|
|
99
144
|
### Bug Fixes
|
|
100
145
|
|
|
101
|
-
|
|
146
|
+
- add provenance
|
|
147
|
+
([bdbe14f](https://github.com/Cap-go/capgo-cli/commit/bdbe14f78ba59bcda9b6ee6c35f8bc6e56103463))
|
|
102
148
|
|
|
103
149
|
### [4.0.3](https://github.com/Cap-go/capgo-cli/compare/v4.0.2...v4.0.3) (2024-02-18)
|
|
104
150
|
|
|
105
|
-
|
|
106
151
|
### Bug Fixes
|
|
107
152
|
|
|
108
|
-
|
|
153
|
+
- add provenance
|
|
154
|
+
([a70f6bb](https://github.com/Cap-go/capgo-cli/commit/a70f6bbc3e4b2e88f7c87e704c062d4832f4f674))
|
|
109
155
|
|
|
110
156
|
### [4.0.2](https://github.com/Cap-go/capgo-cli/compare/v4.0.1...v4.0.2) (2024-02-17)
|
|
111
157
|
|
|
112
|
-
|
|
113
158
|
### Bug Fixes
|
|
114
159
|
|
|
115
|
-
|
|
160
|
+
- add log when using custom supabase
|
|
161
|
+
([8a22378](https://github.com/Cap-go/capgo-cli/commit/8a223783cb95ec9a80555fb21f963fd9c38c311d))
|
|
116
162
|
|
|
117
163
|
### [4.0.1](https://github.com/Cap-go/capgo-cli/compare/v4.0.0...v4.0.1) (2024-02-10)
|
|
118
164
|
|
|
119
|
-
|
|
120
165
|
### Bug Fixes
|
|
121
166
|
|
|
122
|
-
|
|
167
|
+
- upload issue
|
|
168
|
+
([3dab88a](https://github.com/Cap-go/capgo-cli/commit/3dab88adab1072ce2a5976b2189828d754bdd45b))
|
|
123
169
|
|
|
124
170
|
## [4.0.0](https://github.com/Cap-go/capgo-cli/compare/v3.14.71...v4.0.0) (2024-02-10)
|
|
125
171
|
|
|
126
|
-
|
|
127
172
|
### ⚠ BREAKING CHANGES
|
|
128
173
|
|
|
129
|
-
|
|
174
|
+
- use node 20
|
|
130
175
|
|
|
131
176
|
### Features
|
|
132
177
|
|
|
133
|
-
|
|
178
|
+
- use node 20
|
|
179
|
+
([203a7da](https://github.com/Cap-go/capgo-cli/commit/203a7dad33693678551a6a0beccf7547289ba4d8))
|
|
134
180
|
|
|
135
181
|
### [3.14.71](https://github.com/Cap-go/capgo-cli/compare/v3.14.70...v3.14.71) (2024-02-10)
|
|
136
182
|
|
|
137
183
|
### [3.14.70](https://github.com/Cap-go/capgo-cli/compare/v3.14.69...v3.14.70) (2024-02-10)
|
|
138
184
|
|
|
139
|
-
|
|
140
185
|
### Bug Fixes
|
|
141
186
|
|
|
142
|
-
|
|
187
|
+
- wrong log
|
|
188
|
+
([a90f667](https://github.com/Cap-go/capgo-cli/commit/a90f6670c8fc3eee1a7e1d95bf07a480c8a4d2f1))
|
|
143
189
|
|
|
144
190
|
### [3.14.69](https://github.com/Cap-go/capgo-cli/compare/v3.14.68...v3.14.69) (2024-02-10)
|
|
145
191
|
|
|
146
|
-
|
|
147
192
|
### Bug Fixes
|
|
148
193
|
|
|
149
|
-
|
|
194
|
+
- use new npm CI
|
|
195
|
+
([4bb5534](https://github.com/Cap-go/capgo-cli/commit/4bb553468f1d8b82f88a340cab9d28d914a614e0))
|
|
150
196
|
|
|
151
197
|
### [3.14.68](https://github.com/Cap-go/capgo-cli/compare/v3.14.67...v3.14.68) (2024-02-10)
|
|
152
198
|
|
|
153
|
-
|
|
154
199
|
### Bug Fixes
|
|
155
200
|
|
|
156
|
-
|
|
201
|
+
- CI use not deprecated
|
|
202
|
+
([173dea7](https://github.com/Cap-go/capgo-cli/commit/173dea71e5812bc0d7c3d2b05a20489b00a8a8e2))
|
|
157
203
|
|
|
158
204
|
### [3.14.67](https://github.com/Cap-go/capgo-cli/compare/v3.14.66...v3.14.67) (2024-02-10)
|
|
159
205
|
|
|
160
|
-
|
|
161
206
|
### Bug Fixes
|
|
162
207
|
|
|
163
|
-
|
|
208
|
+
- CI build
|
|
209
|
+
([6fcba71](https://github.com/Cap-go/capgo-cli/commit/6fcba71280864d81b0ddab6c62b1d3289fd0aa11))
|
|
164
210
|
|
|
165
211
|
### 3.14.66 (2024-02-10)
|
|
166
212
|
|
|
167
|
-
|
|
168
213
|
### Bug Fixes
|
|
169
214
|
|
|
170
|
-
|
|
215
|
+
- CI
|
|
216
|
+
([c57026d](https://github.com/Cap-go/capgo-cli/commit/c57026d07d9d5d2d26725d37f79a0ed3b1f860a3))
|
|
171
217
|
|
|
172
218
|
### [3.14.65](https://github.com/Cap-go/capgo-cli/compare/v3.14.64...v3.14.65) (2024-02-08)
|
|
173
219
|
|
|
174
|
-
|
|
175
220
|
### Bug Fixes
|
|
176
221
|
|
|
177
|
-
|
|
222
|
+
- lint issue
|
|
223
|
+
([28d026a](https://github.com/Cap-go/capgo-cli/commit/28d026a50e366a13b6f866784a4655c8ba6cc6c0))
|
|
178
224
|
|
|
179
225
|
### [3.14.64](https://github.com/Cap-go/capgo-cli/compare/v3.14.63...v3.14.64) (2024-02-06)
|
|
180
226
|
|
|
@@ -192,10 +238,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
192
238
|
|
|
193
239
|
### [3.14.57](https://github.com/Cap-go/capgo-cli/compare/v3.14.56...v3.14.57) (2023-12-30)
|
|
194
240
|
|
|
195
|
-
|
|
196
241
|
### Bug Fixes
|
|
197
242
|
|
|
198
|
-
|
|
243
|
+
- switch to bun
|
|
244
|
+
([cc57c3e](https://github.com/Cap-go/capgo-cli/commit/cc57c3e91275258bd7ec639325a4b4c5c248b2b3))
|
|
199
245
|
|
|
200
246
|
### [3.14.56](https://github.com/Cap-go/capgo-cli/compare/v3.14.55...v3.14.56) (2023-12-29)
|
|
201
247
|
|
|
@@ -217,40 +263,40 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
217
263
|
|
|
218
264
|
### [3.14.49](https://github.com/Cap-go/capgo-cli/compare/v3.14.48...v3.14.49) (2023-11-27)
|
|
219
265
|
|
|
220
|
-
|
|
221
266
|
### Bug Fixes
|
|
222
267
|
|
|
223
|
-
|
|
268
|
+
- lint issue
|
|
269
|
+
([9200c0d](https://github.com/Cap-go/capgo-cli/commit/9200c0dc46710b7c10c6fb2c7120a8fe948878c3))
|
|
224
270
|
|
|
225
271
|
### [3.14.48](https://github.com/Cap-go/capgo-cli/compare/v3.14.47...v3.14.48) (2023-11-27)
|
|
226
272
|
|
|
227
|
-
|
|
228
273
|
### Bug Fixes
|
|
229
274
|
|
|
230
|
-
|
|
275
|
+
- add better messages
|
|
276
|
+
([00a1d0c](https://github.com/Cap-go/capgo-cli/commit/00a1d0c57de6b1ee5e2d57a567e7fb537c533178))
|
|
231
277
|
|
|
232
278
|
### [3.14.47](https://github.com/Cap-go/capgo-cli/compare/v3.14.46...v3.14.47) (2023-11-27)
|
|
233
279
|
|
|
234
|
-
|
|
235
280
|
### Bug Fixes
|
|
236
281
|
|
|
237
|
-
|
|
282
|
+
- debug command
|
|
283
|
+
([4cda008](https://github.com/Cap-go/capgo-cli/commit/4cda008e0505969293d7e958bd0c54746a1c6223))
|
|
238
284
|
|
|
239
285
|
### [3.14.46](https://github.com/Cap-go/capgo-cli/compare/v3.14.45...v3.14.46) (2023-11-27)
|
|
240
286
|
|
|
241
287
|
### [3.14.45](https://github.com/Cap-go/capgo-cli/compare/v3.14.44...v3.14.45) (2023-11-23)
|
|
242
288
|
|
|
243
|
-
|
|
244
289
|
### Bug Fixes
|
|
245
290
|
|
|
246
|
-
|
|
291
|
+
- dep updates
|
|
292
|
+
([06307ad](https://github.com/Cap-go/capgo-cli/commit/06307ad7b78d69fef4a54bf6cae67b019a34b5ef))
|
|
247
293
|
|
|
248
294
|
### [3.14.44](https://github.com/Cap-go/capgo-cli/compare/v3.14.44-alpha.0...v3.14.44) (2023-11-23)
|
|
249
295
|
|
|
250
|
-
|
|
251
296
|
### Bug Fixes
|
|
252
297
|
|
|
253
|
-
|
|
298
|
+
- remove osName
|
|
299
|
+
([45fe056](https://github.com/Cap-go/capgo-cli/commit/45fe05699852ce6af4c6762ad95b782ed70567f1))
|
|
254
300
|
|
|
255
301
|
### [3.14.44-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v3.14.43...v3.14.44-alpha.0) (2023-11-20)
|
|
256
302
|
|
|
@@ -260,10 +306,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
260
306
|
|
|
261
307
|
### [3.14.42](https://github.com/Cap-go/capgo-cli/compare/v3.14.41...v3.14.42) (2023-11-13)
|
|
262
308
|
|
|
263
|
-
|
|
264
309
|
### Bug Fixes
|
|
265
310
|
|
|
266
|
-
|
|
311
|
+
- message to look less problematic
|
|
312
|
+
([c641706](https://github.com/Cap-go/capgo-cli/commit/c641706d285730ffc6dbcf6876b2d52deda8af1f))
|
|
267
313
|
|
|
268
314
|
### [3.14.41](https://github.com/Cap-go/capgo-cli/compare/v3.14.40...v3.14.41) (2023-11-13)
|
|
269
315
|
|
|
@@ -273,10 +319,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
273
319
|
|
|
274
320
|
### [3.14.38](https://github.com/Cap-go/capgo-cli/compare/v3.14.37...v3.14.38) (2023-11-11)
|
|
275
321
|
|
|
276
|
-
|
|
277
322
|
### Bug Fixes
|
|
278
323
|
|
|
279
|
-
|
|
324
|
+
- **deps:** update dependency @capacitor/cli to v5.5.1
|
|
325
|
+
([080b120](https://github.com/Cap-go/capgo-cli/commit/080b1208efaefe3b94d52c4292eccb458163e812))
|
|
280
326
|
|
|
281
327
|
### [3.14.37](https://github.com/Cap-go/capgo-cli/compare/v3.14.36...v3.14.37) (2023-11-11)
|
|
282
328
|
|
|
@@ -290,98 +336,99 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
290
336
|
|
|
291
337
|
### [3.14.32](https://github.com/Cap-go/capgo-cli/compare/v3.14.31...v3.14.32) (2023-11-02)
|
|
292
338
|
|
|
293
|
-
|
|
294
339
|
### Bug Fixes
|
|
295
340
|
|
|
296
|
-
|
|
341
|
+
- getRemoteDepenencies use appID
|
|
342
|
+
([dac09a5](https://github.com/Cap-go/capgo-cli/commit/dac09a5727da6fd57671c6f05951a469acf762db))
|
|
297
343
|
|
|
298
344
|
### [3.14.31](https://github.com/Cap-go/capgo-cli/compare/v3.14.30...v3.14.31) (2023-11-02)
|
|
299
345
|
|
|
300
|
-
|
|
301
346
|
### Bug Fixes
|
|
302
347
|
|
|
303
|
-
|
|
348
|
+
- duplicated apikey
|
|
349
|
+
([001c63b](https://github.com/Cap-go/capgo-cli/commit/001c63bb5c033118e895bf6e9e2a0fa8699c0b7e))
|
|
304
350
|
|
|
305
351
|
### [3.14.30](https://github.com/Cap-go/capgo-cli/compare/v3.14.29...v3.14.30) (2023-11-02)
|
|
306
352
|
|
|
307
|
-
|
|
308
353
|
### Bug Fixes
|
|
309
354
|
|
|
310
|
-
|
|
355
|
+
- issue apikey
|
|
356
|
+
([b7bfb27](https://github.com/Cap-go/capgo-cli/commit/b7bfb274c933210af0028f5ed58e7b2077d2283b))
|
|
311
357
|
|
|
312
358
|
### [3.14.29](https://github.com/Cap-go/capgo-cli/compare/v3.14.28...v3.14.29) (2023-11-02)
|
|
313
359
|
|
|
314
|
-
|
|
315
360
|
### Bug Fixes
|
|
316
361
|
|
|
317
|
-
|
|
362
|
+
- issue reading file in certain os
|
|
363
|
+
([d7dca17](https://github.com/Cap-go/capgo-cli/commit/d7dca1779e6b43df74c7955613ab19368c4ff90d))
|
|
318
364
|
|
|
319
365
|
### [3.14.28](https://github.com/Cap-go/capgo-cli/compare/v3.14.27...v3.14.28) (2023-11-01)
|
|
320
366
|
|
|
321
367
|
### [3.14.27](https://github.com/Cap-go/capgo-cli/compare/v3.14.26...v3.14.27) (2023-10-31)
|
|
322
368
|
|
|
323
|
-
|
|
324
369
|
### Bug Fixes
|
|
325
370
|
|
|
326
|
-
|
|
371
|
+
- is_app_owner in the CLI
|
|
372
|
+
([5440fd4](https://github.com/Cap-go/capgo-cli/commit/5440fd4015c0b3bdf829e9e3196e714d8f73e35f))
|
|
327
373
|
|
|
328
374
|
### [3.14.26](https://github.com/Cap-go/capgo-cli/compare/v3.14.25...v3.14.26) (2023-10-31)
|
|
329
375
|
|
|
330
|
-
|
|
331
376
|
### Bug Fixes
|
|
332
377
|
|
|
333
|
-
|
|
378
|
+
- add appId on list app command
|
|
379
|
+
([2b36ede](https://github.com/Cap-go/capgo-cli/commit/2b36ede3853e8756798d8af16a32c4f3675f8985))
|
|
334
380
|
|
|
335
381
|
### [3.14.25](https://github.com/Cap-go/capgo-cli/compare/v3.14.24...v3.14.25) (2023-10-31)
|
|
336
382
|
|
|
337
|
-
|
|
338
383
|
### Bug Fixes
|
|
339
384
|
|
|
340
|
-
|
|
385
|
+
- build issue
|
|
386
|
+
([5c9391d](https://github.com/Cap-go/capgo-cli/commit/5c9391d607ba3221b9a0275fce2ccb2cbc351461))
|
|
341
387
|
|
|
342
388
|
### [3.14.24](https://github.com/Cap-go/capgo-cli/compare/v3.14.23...v3.14.24) (2023-10-31)
|
|
343
389
|
|
|
344
390
|
### [3.14.23](https://github.com/Cap-go/capgo-cli/compare/v3.14.22...v3.14.23) (2023-10-30)
|
|
345
391
|
|
|
346
|
-
|
|
347
392
|
### Bug Fixes
|
|
348
393
|
|
|
349
|
-
|
|
394
|
+
- init issue with core version
|
|
395
|
+
([1e3971b](https://github.com/Cap-go/capgo-cli/commit/1e3971b96bb04c2cdf9317a7580a1128364f0373))
|
|
350
396
|
|
|
351
397
|
### [3.14.22](https://github.com/Cap-go/capgo-cli/compare/v3.14.21...v3.14.22) (2023-10-30)
|
|
352
398
|
|
|
353
|
-
|
|
354
399
|
### Bug Fixes
|
|
355
400
|
|
|
356
|
-
|
|
357
|
-
|
|
401
|
+
- cli issue not cheking app right properly
|
|
402
|
+
([0f9a80b](https://github.com/Cap-go/capgo-cli/commit/0f9a80b677f3b75f9cdad6447fcb05a78fed3a64))
|
|
403
|
+
- error messages format
|
|
404
|
+
([c976d49](https://github.com/Cap-go/capgo-cli/commit/c976d49229d4a50bd9813d270f4703a213166bdc))
|
|
358
405
|
|
|
359
406
|
### [3.14.21](https://github.com/Cap-go/capgo-cli/compare/v3.14.20...v3.14.21) (2023-10-23)
|
|
360
407
|
|
|
361
408
|
### [3.14.20](https://github.com/Cap-go/capgo-cli/compare/v3.14.19...v3.14.20) (2023-10-20)
|
|
362
409
|
|
|
363
|
-
|
|
364
410
|
### Bug Fixes
|
|
365
411
|
|
|
366
|
-
|
|
412
|
+
- use remote config instead of in code config
|
|
413
|
+
([9c2f3ad](https://github.com/Cap-go/capgo-cli/commit/9c2f3ad09686694b6657d5aa5e194db9666a780d))
|
|
367
414
|
|
|
368
415
|
### [3.14.19](https://github.com/Cap-go/capgo-cli/compare/v3.14.18...v3.14.19) (2023-10-16)
|
|
369
416
|
|
|
370
417
|
### [3.14.18](https://github.com/Cap-go/capgo-cli/compare/v3.14.17...v3.14.18) (2023-10-16)
|
|
371
418
|
|
|
372
|
-
|
|
373
419
|
### Bug Fixes
|
|
374
420
|
|
|
375
|
-
|
|
421
|
+
- **deps:** update dependency commander to v11.1.0
|
|
422
|
+
([e18b072](https://github.com/Cap-go/capgo-cli/commit/e18b07264fb0705ca796198181656216cc057f3d))
|
|
376
423
|
|
|
377
424
|
### [3.14.17](https://github.com/Cap-go/capgo-cli/compare/v3.14.16...v3.14.17) (2023-10-16)
|
|
378
425
|
|
|
379
426
|
### [3.14.16](https://github.com/Cap-go/capgo-cli/compare/v3.14.15...v3.14.16) (2023-10-13)
|
|
380
427
|
|
|
381
|
-
|
|
382
428
|
### Bug Fixes
|
|
383
429
|
|
|
384
|
-
|
|
430
|
+
- **deps:** update dependency @capacitor/cli to v5.5.0
|
|
431
|
+
([1d7d46c](https://github.com/Cap-go/capgo-cli/commit/1d7d46cb885c471136bc2fd81594bf44edabba19))
|
|
385
432
|
|
|
386
433
|
### [3.14.15](https://github.com/Cap-go/capgo-cli/compare/v3.14.14...v3.14.15) (2023-10-13)
|
|
387
434
|
|
|
@@ -399,107 +446,107 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
399
446
|
|
|
400
447
|
### [3.14.8](https://github.com/Cap-go/capgo-cli/compare/v3.14.7...v3.14.8) (2023-10-12)
|
|
401
448
|
|
|
402
|
-
|
|
403
449
|
### Bug Fixes
|
|
404
450
|
|
|
405
|
-
|
|
451
|
+
- doctor command
|
|
452
|
+
([ef31b8e](https://github.com/Cap-go/capgo-cli/commit/ef31b8e3cd3378d32b96db45e171e98a39746f68))
|
|
406
453
|
|
|
407
454
|
### [3.14.7](https://github.com/Cap-go/capgo-cli/compare/v3.14.6...v3.14.7) (2023-10-12)
|
|
408
455
|
|
|
409
|
-
|
|
410
456
|
### Bug Fixes
|
|
411
457
|
|
|
412
|
-
|
|
458
|
+
- remove log table
|
|
459
|
+
([202dcc4](https://github.com/Cap-go/capgo-cli/commit/202dcc4cfb2e752bfd6b6bfbd2cc2cd34661e877))
|
|
413
460
|
|
|
414
461
|
### [3.14.6](https://github.com/Cap-go/capgo-cli/compare/v3.14.5...v3.14.6) (2023-10-12)
|
|
415
462
|
|
|
416
|
-
|
|
417
463
|
### Bug Fixes
|
|
418
464
|
|
|
419
|
-
|
|
465
|
+
- types
|
|
466
|
+
([679aa56](https://github.com/Cap-go/capgo-cli/commit/679aa5645c0ad0cadea7d6068ce61e547fa89fbb))
|
|
420
467
|
|
|
421
468
|
### [3.14.5](https://github.com/Cap-go/capgo-cli/compare/v3.14.4...v3.14.5) (2023-10-12)
|
|
422
469
|
|
|
423
470
|
### [3.14.4](https://github.com/Cap-go/capgo-cli/compare/v3.14.3...v3.14.4) (2023-10-09)
|
|
424
471
|
|
|
425
|
-
|
|
426
472
|
### Bug Fixes
|
|
427
473
|
|
|
428
|
-
|
|
474
|
+
- add node version in doctor command
|
|
475
|
+
([a69018f](https://github.com/Cap-go/capgo-cli/commit/a69018f12c092c0da2d80e0fffa69468349f0bf8))
|
|
429
476
|
|
|
430
477
|
### [3.14.3](https://github.com/Cap-go/capgo-cli/compare/v3.14.2...v3.14.3) (2023-10-06)
|
|
431
478
|
|
|
432
|
-
|
|
433
479
|
### Bug Fixes
|
|
434
480
|
|
|
435
|
-
|
|
481
|
+
- cli messages
|
|
482
|
+
([fe55c31](https://github.com/Cap-go/capgo-cli/commit/fe55c3139d1b7854ab54485cd5194d083efdd23b))
|
|
436
483
|
|
|
437
484
|
### [3.14.2](https://github.com/Cap-go/capgo-cli/compare/v3.14.1...v3.14.2) (2023-09-29)
|
|
438
485
|
|
|
439
|
-
|
|
440
486
|
### Bug Fixes
|
|
441
487
|
|
|
442
|
-
|
|
488
|
+
- prevent v4 users to install capgo
|
|
489
|
+
([e0342c3](https://github.com/Cap-go/capgo-cli/commit/e0342c3d3fff5ab2a36d1213c92ca3650744c406))
|
|
443
490
|
|
|
444
491
|
### [3.14.1](https://github.com/Cap-go/capgo-cli/compare/v3.14.0...v3.14.1) (2023-09-27)
|
|
445
492
|
|
|
446
493
|
## [3.14.0](https://github.com/Cap-go/capgo-cli/compare/v3.13.31...v3.14.0) (2023-09-27)
|
|
447
494
|
|
|
448
|
-
|
|
449
495
|
### Features
|
|
450
496
|
|
|
451
|
-
|
|
497
|
+
- add index check in upload
|
|
498
|
+
([09bcecc](https://github.com/Cap-go/capgo-cli/commit/09bcecc75534e802fb0a415ff880219a096d3959))
|
|
452
499
|
|
|
453
500
|
### [3.13.31](https://github.com/Cap-go/capgo-cli/compare/v3.13.30...v3.13.31) (2023-09-20)
|
|
454
501
|
|
|
455
|
-
|
|
456
502
|
### Bug Fixes
|
|
457
503
|
|
|
458
|
-
|
|
504
|
+
- logsnag tracking issue
|
|
505
|
+
([695486a](https://github.com/Cap-go/capgo-cli/commit/695486a2a2aa39067b91db3af0d9027ffcb4d8ef))
|
|
459
506
|
|
|
460
507
|
### [3.13.30](https://github.com/Cap-go/capgo-cli/compare/v3.13.29...v3.13.30) (2023-09-19)
|
|
461
508
|
|
|
462
|
-
|
|
463
509
|
### Bug Fixes
|
|
464
510
|
|
|
465
|
-
|
|
511
|
+
- lint
|
|
512
|
+
([2fee360](https://github.com/Cap-go/capgo-cli/commit/2fee360ebe64b39dae68ab2d071301c1044e7501))
|
|
466
513
|
|
|
467
514
|
### [3.13.29](https://github.com/Cap-go/capgo-cli/compare/v3.13.28...v3.13.29) (2023-09-19)
|
|
468
515
|
|
|
469
|
-
|
|
470
516
|
### Bug Fixes
|
|
471
517
|
|
|
472
|
-
|
|
518
|
+
- comment old cloudflare for now
|
|
519
|
+
([e7f0b26](https://github.com/Cap-go/capgo-cli/commit/e7f0b26a49a9ee5df766bf8829f00333b95f711b))
|
|
473
520
|
|
|
474
521
|
### [3.13.28](https://github.com/Cap-go/capgo-cli/compare/v3.13.27...v3.13.28) (2023-09-19)
|
|
475
522
|
|
|
476
523
|
### [3.13.27](https://github.com/Cap-go/capgo-cli/compare/v3.13.26...v3.13.27) (2023-09-19)
|
|
477
524
|
|
|
478
|
-
|
|
479
525
|
### Bug Fixes
|
|
480
526
|
|
|
481
|
-
|
|
527
|
+
- error in args
|
|
528
|
+
([785d7e2](https://github.com/Cap-go/capgo-cli/commit/785d7e23b6bd9d1ab5be0674600142a253f6b8d4))
|
|
482
529
|
|
|
483
530
|
### [3.13.26](https://github.com/Cap-go/capgo-cli/compare/v3.13.25...v3.13.26) (2023-09-19)
|
|
484
531
|
|
|
485
|
-
|
|
486
532
|
### Bug Fixes
|
|
487
533
|
|
|
488
|
-
|
|
534
|
+
- missing ivSessionKey arg
|
|
535
|
+
([6d079f5](https://github.com/Cap-go/capgo-cli/commit/6d079f5f02fdbe2e96082fb2298f955277234e24))
|
|
489
536
|
|
|
490
537
|
### [3.13.25](https://github.com/Cap-go/capgo-cli/compare/v3.13.24...v3.13.25) (2023-09-19)
|
|
491
538
|
|
|
492
|
-
|
|
493
539
|
### Bug Fixes
|
|
494
540
|
|
|
495
|
-
|
|
541
|
+
- list command issue
|
|
542
|
+
([cb46a1e](https://github.com/Cap-go/capgo-cli/commit/cb46a1e5849a64389355c937dba30455ecd5a35e))
|
|
496
543
|
|
|
497
544
|
### [3.13.24](https://github.com/Cap-go/capgo-cli/compare/v3.13.23...v3.13.24) (2023-09-19)
|
|
498
545
|
|
|
499
|
-
|
|
500
546
|
### Bug Fixes
|
|
501
547
|
|
|
502
|
-
|
|
548
|
+
- stop trial warning when paying
|
|
549
|
+
([ec05657](https://github.com/Cap-go/capgo-cli/commit/ec0565759b4348c05626423c5aff553b42760746))
|
|
503
550
|
|
|
504
551
|
### [3.13.23](https://github.com/Cap-go/capgo-cli/compare/v3.13.22...v3.13.23) (2023-09-19)
|
|
505
552
|
|
|
@@ -517,42 +564,42 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
517
564
|
|
|
518
565
|
### [3.13.16](https://github.com/Cap-go/capgo-cli/compare/v3.13.15...v3.13.16) (2023-09-06)
|
|
519
566
|
|
|
520
|
-
|
|
521
567
|
### Bug Fixes
|
|
522
568
|
|
|
523
|
-
|
|
569
|
+
- keyData issue
|
|
570
|
+
([3547827](https://github.com/Cap-go/capgo-cli/commit/354782769292994408e3f980343c4b67f292b0bc))
|
|
524
571
|
|
|
525
572
|
### [3.13.15](https://github.com/Cap-go/capgo-cli/compare/v3.13.14...v3.13.15) (2023-09-05)
|
|
526
573
|
|
|
527
|
-
|
|
528
574
|
### Bug Fixes
|
|
529
575
|
|
|
530
|
-
|
|
576
|
+
- keyData issue
|
|
577
|
+
([202780c](https://github.com/Cap-go/capgo-cli/commit/202780ce03cbac71510a6dced3960df8f544d2af))
|
|
531
578
|
|
|
532
579
|
### [3.13.14](https://github.com/Cap-go/capgo-cli/compare/v3.13.13...v3.13.14) (2023-08-30)
|
|
533
580
|
|
|
534
581
|
### [3.13.13](https://github.com/Cap-go/capgo-cli/compare/v3.13.12...v3.13.13) (2023-08-29)
|
|
535
582
|
|
|
536
|
-
|
|
537
583
|
### Bug Fixes
|
|
538
584
|
|
|
539
|
-
|
|
585
|
+
- build issue
|
|
586
|
+
([a7464ac](https://github.com/Cap-go/capgo-cli/commit/a7464ac52646c20a62b05921ddcb08d9f68c3c91))
|
|
540
587
|
|
|
541
588
|
### [3.13.12](https://github.com/Cap-go/capgo-cli/compare/v3.13.11...v3.13.12) (2023-08-29)
|
|
542
589
|
|
|
543
|
-
|
|
544
590
|
### Bug Fixes
|
|
545
591
|
|
|
546
|
-
|
|
592
|
+
- use only exist v2
|
|
593
|
+
([e8053d8](https://github.com/Cap-go/capgo-cli/commit/e8053d81641c4620988edcf8fd74e1eddda4fb83))
|
|
547
594
|
|
|
548
595
|
### [3.13.11](https://github.com/Cap-go/capgo-cli/compare/v3.13.10...v3.13.11) (2023-08-28)
|
|
549
596
|
|
|
550
597
|
### [3.13.10](https://github.com/Cap-go/capgo-cli/compare/v3.13.9...v3.13.10) (2023-08-26)
|
|
551
598
|
|
|
552
|
-
|
|
553
599
|
### Bug Fixes
|
|
554
600
|
|
|
555
|
-
|
|
601
|
+
- relove old log message
|
|
602
|
+
([186e68e](https://github.com/Cap-go/capgo-cli/commit/186e68e3558354377fcb6c01b5134521fcdc292c))
|
|
556
603
|
|
|
557
604
|
### [3.13.9](https://github.com/Cap-go/capgo-cli/compare/v3.13.8...v3.13.9) (2023-08-26)
|
|
558
605
|
|
|
@@ -562,10 +609,10 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
562
609
|
|
|
563
610
|
### [3.13.6](https://github.com/Cap-go/capgo-cli/compare/v3.13.5...v3.13.6) (2023-08-23)
|
|
564
611
|
|
|
565
|
-
|
|
566
612
|
### Bug Fixes
|
|
567
613
|
|
|
568
|
-
|
|
614
|
+
- upload issues
|
|
615
|
+
([c9618a1](https://github.com/Cap-go/capgo-cli/commit/c9618a1d631682b193821de1c41e036074ada10b))
|
|
569
616
|
|
|
570
617
|
### [3.13.5](https://github.com/Cap-go/capgo-cli/compare/v3.13.4...v3.13.5) (2023-08-21)
|
|
571
618
|
|
|
@@ -573,186 +620,190 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
573
620
|
|
|
574
621
|
### [3.13.3](https://github.com/Cap-go/capgo-cli/compare/v3.13.2...v3.13.3) (2023-08-17)
|
|
575
622
|
|
|
576
|
-
|
|
577
623
|
### Bug Fixes
|
|
578
624
|
|
|
579
|
-
|
|
625
|
+
- deps
|
|
626
|
+
([9cb74c8](https://github.com/Cap-go/capgo-cli/commit/9cb74c8d16d1a422a30953538ce5f7ab67b440ec))
|
|
580
627
|
|
|
581
628
|
### [3.13.2](https://github.com/Cap-go/capgo-cli/compare/v3.13.1...v3.13.2) (2023-08-17)
|
|
582
629
|
|
|
583
|
-
|
|
584
630
|
### Bug Fixes
|
|
585
631
|
|
|
586
|
-
|
|
632
|
+
- CLI save retention in secs
|
|
633
|
+
([19fbb8e](https://github.com/Cap-go/capgo-cli/commit/19fbb8e5b9110ddc0bf4d24cacfc88e2484677e4))
|
|
587
634
|
|
|
588
635
|
### [3.13.1](https://github.com/Cap-go/capgo-cli/compare/v3.13.0...v3.13.1) (2023-08-17)
|
|
589
636
|
|
|
590
|
-
|
|
591
637
|
### Bug Fixes
|
|
592
638
|
|
|
593
|
-
|
|
639
|
+
- error message
|
|
640
|
+
([342cb25](https://github.com/Cap-go/capgo-cli/commit/342cb251e12c83a9d88aeecef6c7aeba3e53b0d0))
|
|
594
641
|
|
|
595
642
|
## [3.13.0](https://github.com/Cap-go/capgo-cli/compare/v3.12.7...v3.13.0) (2023-08-17)
|
|
596
643
|
|
|
597
|
-
|
|
598
644
|
### Features
|
|
599
645
|
|
|
600
|
-
|
|
646
|
+
- added option to set bundle retention on app
|
|
647
|
+
([6378bd1](https://github.com/Cap-go/capgo-cli/commit/6378bd1ad622e22bf0d848c11f8ff7c4db823622))
|
|
601
648
|
|
|
602
649
|
### [3.12.7](https://github.com/Cap-go/capgo-cli/compare/v3.12.6...v3.12.7) (2023-08-17)
|
|
603
650
|
|
|
604
|
-
|
|
605
651
|
### Bug Fixes
|
|
606
652
|
|
|
607
|
-
|
|
653
|
+
- save key command
|
|
654
|
+
([669d3dc](https://github.com/Cap-go/capgo-cli/commit/669d3dcebbac8039c389b2dd30c7a7e2a9c3ce94))
|
|
608
655
|
|
|
609
656
|
### [3.12.6](https://github.com/Cap-go/capgo-cli/compare/v3.12.5...v3.12.6) (2023-08-11)
|
|
610
657
|
|
|
611
|
-
|
|
612
658
|
### Bug Fixes
|
|
613
659
|
|
|
614
|
-
|
|
660
|
+
- docs url
|
|
661
|
+
([df24286](https://github.com/Cap-go/capgo-cli/commit/df24286be5e448bf83f599cd4bb28022f381c0a8))
|
|
615
662
|
|
|
616
663
|
### [3.12.5](https://github.com/Cap-go/capgo-cli/compare/v3.12.4...v3.12.5) (2023-08-10)
|
|
617
664
|
|
|
618
|
-
|
|
619
665
|
### Bug Fixes
|
|
620
666
|
|
|
621
|
-
|
|
667
|
+
- lint
|
|
668
|
+
([6bad7d1](https://github.com/Cap-go/capgo-cli/commit/6bad7d1ba5e7bee34dadf9acc1ed89fff48af8ea))
|
|
622
669
|
|
|
623
670
|
### [3.12.4](https://github.com/Cap-go/capgo-cli/compare/v3.12.3...v3.12.4) (2023-07-27)
|
|
624
671
|
|
|
625
672
|
### [3.12.3](https://github.com/Cap-go/capgo-cli/compare/v3.12.2...v3.12.3) (2023-07-27)
|
|
626
673
|
|
|
627
|
-
|
|
628
674
|
### Bug Fixes
|
|
629
675
|
|
|
630
|
-
|
|
676
|
+
- behavior cleanup command
|
|
677
|
+
([1ffffc2](https://github.com/Cap-go/capgo-cli/commit/1ffffc2c70a5c7fb7932f0ae784fb4d356f62325))
|
|
631
678
|
|
|
632
679
|
### [3.12.2](https://github.com/Cap-go/capgo-cli/compare/v3.12.1...v3.12.2) (2023-07-24)
|
|
633
680
|
|
|
634
|
-
|
|
635
681
|
### Bug Fixes
|
|
636
682
|
|
|
637
|
-
|
|
683
|
+
- add deviceId for debug command
|
|
684
|
+
([99c235b](https://github.com/Cap-go/capgo-cli/commit/99c235b5bf6ca5a83d7dbeb0d8619fe6c4c2b3e3))
|
|
638
685
|
|
|
639
686
|
### [3.12.1](https://github.com/Cap-go/capgo-cli/compare/v3.12.0...v3.12.1) (2023-07-04)
|
|
640
687
|
|
|
641
|
-
|
|
642
688
|
### Bug Fixes
|
|
643
689
|
|
|
644
|
-
|
|
690
|
+
- use debug channel
|
|
691
|
+
([2ab536d](https://github.com/Cap-go/capgo-cli/commit/2ab536de63635589b3ac1ab3ed4eb5d5aad69f8b))
|
|
645
692
|
|
|
646
693
|
## [3.12.0](https://github.com/Cap-go/capgo-cli/compare/v3.11.7...v3.12.0) (2023-07-03)
|
|
647
694
|
|
|
648
|
-
|
|
649
695
|
### Features
|
|
650
696
|
|
|
651
|
-
|
|
697
|
+
- add debug command
|
|
698
|
+
([ee270bb](https://github.com/Cap-go/capgo-cli/commit/ee270bb2c49fdba41f786558d181250b753cdab8))
|
|
652
699
|
|
|
653
700
|
### [3.11.7](https://github.com/Cap-go/capgo-cli/compare/v3.11.6...v3.11.7) (2023-06-27)
|
|
654
701
|
|
|
655
|
-
|
|
656
702
|
### Bug Fixes
|
|
657
703
|
|
|
658
|
-
|
|
704
|
+
- catch better errors uploadUrl
|
|
705
|
+
([f1a0066](https://github.com/Cap-go/capgo-cli/commit/f1a0066c6bd84be164248f9462c1227f5282be7b))
|
|
659
706
|
|
|
660
707
|
### [3.11.6](https://github.com/Cap-go/capgo-cli/compare/v3.11.5...v3.11.6) (2023-06-26)
|
|
661
708
|
|
|
662
|
-
|
|
663
709
|
### Bug Fixes
|
|
664
710
|
|
|
665
|
-
|
|
711
|
+
- upload name
|
|
712
|
+
([cbe75cd](https://github.com/Cap-go/capgo-cli/commit/cbe75cd2c46110a35e80a853373af7f1cdd42c28))
|
|
666
713
|
|
|
667
714
|
### [3.11.5](https://github.com/Cap-go/capgo-cli/compare/v3.11.4...v3.11.5) (2023-06-23)
|
|
668
715
|
|
|
669
|
-
|
|
670
716
|
### Bug Fixes
|
|
671
717
|
|
|
672
|
-
|
|
718
|
+
- build
|
|
719
|
+
([5b56135](https://github.com/Cap-go/capgo-cli/commit/5b5613526b8971da48b35a6cb830abe1e432b65e))
|
|
673
720
|
|
|
674
721
|
### [3.11.4](https://github.com/Cap-go/capgo-cli/compare/v3.11.3...v3.11.4) (2023-06-23)
|
|
675
722
|
|
|
676
|
-
|
|
677
723
|
### Bug Fixes
|
|
678
724
|
|
|
679
|
-
|
|
725
|
+
- make error when use set channel with wrong key
|
|
726
|
+
([8b9380c](https://github.com/Cap-go/capgo-cli/commit/8b9380cc08225191268008dab6a5af1ab2163ee1))
|
|
680
727
|
|
|
681
728
|
### [3.11.3](https://github.com/Cap-go/capgo-cli/compare/v3.11.2...v3.11.3) (2023-06-23)
|
|
682
729
|
|
|
683
|
-
|
|
684
730
|
### Bug Fixes
|
|
685
731
|
|
|
686
|
-
|
|
732
|
+
- stringify the error
|
|
733
|
+
([d87cb31](https://github.com/Cap-go/capgo-cli/commit/d87cb3120eac9c0867f88f03b601a69c0bf667b0))
|
|
687
734
|
|
|
688
735
|
### [3.11.2](https://github.com/Cap-go/capgo-cli/compare/v3.11.1...v3.11.2) (2023-06-23)
|
|
689
736
|
|
|
690
|
-
|
|
691
737
|
### Bug Fixes
|
|
692
738
|
|
|
693
|
-
|
|
739
|
+
- lint
|
|
740
|
+
([0f6ec8a](https://github.com/Cap-go/capgo-cli/commit/0f6ec8ac5542a49becfcbd8a972a14f464c672e2))
|
|
694
741
|
|
|
695
742
|
### [3.11.1](https://github.com/Cap-go/capgo-cli/compare/v3.11.0...v3.11.1) (2023-06-22)
|
|
696
743
|
|
|
697
|
-
|
|
698
744
|
### Bug Fixes
|
|
699
745
|
|
|
700
|
-
|
|
746
|
+
- issue upload
|
|
747
|
+
([93482f0](https://github.com/Cap-go/capgo-cli/commit/93482f0af3cb82dc7a3e468268928cd5ed14eced))
|
|
701
748
|
|
|
702
749
|
## [3.11.0](https://github.com/Cap-go/capgo-cli/compare/v3.10.21...v3.11.0) (2023-06-21)
|
|
703
750
|
|
|
704
|
-
|
|
705
751
|
### Features
|
|
706
752
|
|
|
707
|
-
|
|
708
|
-
|
|
753
|
+
- use new direct upload !
|
|
754
|
+
([57ab2b9](https://github.com/Cap-go/capgo-cli/commit/57ab2b9dd90692eea400c47d2f10a3d61a7f56c0))
|
|
709
755
|
|
|
710
756
|
### Bug Fixes
|
|
711
757
|
|
|
712
|
-
|
|
713
|
-
|
|
714
|
-
|
|
715
|
-
|
|
758
|
+
- CI/CD
|
|
759
|
+
([1a51047](https://github.com/Cap-go/capgo-cli/commit/1a510476ed6162a1865c46f4394cf7fdb1d66a6c))
|
|
760
|
+
- lockfile
|
|
761
|
+
([1fd21fe](https://github.com/Cap-go/capgo-cli/commit/1fd21fea1a9ec86bcb81a5d7347eb6b799efa006))
|
|
762
|
+
- packages
|
|
763
|
+
([0bdbab2](https://github.com/Cap-go/capgo-cli/commit/0bdbab2bd9d68eb5ab2b7b9d1c0bf5dcfa1b7614))
|
|
764
|
+
- remove deprecated
|
|
765
|
+
([ab7e10d](https://github.com/Cap-go/capgo-cli/commit/ab7e10dcb481e21e65c499710a7a630949385f59))
|
|
716
766
|
|
|
717
767
|
### [3.10.21](https://github.com/Cap-go/capgo-cli/compare/v3.10.20...v3.10.21) (2023-06-21)
|
|
718
768
|
|
|
719
|
-
|
|
720
769
|
### Bug Fixes
|
|
721
770
|
|
|
722
|
-
|
|
771
|
+
- warning supabase
|
|
772
|
+
([6424e84](https://github.com/Cap-go/capgo-cli/commit/6424e846f05593658a51ff919e2e78cc45bb1876))
|
|
723
773
|
|
|
724
774
|
### [3.10.20](https://github.com/Cap-go/capgo-cli/compare/v3.10.19...v3.10.20) (2023-05-24)
|
|
725
775
|
|
|
726
|
-
|
|
727
776
|
### Bug Fixes
|
|
728
777
|
|
|
729
|
-
|
|
778
|
+
- **deps:** update dependency @capacitor/cli to v5
|
|
779
|
+
([e88af39](https://github.com/Cap-go/capgo-cli/commit/e88af39e0b2bae54b8376b3c9e5154d090533869))
|
|
730
780
|
|
|
731
781
|
### [3.10.19](https://github.com/Cap-go/capgo-cli/compare/v3.10.18...v3.10.19) (2023-05-24)
|
|
732
782
|
|
|
733
|
-
|
|
734
783
|
### Bug Fixes
|
|
735
784
|
|
|
736
|
-
|
|
737
|
-
|
|
785
|
+
- **deps:** update dependency cloudflared to ^0.4.0
|
|
786
|
+
([48b5d82](https://github.com/Cap-go/capgo-cli/commit/48b5d82b08b59a45e08822e4ac5c54c00ddee2fa))
|
|
787
|
+
- upgrade cloudflared from 0.3.5 to 0.4.0
|
|
788
|
+
([deaf8d6](https://github.com/Cap-go/capgo-cli/commit/deaf8d606737745e138f0c813df14924a85fb24e))
|
|
738
789
|
|
|
739
790
|
### [3.10.18](https://github.com/Cap-go/capgo-cli/compare/v3.10.17...v3.10.18) (2023-05-22)
|
|
740
791
|
|
|
741
792
|
### [3.10.17](https://github.com/Cap-go/capgo-cli/compare/v3.10.16...v3.10.17) (2023-05-17)
|
|
742
793
|
|
|
743
|
-
|
|
744
794
|
### Bug Fixes
|
|
745
795
|
|
|
746
|
-
|
|
796
|
+
- storage_provider as external when external
|
|
797
|
+
([216bd11](https://github.com/Cap-go/capgo-cli/commit/216bd11ba949f006fff9cdb0324c29b709be97de))
|
|
747
798
|
|
|
748
799
|
### [3.10.16](https://github.com/Cap-go/capgo-cli/compare/v3.10.15...v3.10.16) (2023-05-15)
|
|
749
800
|
|
|
750
801
|
### [3.10.15](https://github.com/Cap-go/capgo-cli/compare/v3.10.14...v3.10.15) (2023-05-12)
|
|
751
802
|
|
|
752
|
-
|
|
753
803
|
### Bug Fixes
|
|
754
804
|
|
|
755
|
-
|
|
805
|
+
- **deps:** update dependency @capacitor/cli to v4.8.0
|
|
806
|
+
([affafb9](https://github.com/Cap-go/capgo-cli/commit/affafb91af726980fc789d9ad8ac1436f56880cd))
|
|
756
807
|
|
|
757
808
|
### [3.10.14](https://github.com/Cap-go/capgo-cli/compare/v3.10.13...v3.10.14) (2023-05-12)
|
|
758
809
|
|
|
@@ -764,283 +815,284 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
764
815
|
|
|
765
816
|
### [3.10.10](https://github.com/Cap-go/capgo-cli/compare/v3.10.9...v3.10.10) (2023-04-25)
|
|
766
817
|
|
|
767
|
-
|
|
768
818
|
### Bug Fixes
|
|
769
819
|
|
|
770
|
-
|
|
820
|
+
- remove deprecated package
|
|
821
|
+
([117ec69](https://github.com/Cap-go/capgo-cli/commit/117ec6914492cbea8e9a8b7ce21592c11848bd3f))
|
|
771
822
|
|
|
772
823
|
### [3.10.9](https://github.com/Cap-go/capgo-cli/compare/v3.10.8...v3.10.9) (2023-04-24)
|
|
773
824
|
|
|
774
|
-
|
|
775
825
|
### Bug Fixes
|
|
776
826
|
|
|
777
|
-
|
|
827
|
+
- CI scripts
|
|
828
|
+
([d5245d8](https://github.com/Cap-go/capgo-cli/commit/d5245d86885891bbfa7c94df142f04533bbc717f))
|
|
778
829
|
|
|
779
830
|
### [3.10.8](https://github.com/Cap-go/capgo-cli/compare/v3.10.7...v3.10.8) (2023-04-24)
|
|
780
831
|
|
|
781
|
-
|
|
782
832
|
### Bug Fixes
|
|
783
833
|
|
|
784
|
-
|
|
834
|
+
- add to CI basic run
|
|
835
|
+
([3b1cfa6](https://github.com/Cap-go/capgo-cli/commit/3b1cfa600dc02162ba25eaf6e99260e33976e1a0))
|
|
785
836
|
|
|
786
837
|
### [3.10.7](https://github.com/Cap-go/capgo-cli/compare/v3.10.6...v3.10.7) (2023-04-24)
|
|
787
838
|
|
|
788
|
-
|
|
789
839
|
### Bug Fixes
|
|
790
840
|
|
|
791
|
-
|
|
841
|
+
- build issue ESM
|
|
842
|
+
([65c0ddb](https://github.com/Cap-go/capgo-cli/commit/65c0ddbad1dfabb5968220d3d1a7eb1aa44a2ff6))
|
|
792
843
|
|
|
793
844
|
### [3.10.6](https://github.com/Cap-go/capgo-cli/compare/v3.10.5...v3.10.6) (2023-04-23)
|
|
794
845
|
|
|
795
|
-
|
|
796
846
|
### Bug Fixes
|
|
797
847
|
|
|
798
|
-
|
|
848
|
+
- upgrade packages
|
|
849
|
+
([ed630a3](https://github.com/Cap-go/capgo-cli/commit/ed630a353f2f3a3ec695e402f670aeb3cb94549b))
|
|
799
850
|
|
|
800
851
|
### [3.10.5](https://github.com/Cap-go/capgo-cli/compare/v3.10.4...v3.10.5) (2023-04-23)
|
|
801
852
|
|
|
802
|
-
|
|
803
853
|
### Bug Fixes
|
|
804
854
|
|
|
805
|
-
|
|
855
|
+
- command params
|
|
856
|
+
([93cd759](https://github.com/Cap-go/capgo-cli/commit/93cd7597e4ff5dca901b0ff703d81b9dfd8d0f36))
|
|
806
857
|
|
|
807
858
|
### [3.10.4](https://github.com/Cap-go/capgo-cli/compare/v3.10.3...v3.10.4) (2023-04-23)
|
|
808
859
|
|
|
809
860
|
### [3.10.3](https://github.com/Cap-go/capgo-cli/compare/v3.10.2...v3.10.3) (2023-04-23)
|
|
810
861
|
|
|
811
|
-
|
|
812
862
|
### Bug Fixes
|
|
813
863
|
|
|
814
|
-
|
|
864
|
+
- delete bundle
|
|
865
|
+
([a2605aa](https://github.com/Cap-go/capgo-cli/commit/a2605aa63ccf6afedd31435155e530c6673d3ced))
|
|
815
866
|
|
|
816
867
|
### [3.10.2](https://github.com/Cap-go/capgo-cli/compare/v3.10.1...v3.10.2) (2023-04-15)
|
|
817
868
|
|
|
818
|
-
|
|
819
869
|
### Bug Fixes
|
|
820
870
|
|
|
821
|
-
|
|
871
|
+
- add comment after init
|
|
872
|
+
([6682d2e](https://github.com/Cap-go/capgo-cli/commit/6682d2e604ca54557dba35d59d878dda8cf8929b))
|
|
822
873
|
|
|
823
874
|
### [3.10.1](https://github.com/Cap-go/capgo-cli/compare/v3.10.0...v3.10.1) (2023-04-12)
|
|
824
875
|
|
|
825
|
-
|
|
826
876
|
### Bug Fixes
|
|
827
877
|
|
|
828
|
-
|
|
878
|
+
- table display
|
|
879
|
+
([d3d769f](https://github.com/Cap-go/capgo-cli/commit/d3d769f334505f56e5a01be81c7e5cdef903e6df))
|
|
829
880
|
|
|
830
881
|
## [3.10.0](https://github.com/Cap-go/capgo-cli/compare/v3.9.2...v3.10.0) (2023-04-12)
|
|
831
882
|
|
|
832
|
-
|
|
833
883
|
### Features
|
|
834
884
|
|
|
835
|
-
|
|
885
|
+
- use clack everywhere to prompt
|
|
886
|
+
([8224ba4](https://github.com/Cap-go/capgo-cli/commit/8224ba4d36c8cbf2820f8293dde8d8b7617c675f))
|
|
836
887
|
|
|
837
888
|
### [3.9.2](https://github.com/Cap-go/capgo-cli/compare/v3.9.1...v3.9.2) (2023-04-12)
|
|
838
889
|
|
|
839
|
-
|
|
840
890
|
### Bug Fixes
|
|
841
891
|
|
|
842
|
-
|
|
892
|
+
- tunnel watch
|
|
893
|
+
([80084d1](https://github.com/Cap-go/capgo-cli/commit/80084d1200412870838980212a2bd4ebf74f7048))
|
|
843
894
|
|
|
844
895
|
### [3.9.1](https://github.com/Cap-go/capgo-cli/compare/v3.9.0...v3.9.1) (2023-04-12)
|
|
845
896
|
|
|
846
|
-
|
|
847
897
|
### Bug Fixes
|
|
848
898
|
|
|
849
|
-
|
|
899
|
+
- better watch system
|
|
900
|
+
([eca70a0](https://github.com/Cap-go/capgo-cli/commit/eca70a0161691a22a4149d41fb83db74441eacae))
|
|
850
901
|
|
|
851
902
|
## [3.9.0](https://github.com/Cap-go/capgo-cli/compare/v3.8.5...v3.9.0) (2023-04-10)
|
|
852
903
|
|
|
853
|
-
|
|
854
904
|
### Features
|
|
855
905
|
|
|
856
|
-
|
|
906
|
+
- add tunnel feature
|
|
907
|
+
([ef19eea](https://github.com/Cap-go/capgo-cli/commit/ef19eeaf4d8a3cf0b05648f10e879e42cbb8ae2e))
|
|
857
908
|
|
|
858
909
|
### [3.8.5](https://github.com/Cap-go/capgo-cli/compare/v3.8.4...v3.8.5) (2023-04-04)
|
|
859
910
|
|
|
860
|
-
|
|
861
911
|
### Bug Fixes
|
|
862
912
|
|
|
863
|
-
|
|
913
|
+
- typo
|
|
914
|
+
([4ecb74b](https://github.com/Cap-go/capgo-cli/commit/4ecb74b082089170efe35e1ce50c1cdc83c8dd28))
|
|
864
915
|
|
|
865
916
|
### [3.8.4](https://github.com/Cap-go/capgo-cli/compare/v3.8.3...v3.8.4) (2023-03-23)
|
|
866
917
|
|
|
867
|
-
|
|
868
918
|
### Bug Fixes
|
|
869
919
|
|
|
870
|
-
|
|
920
|
+
- better error message
|
|
921
|
+
([178310f](https://github.com/Cap-go/capgo-cli/commit/178310f4b15980df2a03eaa34b11ead907f110b3))
|
|
871
922
|
|
|
872
923
|
### [3.8.3](https://github.com/Cap-go/capgo-cli/compare/v3.8.2...v3.8.3) (2023-03-23)
|
|
873
924
|
|
|
874
|
-
|
|
875
925
|
### Bug Fixes
|
|
876
926
|
|
|
877
|
-
|
|
878
|
-
|
|
927
|
+
- add snag for new steps
|
|
928
|
+
([af67dc0](https://github.com/Cap-go/capgo-cli/commit/af67dc0bca1965ad54a6befb1730e11134622a68))
|
|
929
|
+
- deps
|
|
930
|
+
([2deed9b](https://github.com/Cap-go/capgo-cli/commit/2deed9b39c876b2d22c2f7d9dc5011941ace0c77))
|
|
879
931
|
|
|
880
932
|
### [3.8.2](https://github.com/Cap-go/capgo-cli/compare/v3.8.1...v3.8.2) (2023-03-23)
|
|
881
933
|
|
|
882
|
-
|
|
883
934
|
### Bug Fixes
|
|
884
935
|
|
|
885
|
-
|
|
936
|
+
- typo
|
|
937
|
+
([8b728ab](https://github.com/Cap-go/capgo-cli/commit/8b728ab56ba0eaaf35012e410baae7818ce856e4))
|
|
886
938
|
|
|
887
939
|
### [3.8.1](https://github.com/Cap-go/capgo-cli/compare/v3.8.0...v3.8.1) (2023-03-23)
|
|
888
940
|
|
|
889
941
|
## [3.8.0](https://github.com/Cap-go/capgo-cli/compare/v3.7.1...v3.8.0) (2023-03-23)
|
|
890
942
|
|
|
891
|
-
|
|
892
943
|
### Features
|
|
893
944
|
|
|
894
|
-
|
|
945
|
+
- allow custom supabase
|
|
946
|
+
([60218de](https://github.com/Cap-go/capgo-cli/commit/60218de4b1e51734e71dbc8fca7290585873a658))
|
|
895
947
|
|
|
896
948
|
### [3.7.1](https://github.com/Cap-go/capgo-cli/compare/v3.7.0...v3.7.1) (2023-03-22)
|
|
897
949
|
|
|
898
|
-
|
|
899
950
|
### Bug Fixes
|
|
900
951
|
|
|
901
|
-
|
|
952
|
+
- add missing events
|
|
953
|
+
([32a08ae](https://github.com/Cap-go/capgo-cli/commit/32a08aef5bda039ab5f87cb10d1ccb2a500ff8db))
|
|
902
954
|
|
|
903
955
|
## [3.7.0](https://github.com/Cap-go/capgo-cli/compare/v3.6.7...v3.7.0) (2023-03-22)
|
|
904
956
|
|
|
905
|
-
|
|
906
957
|
### Features
|
|
907
958
|
|
|
908
|
-
|
|
959
|
+
- add the wait log system
|
|
960
|
+
([41f1f04](https://github.com/Cap-go/capgo-cli/commit/41f1f04f2676b2925341d118754145ed4f403f63))
|
|
909
961
|
|
|
910
962
|
### [3.6.7](https://github.com/Cap-go/capgo-cli/compare/v3.6.6...v3.6.7) (2023-03-20)
|
|
911
963
|
|
|
912
964
|
### [3.6.6](https://github.com/Cap-go/capgo-cli/compare/v3.6.5...v3.6.6) (2023-03-10)
|
|
913
965
|
|
|
914
|
-
|
|
915
966
|
### Bug Fixes
|
|
916
967
|
|
|
917
|
-
|
|
968
|
+
- onboarding events
|
|
969
|
+
([c0f5cd6](https://github.com/Cap-go/capgo-cli/commit/c0f5cd6b2ac430657ffff770a5d8f4fead2857f0))
|
|
918
970
|
|
|
919
971
|
### [3.6.5](https://github.com/Cap-go/capgo-cli/compare/v3.6.4...v3.6.5) (2023-03-07)
|
|
920
972
|
|
|
921
|
-
|
|
922
973
|
### Bug Fixes
|
|
923
974
|
|
|
924
|
-
|
|
975
|
+
- issue verifyuser
|
|
976
|
+
([184a9e6](https://github.com/Cap-go/capgo-cli/commit/184a9e641fa2b886345bf96a6044caf3713ee210))
|
|
925
977
|
|
|
926
978
|
### [3.6.4](https://github.com/Cap-go/capgo-cli/compare/v3.6.3...v3.6.4) (2023-03-07)
|
|
927
979
|
|
|
928
|
-
|
|
929
980
|
### Bug Fixes
|
|
930
981
|
|
|
931
|
-
|
|
982
|
+
- add snag for new onboarding
|
|
983
|
+
([263fcbe](https://github.com/Cap-go/capgo-cli/commit/263fcbedacf1fc66ed7c74a188a3f96c9613f5a6))
|
|
932
984
|
|
|
933
985
|
### [3.6.3](https://github.com/Cap-go/capgo-cli/compare/v3.6.2...v3.6.3) (2023-03-07)
|
|
934
986
|
|
|
935
|
-
|
|
936
987
|
### Bug Fixes
|
|
937
988
|
|
|
938
|
-
|
|
989
|
+
- better init command
|
|
990
|
+
([7d1c687](https://github.com/Cap-go/capgo-cli/commit/7d1c687986bef48ced19fb7323ff1d5df1237f3b))
|
|
939
991
|
|
|
940
992
|
### [3.6.2](https://github.com/Cap-go/capgo-cli/compare/v3.6.1...v3.6.2) (2023-03-06)
|
|
941
993
|
|
|
942
|
-
|
|
943
994
|
### Bug Fixes
|
|
944
995
|
|
|
945
|
-
|
|
996
|
+
- issue get-latest-version with multi npmrc
|
|
997
|
+
([0d83df0](https://github.com/Cap-go/capgo-cli/commit/0d83df09792ab666f741095bfd4366c43184d728))
|
|
946
998
|
|
|
947
999
|
### [3.6.1](https://github.com/Cap-go/capgo-cli/compare/v3.6.0...v3.6.1) (2023-03-05)
|
|
948
1000
|
|
|
949
|
-
|
|
950
1001
|
### Bug Fixes
|
|
951
1002
|
|
|
952
|
-
|
|
1003
|
+
- issue with os-name
|
|
1004
|
+
([17c5d53](https://github.com/Cap-go/capgo-cli/commit/17c5d539706204ee21aefaf55fa7df192f76c435))
|
|
953
1005
|
|
|
954
1006
|
## [3.6.0](https://github.com/Cap-go/capgo-cli/compare/v3.5.6...v3.6.0) (2023-03-05)
|
|
955
1007
|
|
|
956
|
-
|
|
957
1008
|
### Features
|
|
958
1009
|
|
|
959
|
-
|
|
1010
|
+
- add os check in doctor
|
|
1011
|
+
([fd31e68](https://github.com/Cap-go/capgo-cli/commit/fd31e6825a34aaedeca2c57152632a5b675f79bd))
|
|
960
1012
|
|
|
961
1013
|
### [3.5.6](https://github.com/Cap-go/capgo-cli/compare/v3.5.5...v3.5.6) (2023-03-05)
|
|
962
1014
|
|
|
963
|
-
|
|
964
1015
|
### Bug Fixes
|
|
965
1016
|
|
|
966
|
-
|
|
1017
|
+
- add deprecated notice to old upload command
|
|
1018
|
+
([f929782](https://github.com/Cap-go/capgo-cli/commit/f929782c44af123150a026bf0032e1e9edb11e90))
|
|
967
1019
|
|
|
968
1020
|
### [3.5.5](https://github.com/Cap-go/capgo-cli/compare/v3.5.4...v3.5.5) (2023-03-04)
|
|
969
1021
|
|
|
970
|
-
|
|
971
1022
|
### Bug Fixes
|
|
972
1023
|
|
|
973
|
-
|
|
1024
|
+
- check dist path before upload
|
|
1025
|
+
([80739cf](https://github.com/Cap-go/capgo-cli/commit/80739cf77e5cfb2ff0545735de5a396f61ec03b5))
|
|
974
1026
|
|
|
975
1027
|
### [3.5.4](https://github.com/Cap-go/capgo-cli/compare/v3.5.3...v3.5.4) (2023-03-02)
|
|
976
1028
|
|
|
977
|
-
|
|
978
1029
|
### Bug Fixes
|
|
979
1030
|
|
|
980
|
-
|
|
1031
|
+
- upload key issue
|
|
1032
|
+
([7104252](https://github.com/Cap-go/capgo-cli/commit/71042522df121519eb721fb95723defc15e3d408))
|
|
981
1033
|
|
|
982
1034
|
### [3.5.3](https://github.com/Cap-go/capgo-cli/compare/v3.5.2...v3.5.3) (2023-03-01)
|
|
983
1035
|
|
|
984
|
-
|
|
985
1036
|
### Bug Fixes
|
|
986
1037
|
|
|
987
|
-
|
|
1038
|
+
- init modify the message
|
|
1039
|
+
([89648e3](https://github.com/Cap-go/capgo-cli/commit/89648e3996f164d15b5eb9b59c4477a6f634796c))
|
|
988
1040
|
|
|
989
1041
|
### [3.5.2](https://github.com/Cap-go/capgo-cli/compare/v3.5.1...v3.5.2) (2023-03-01)
|
|
990
1042
|
|
|
991
|
-
|
|
992
1043
|
### Bug Fixes
|
|
993
1044
|
|
|
994
|
-
|
|
1045
|
+
- link in init manual
|
|
1046
|
+
([e308478](https://github.com/Cap-go/capgo-cli/commit/e308478da14d7bbde80accba767c24966c166910))
|
|
995
1047
|
|
|
996
1048
|
### [3.5.1](https://github.com/Cap-go/capgo-cli/compare/v3.5.0...v3.5.1) (2023-03-01)
|
|
997
1049
|
|
|
998
|
-
|
|
999
1050
|
### Bug Fixes
|
|
1000
1051
|
|
|
1001
|
-
|
|
1052
|
+
- init find without comma
|
|
1053
|
+
([8b2dd12](https://github.com/Cap-go/capgo-cli/commit/8b2dd12876283c2513a54d7a1b13fd34a4654d91))
|
|
1002
1054
|
|
|
1003
1055
|
## [3.5.0](https://github.com/Cap-go/capgo-cli/compare/v3.4.1...v3.5.0) (2023-03-01)
|
|
1004
1056
|
|
|
1005
|
-
|
|
1006
1057
|
### Features
|
|
1007
1058
|
|
|
1008
|
-
|
|
1059
|
+
- add zip command
|
|
1060
|
+
([df46a67](https://github.com/Cap-go/capgo-cli/commit/df46a67133693b08bc65e5aba9468a13d0737aa0))
|
|
1009
1061
|
|
|
1010
1062
|
### [3.4.1](https://github.com/Cap-go/capgo-cli/compare/v3.4.0...v3.4.1) (2023-03-01)
|
|
1011
1063
|
|
|
1012
|
-
|
|
1013
1064
|
### Bug Fixes
|
|
1014
1065
|
|
|
1015
|
-
|
|
1066
|
+
- no error display
|
|
1067
|
+
([0ff0dd0](https://github.com/Cap-go/capgo-cli/commit/0ff0dd03d6ccbd9faf91465881717f7b6c24768b))
|
|
1016
1068
|
|
|
1017
1069
|
## [3.4.0](https://github.com/Cap-go/capgo-cli/compare/v3.3.0...v3.4.0) (2023-03-01)
|
|
1018
1070
|
|
|
1019
|
-
|
|
1020
1071
|
### Features
|
|
1021
1072
|
|
|
1022
|
-
|
|
1073
|
+
- allow end-to-end in init
|
|
1074
|
+
([5b2bae3](https://github.com/Cap-go/capgo-cli/commit/5b2bae3173b7f06862562871f7d9c39fe38304fe))
|
|
1023
1075
|
|
|
1024
1076
|
## [3.3.0](https://github.com/Cap-go/capgo-cli/compare/v3.2.0...v3.3.0) (2023-03-01)
|
|
1025
1077
|
|
|
1026
|
-
|
|
1027
1078
|
### Features
|
|
1028
1079
|
|
|
1029
|
-
|
|
1080
|
+
- add unlink command and prompts
|
|
1081
|
+
([a178363](https://github.com/Cap-go/capgo-cli/commit/a178363e8f651e024346b857e9d4693791c5738f))
|
|
1030
1082
|
|
|
1031
1083
|
## [3.2.0](https://github.com/Cap-go/capgo-cli/compare/v3.1.0...v3.2.0) (2023-02-28)
|
|
1032
1084
|
|
|
1033
|
-
|
|
1034
1085
|
### Features
|
|
1035
1086
|
|
|
1036
|
-
|
|
1087
|
+
- better init, and upload auto increment version if not found
|
|
1088
|
+
([cec556d](https://github.com/Cap-go/capgo-cli/commit/cec556de03f27ee6272718884139db37d65c71e8))
|
|
1037
1089
|
|
|
1038
1090
|
## [3.1.0](https://github.com/Cap-go/capgo-cli/compare/v3.0.14...v3.1.0) (2023-02-28)
|
|
1039
1091
|
|
|
1040
|
-
|
|
1041
1092
|
### Features
|
|
1042
1093
|
|
|
1043
|
-
|
|
1094
|
+
- add init command
|
|
1095
|
+
([02fa952](https://github.com/Cap-go/capgo-cli/commit/02fa9527597db4d9ccd976aa8f41e3788ea18524))
|
|
1044
1096
|
|
|
1045
1097
|
### [3.0.14](https://github.com/Cap-go/capgo-cli/compare/v3.0.13...v3.0.14) (2023-02-27)
|
|
1046
1098
|
|
|
@@ -1048,217 +1100,230 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
1048
1100
|
|
|
1049
1101
|
### [3.0.12](https://github.com/Cap-go/capgo-cli/compare/v3.0.11...v3.0.12) (2023-02-22)
|
|
1050
1102
|
|
|
1051
|
-
|
|
1052
1103
|
### Bug Fixes
|
|
1053
1104
|
|
|
1054
|
-
|
|
1105
|
+
- channel list
|
|
1106
|
+
([3ddff7f](https://github.com/Cap-go/capgo-cli/commit/3ddff7fb8000c36db69193e0fc291bcb440ae1c4))
|
|
1055
1107
|
|
|
1056
1108
|
### [3.0.11](https://github.com/Cap-go/capgo-cli/compare/v3.0.10...v3.0.11) (2023-02-20)
|
|
1057
1109
|
|
|
1058
1110
|
### [3.0.10](https://github.com/Cap-go/capgo-cli/compare/v3.0.9...v3.0.10) (2023-02-20)
|
|
1059
1111
|
|
|
1060
|
-
|
|
1061
1112
|
### Bug Fixes
|
|
1062
1113
|
|
|
1063
|
-
|
|
1114
|
+
- list commands
|
|
1115
|
+
([e792bfa](https://github.com/Cap-go/capgo-cli/commit/e792bfafb50dd4d6f5ad2d9afe8fec9177599fb0))
|
|
1064
1116
|
|
|
1065
1117
|
### [3.0.9](https://github.com/Cap-go/capgo-cli/compare/v3.0.8...v3.0.9) (2023-02-20)
|
|
1066
1118
|
|
|
1067
|
-
|
|
1068
1119
|
### Bug Fixes
|
|
1069
1120
|
|
|
1070
|
-
|
|
1121
|
+
- key issue
|
|
1122
|
+
([51f9692](https://github.com/Cap-go/capgo-cli/commit/51f969204e37dc8aff1b0da07e646a4260f13215))
|
|
1071
1123
|
|
|
1072
1124
|
### [3.0.8](https://github.com/Cap-go/capgo-cli/compare/v3.0.7...v3.0.8) (2023-02-20)
|
|
1073
1125
|
|
|
1074
|
-
|
|
1075
1126
|
### Bug Fixes
|
|
1076
1127
|
|
|
1077
|
-
|
|
1128
|
+
- set and delete args
|
|
1129
|
+
([6151394](https://github.com/Cap-go/capgo-cli/commit/615139482a3598a4380820783d45dd089dd6cad1))
|
|
1078
1130
|
|
|
1079
1131
|
### [3.0.7](https://github.com/Cap-go/capgo-cli/compare/v3.0.6...v3.0.7) (2023-02-20)
|
|
1080
1132
|
|
|
1081
|
-
|
|
1082
1133
|
### Bug Fixes
|
|
1083
1134
|
|
|
1084
|
-
|
|
1135
|
+
- find key apikey issues
|
|
1136
|
+
([b0d1fc6](https://github.com/Cap-go/capgo-cli/commit/b0d1fc68db3c33ba5b3335df8286731bd3ac3fa1))
|
|
1085
1137
|
|
|
1086
1138
|
### [3.0.6](https://github.com/Cap-go/capgo-cli/compare/v3.0.5...v3.0.6) (2023-02-20)
|
|
1087
1139
|
|
|
1088
|
-
|
|
1089
1140
|
### Bug Fixes
|
|
1090
1141
|
|
|
1091
|
-
|
|
1142
|
+
- thorw error if no key found
|
|
1143
|
+
([898e8d1](https://github.com/Cap-go/capgo-cli/commit/898e8d19ae05c6217b6a4f075763021f4177deaf))
|
|
1092
1144
|
|
|
1093
1145
|
### [3.0.5](https://github.com/Cap-go/capgo-cli/compare/v3.0.4...v3.0.5) (2023-02-20)
|
|
1094
1146
|
|
|
1095
|
-
|
|
1096
1147
|
### Bug Fixes
|
|
1097
1148
|
|
|
1098
|
-
|
|
1149
|
+
- use simpler query
|
|
1150
|
+
([50f4b79](https://github.com/Cap-go/capgo-cli/commit/50f4b7908d34b455eda84088d62056331a29bb94))
|
|
1099
1151
|
|
|
1100
1152
|
### [3.0.4](https://github.com/Cap-go/capgo-cli/compare/v3.0.3...v3.0.4) (2023-02-20)
|
|
1101
1153
|
|
|
1102
|
-
|
|
1103
1154
|
### Bug Fixes
|
|
1104
1155
|
|
|
1105
|
-
|
|
1156
|
+
- list message issue
|
|
1157
|
+
([193c518](https://github.com/Cap-go/capgo-cli/commit/193c518841241fee60a14a09596f7e91b97cc7d3))
|
|
1106
1158
|
|
|
1107
1159
|
### [3.0.3](https://github.com/Cap-go/capgo-cli/compare/v3.0.2...v3.0.3) (2023-02-20)
|
|
1108
1160
|
|
|
1109
|
-
|
|
1110
1161
|
### Bug Fixes
|
|
1111
1162
|
|
|
1112
|
-
|
|
1163
|
+
- add issue
|
|
1164
|
+
([14c5536](https://github.com/Cap-go/capgo-cli/commit/14c553689c13aa311c1bdc32fe80d0d940fcbd65))
|
|
1113
1165
|
|
|
1114
1166
|
### [3.0.2](https://github.com/Cap-go/capgo-cli/compare/v3.0.1...v3.0.2) (2023-02-20)
|
|
1115
1167
|
|
|
1116
|
-
|
|
1117
1168
|
### Bug Fixes
|
|
1118
1169
|
|
|
1119
|
-
|
|
1170
|
+
- **deps:** update dependency cli-progress to v3.12.0
|
|
1171
|
+
([da4d35b](https://github.com/Cap-go/capgo-cli/commit/da4d35bd4cd664526a94211e1ea0390aa51b5318))
|
|
1120
1172
|
|
|
1121
1173
|
### [3.0.1](https://github.com/Cap-go/capgo-cli/compare/v3.0.0...v3.0.1) (2023-02-20)
|
|
1122
1174
|
|
|
1123
1175
|
## [3.0.0](https://github.com/Cap-go/capgo-cli/compare/v2.7.0...v3.0.0) (2023-02-20)
|
|
1124
1176
|
|
|
1125
|
-
|
|
1126
1177
|
### Bug Fixes
|
|
1127
1178
|
|
|
1128
|
-
|
|
1129
|
-
|
|
1179
|
+
- add back upload to suport old usages
|
|
1180
|
+
([d658200](https://github.com/Cap-go/capgo-cli/commit/d6582003b5b21467c57cf8a862ec115dcac8602d))
|
|
1181
|
+
- lint
|
|
1182
|
+
([20f27bd](https://github.com/Cap-go/capgo-cli/commit/20f27bd60da883815100e6be142664b42d332da0))
|
|
1130
1183
|
|
|
1131
1184
|
## [3.0.0-alpha.2](https://github.com/Cap-go/capgo-cli/compare/v2.6.2...v3.0.0-alpha.2) (2023-02-10)
|
|
1132
1185
|
|
|
1133
|
-
|
|
1134
1186
|
### Bug Fixes
|
|
1135
1187
|
|
|
1136
|
-
|
|
1188
|
+
- file path
|
|
1189
|
+
([228913f](https://github.com/Cap-go/capgo-cli/commit/228913ff779c9a027a6fbba528bf7bfaf6470436))
|
|
1137
1190
|
|
|
1138
1191
|
## [3.0.0-alpha.1](https://github.com/Cap-go/capgo-cli/compare/v2.5.10-alpha.0...v3.0.0-alpha.1) (2023-02-04)
|
|
1139
1192
|
|
|
1140
|
-
|
|
1141
1193
|
### ⚠ BREAKING CHANGES
|
|
1142
1194
|
|
|
1143
|
-
|
|
1195
|
+
- trigger ci
|
|
1144
1196
|
|
|
1145
1197
|
### Bug Fixes
|
|
1146
1198
|
|
|
1147
|
-
|
|
1148
|
-
|
|
1149
|
-
|
|
1199
|
+
- trigger ci
|
|
1200
|
+
([7c4c35f](https://github.com/Cap-go/capgo-cli/commit/7c4c35f8f095a9c67843fbd2343d90d96720cc72))
|
|
1201
|
+
- trigger ci
|
|
1202
|
+
([d28daa5](https://github.com/Cap-go/capgo-cli/commit/d28daa5e79dce68d2b3f23e4e94985140005ffac))
|
|
1203
|
+
- trigger ci
|
|
1204
|
+
([51e2914](https://github.com/Cap-go/capgo-cli/commit/51e291419101f8c8f362e03b765948280b533fb8))
|
|
1150
1205
|
|
|
1151
1206
|
### [2.5.10-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.10...v2.5.10-alpha.0) (2023-02-04)
|
|
1152
1207
|
|
|
1153
|
-
|
|
1154
1208
|
### Bug Fixes
|
|
1155
1209
|
|
|
1156
|
-
|
|
1157
|
-
|
|
1210
|
+
- npm publish
|
|
1211
|
+
([1249213](https://github.com/Cap-go/capgo-cli/commit/124921324bde43dce24562ed369e77f604f3d5e8))
|
|
1212
|
+
- trigger ci
|
|
1213
|
+
([464dd6a](https://github.com/Cap-go/capgo-cli/commit/464dd6a650266e5b5bb0a46049a917d26af1d22a))
|
|
1158
1214
|
|
|
1159
1215
|
## [3.0.0-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.8...v3.0.0-alpha.0) (2023-02-03)
|
|
1160
1216
|
|
|
1161
|
-
|
|
1162
1217
|
### ⚠ BREAKING CHANGES
|
|
1163
1218
|
|
|
1164
|
-
|
|
1219
|
+
- add new commands and refactor for sub commands
|
|
1165
1220
|
|
|
1166
1221
|
### Features
|
|
1167
1222
|
|
|
1168
|
-
|
|
1223
|
+
- add new commands and refactor for sub commands
|
|
1224
|
+
([c3aab3a](https://github.com/Cap-go/capgo-cli/commit/c3aab3afa6b86c5b2ca3864c196a3c02ea258991))
|
|
1169
1225
|
|
|
1170
1226
|
## [3.0.0-alpha.2](https://github.com/Cap-go/capgo-cli/compare/v2.6.1...v3.0.0-alpha.2) (2023-02-10)
|
|
1171
1227
|
|
|
1172
|
-
|
|
1173
1228
|
### Bug Fixes
|
|
1174
1229
|
|
|
1175
|
-
|
|
1176
|
-
|
|
1230
|
+
- file path
|
|
1231
|
+
([228913f](https://github.com/Cap-go/capgo-cli/commit/228913ff779c9a027a6fbba528bf7bfaf6470436))
|
|
1232
|
+
- list the cli as well
|
|
1233
|
+
([c704222](https://github.com/Cap-go/capgo-cli/commit/c704222d8f9b4568983ea6ecb776775371b10a3d))
|
|
1177
1234
|
|
|
1178
1235
|
## [3.0.0-alpha.1](https://github.com/Cap-go/capgo-cli/compare/v2.5.10-alpha.0...v3.0.0-alpha.1) (2023-02-04)
|
|
1179
1236
|
|
|
1180
|
-
|
|
1181
1237
|
### ⚠ BREAKING CHANGES
|
|
1182
1238
|
|
|
1183
|
-
|
|
1239
|
+
- trigger ci
|
|
1184
1240
|
|
|
1185
1241
|
### Bug Fixes
|
|
1186
1242
|
|
|
1187
|
-
|
|
1188
|
-
|
|
1189
|
-
|
|
1243
|
+
- trigger ci
|
|
1244
|
+
([7c4c35f](https://github.com/Cap-go/capgo-cli/commit/7c4c35f8f095a9c67843fbd2343d90d96720cc72))
|
|
1245
|
+
- trigger ci
|
|
1246
|
+
([d28daa5](https://github.com/Cap-go/capgo-cli/commit/d28daa5e79dce68d2b3f23e4e94985140005ffac))
|
|
1247
|
+
- trigger ci
|
|
1248
|
+
([51e2914](https://github.com/Cap-go/capgo-cli/commit/51e291419101f8c8f362e03b765948280b533fb8))
|
|
1190
1249
|
|
|
1191
1250
|
### [2.5.10-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.10...v2.5.10-alpha.0) (2023-02-04)
|
|
1192
1251
|
|
|
1193
|
-
|
|
1194
1252
|
### Bug Fixes
|
|
1195
1253
|
|
|
1196
|
-
|
|
1197
|
-
|
|
1254
|
+
- npm publish
|
|
1255
|
+
([1249213](https://github.com/Cap-go/capgo-cli/commit/124921324bde43dce24562ed369e77f604f3d5e8))
|
|
1256
|
+
- trigger ci
|
|
1257
|
+
([464dd6a](https://github.com/Cap-go/capgo-cli/commit/464dd6a650266e5b5bb0a46049a917d26af1d22a))
|
|
1198
1258
|
|
|
1199
1259
|
## [3.0.0-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.8...v3.0.0-alpha.0) (2023-02-03)
|
|
1200
1260
|
|
|
1201
|
-
|
|
1202
1261
|
### ⚠ BREAKING CHANGES
|
|
1203
1262
|
|
|
1204
|
-
|
|
1263
|
+
- add new commands and refactor for sub commands
|
|
1205
1264
|
|
|
1206
1265
|
### Features
|
|
1207
1266
|
|
|
1208
|
-
|
|
1267
|
+
- add new commands and refactor for sub commands
|
|
1268
|
+
([c3aab3a](https://github.com/Cap-go/capgo-cli/commit/c3aab3afa6b86c5b2ca3864c196a3c02ea258991))
|
|
1209
1269
|
|
|
1210
1270
|
## [3.0.0-alpha.1](https://github.com/Cap-go/capgo-cli/compare/v2.5.10-alpha.0...v3.0.0-alpha.1) (2023-02-04)
|
|
1211
1271
|
|
|
1212
|
-
|
|
1213
1272
|
### ⚠ BREAKING CHANGES
|
|
1214
1273
|
|
|
1215
|
-
|
|
1274
|
+
- trigger ci
|
|
1216
1275
|
|
|
1217
1276
|
### Bug Fixes
|
|
1218
1277
|
|
|
1219
|
-
|
|
1220
|
-
|
|
1221
|
-
|
|
1278
|
+
- trigger ci
|
|
1279
|
+
([7c4c35f](https://github.com/Cap-go/capgo-cli/commit/7c4c35f8f095a9c67843fbd2343d90d96720cc72))
|
|
1280
|
+
- trigger ci
|
|
1281
|
+
([d28daa5](https://github.com/Cap-go/capgo-cli/commit/d28daa5e79dce68d2b3f23e4e94985140005ffac))
|
|
1282
|
+
- trigger ci
|
|
1283
|
+
([51e2914](https://github.com/Cap-go/capgo-cli/commit/51e291419101f8c8f362e03b765948280b533fb8))
|
|
1222
1284
|
|
|
1223
1285
|
### [2.5.10-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v3.0.0-alpha.0...v2.5.10-alpha.0) (2023-02-04)
|
|
1224
|
-
### [2.6.1](https://github.com/Cap-go/capgo-cli/compare/v2.6.0...v2.6.1) (2023-02-10)
|
|
1225
1286
|
|
|
1287
|
+
### [2.6.1](https://github.com/Cap-go/capgo-cli/compare/v2.6.0...v2.6.1) (2023-02-10)
|
|
1226
1288
|
|
|
1227
1289
|
### Bug Fixes
|
|
1228
1290
|
|
|
1229
|
-
|
|
1230
|
-
|
|
1231
|
-
|
|
1291
|
+
- npm publish
|
|
1292
|
+
([1249213](https://github.com/Cap-go/capgo-cli/commit/124921324bde43dce24562ed369e77f604f3d5e8))
|
|
1293
|
+
- trigger ci
|
|
1294
|
+
([464dd6a](https://github.com/Cap-go/capgo-cli/commit/464dd6a650266e5b5bb0a46049a917d26af1d22a))
|
|
1295
|
+
- change happy path and command name
|
|
1296
|
+
([8113a78](https://github.com/Cap-go/capgo-cli/commit/8113a78363297e5ad4c69a8c9dd7deabef500bf0))
|
|
1232
1297
|
|
|
1233
1298
|
## [2.6.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.12...v2.6.0) (2023-02-10)
|
|
1234
1299
|
|
|
1235
|
-
|
|
1236
1300
|
### Features
|
|
1237
1301
|
|
|
1238
|
-
|
|
1302
|
+
- add info command
|
|
1303
|
+
([9b0c193](https://github.com/Cap-go/capgo-cli/commit/9b0c193e6b647e144b44775fef96296db0327b37))
|
|
1239
1304
|
|
|
1240
1305
|
### [2.5.12](https://github.com/Cap-go/capgo-cli/compare/v2.5.11...v2.5.12) (2023-02-06)
|
|
1241
1306
|
|
|
1242
|
-
|
|
1243
1307
|
### Bug Fixes
|
|
1244
1308
|
|
|
1245
|
-
|
|
1309
|
+
- **deps:** update dependency @capacitor/cli to v4.6.3
|
|
1310
|
+
([fc3be28](https://github.com/Cap-go/capgo-cli/commit/fc3be28827a399df4693f45d92ec0c9b2e93fd79))
|
|
1246
1311
|
|
|
1247
1312
|
### [2.5.11](https://github.com/Cap-go/capgo-cli/compare/v2.5.10...v2.5.11) (2023-02-06)
|
|
1248
1313
|
|
|
1249
1314
|
### [2.5.10](https://github.com/Cap-go/capgo-cli/compare/v2.5.9...v2.5.10) (2023-02-04)
|
|
1250
1315
|
|
|
1251
|
-
|
|
1252
1316
|
### Bug Fixes
|
|
1253
1317
|
|
|
1254
|
-
|
|
1318
|
+
- npm publish
|
|
1319
|
+
([0b06d6e](https://github.com/Cap-go/capgo-cli/commit/0b06d6ea25534ddd795120b6fdb38dd2f8ba9de3))
|
|
1255
1320
|
|
|
1256
1321
|
### [2.5.9](https://github.com/Cap-go/capgo-cli/compare/v2.5.8...v2.5.9) (2023-02-04)
|
|
1257
1322
|
|
|
1258
|
-
|
|
1259
1323
|
### Bug Fixes
|
|
1260
1324
|
|
|
1261
|
-
|
|
1325
|
+
- trigger ci
|
|
1326
|
+
([1354219](https://github.com/Cap-go/capgo-cli/commit/13542197f1a4e0cf37cbcbcac7912670bf226958))
|
|
1262
1327
|
|
|
1263
1328
|
### [2.5.8](https://github.com/Cap-go/capgo-cli/compare/v2.5.7...v2.5.8) (2023-01-30)
|
|
1264
1329
|
|
|
@@ -1266,47 +1331,47 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
1266
1331
|
|
|
1267
1332
|
### [2.5.6](https://github.com/Cap-go/capgo-cli/compare/v2.5.5...v2.5.6) (2023-01-28)
|
|
1268
1333
|
|
|
1269
|
-
|
|
1270
1334
|
### Bug Fixes
|
|
1271
1335
|
|
|
1272
|
-
|
|
1336
|
+
- issue cli hang
|
|
1337
|
+
([f6073d8](https://github.com/Cap-go/capgo-cli/commit/f6073d8c6696d0bb071d7e3e6a0d4adfefb2ef17))
|
|
1273
1338
|
|
|
1274
1339
|
### [2.5.5](https://github.com/Cap-go/capgo-cli/compare/v2.5.4...v2.5.5) (2023-01-27)
|
|
1275
1340
|
|
|
1276
|
-
|
|
1277
1341
|
### Bug Fixes
|
|
1278
1342
|
|
|
1279
|
-
|
|
1343
|
+
- add back logsnag
|
|
1344
|
+
([1a8823f](https://github.com/Cap-go/capgo-cli/commit/1a8823f9079818a9dfc5de0e773491bad0d55d9b))
|
|
1280
1345
|
|
|
1281
1346
|
### [2.5.4](https://github.com/Cap-go/capgo-cli/compare/v2.5.3...v2.5.4) (2023-01-27)
|
|
1282
1347
|
|
|
1283
|
-
|
|
1284
1348
|
### Bug Fixes
|
|
1285
1349
|
|
|
1286
|
-
|
|
1350
|
+
- comment snag for now
|
|
1351
|
+
([87d9f8e](https://github.com/Cap-go/capgo-cli/commit/87d9f8e5899bd187013fb7f2017a75085c07adac))
|
|
1287
1352
|
|
|
1288
1353
|
### [2.5.3](https://github.com/Cap-go/capgo-cli/compare/v2.5.2...v2.5.3) (2023-01-23)
|
|
1289
1354
|
|
|
1290
1355
|
### [2.5.2](https://github.com/Cap-go/capgo-cli/compare/v2.5.1...v2.5.2) (2023-01-23)
|
|
1291
1356
|
|
|
1292
|
-
|
|
1293
1357
|
### Bug Fixes
|
|
1294
1358
|
|
|
1295
|
-
|
|
1359
|
+
- add blog on optimize assets
|
|
1360
|
+
([ebcf9c4](https://github.com/Cap-go/capgo-cli/commit/ebcf9c4127b368be7a8753ff5f7bc293157880bb))
|
|
1296
1361
|
|
|
1297
1362
|
### [2.5.1](https://github.com/Cap-go/capgo-cli/compare/v2.5.0...v2.5.1) (2023-01-23)
|
|
1298
1363
|
|
|
1299
|
-
|
|
1300
1364
|
### Bug Fixes
|
|
1301
1365
|
|
|
1302
|
-
|
|
1366
|
+
- **deps:** update dependency @capacitor/cli to v4.6.2
|
|
1367
|
+
([c34685f](https://github.com/Cap-go/capgo-cli/commit/c34685fc5eb2db5c902ecaac65ad5153a4f4da32))
|
|
1303
1368
|
|
|
1304
1369
|
## [2.5.0](https://github.com/Cap-go/capgo-cli/compare/v2.4.7...v2.5.0) (2023-01-17)
|
|
1305
1370
|
|
|
1306
|
-
|
|
1307
1371
|
### Features
|
|
1308
1372
|
|
|
1309
|
-
|
|
1373
|
+
- add create delete channel
|
|
1374
|
+
([695ea3b](https://github.com/Cap-go/capgo-cli/commit/695ea3b6046408519aba01921c63c1c5bc0c09e8))
|
|
1310
1375
|
|
|
1311
1376
|
### [2.4.7](https://github.com/Cap-go/capgo-cli/compare/v2.4.6...v2.4.7) (2023-01-16)
|
|
1312
1377
|
|
|
@@ -1318,38 +1383,40 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
1318
1383
|
|
|
1319
1384
|
### [2.4.3](https://github.com/Cap-go/capgo-cli/compare/v2.4.2...v2.4.3) (2023-01-08)
|
|
1320
1385
|
|
|
1321
|
-
|
|
1322
1386
|
### Bug Fixes
|
|
1323
1387
|
|
|
1324
|
-
|
|
1388
|
+
- set channel issue
|
|
1389
|
+
([3a6578f](https://github.com/Cap-go/capgo-cli/commit/3a6578fcb85076e4cdcea0688267381edde628a5))
|
|
1325
1390
|
|
|
1326
1391
|
### [2.4.2](https://github.com/Cap-go/capgo-cli/compare/v2.4.1...v2.4.2) (2023-01-08)
|
|
1327
1392
|
|
|
1328
|
-
|
|
1329
1393
|
### Bug Fixes
|
|
1330
1394
|
|
|
1331
|
-
|
|
1395
|
+
- error message set and upload
|
|
1396
|
+
([dbfbed6](https://github.com/Cap-go/capgo-cli/commit/dbfbed6e29388a82dafc6573d9d436f2c87a7a3c))
|
|
1332
1397
|
|
|
1333
1398
|
### [2.4.1](https://github.com/Cap-go/capgo-cli/compare/v2.4.0...v2.4.1) (2023-01-05)
|
|
1334
1399
|
|
|
1335
|
-
|
|
1336
1400
|
### Bug Fixes
|
|
1337
1401
|
|
|
1338
|
-
|
|
1402
|
+
- disable method if app not exist
|
|
1403
|
+
([a05a004](https://github.com/Cap-go/capgo-cli/commit/a05a004e05debc5091702d17a95a102cccf70865))
|
|
1339
1404
|
|
|
1340
1405
|
## [2.4.0](https://github.com/Cap-go/capgo-cli/compare/v2.3.27...v2.4.0) (2023-01-04)
|
|
1341
1406
|
|
|
1342
|
-
|
|
1343
1407
|
### Features
|
|
1344
1408
|
|
|
1345
|
-
|
|
1346
|
-
|
|
1409
|
+
- force nodejs engine to be 14
|
|
1410
|
+
([96d86d1](https://github.com/Cap-go/capgo-cli/commit/96d86d1fa91623af612228e7c95b7f0a65efdf5d))
|
|
1347
1411
|
|
|
1348
1412
|
### Bug Fixes
|
|
1349
1413
|
|
|
1350
|
-
|
|
1351
|
-
|
|
1352
|
-
|
|
1414
|
+
- build issue
|
|
1415
|
+
([1bbf1d1](https://github.com/Cap-go/capgo-cli/commit/1bbf1d122cdff9bdf72589c882cb11558bb6c096))
|
|
1416
|
+
- make unlink explain better
|
|
1417
|
+
([ea2064b](https://github.com/Cap-go/capgo-cli/commit/ea2064b8c413a8ad5cd03ab9f25a15cbad2af4b3))
|
|
1418
|
+
- use nodejs 14 min
|
|
1419
|
+
([02c34d8](https://github.com/Cap-go/capgo-cli/commit/02c34d8181c8c9c3853e10ef936cda8cc22c16bf))
|
|
1353
1420
|
|
|
1354
1421
|
### [2.3.27](https://github.com/Cap-go/capgo-cli/compare/v2.3.26...v2.3.27) (2023-01-04)
|
|
1355
1422
|
|
|
@@ -1361,17 +1428,17 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
1361
1428
|
|
|
1362
1429
|
### [2.3.23](https://github.com/Cap-go/capgo-cli/compare/v2.3.22...v2.3.23) (2022-12-27)
|
|
1363
1430
|
|
|
1364
|
-
|
|
1365
1431
|
### Bug Fixes
|
|
1366
1432
|
|
|
1367
|
-
|
|
1433
|
+
- login missing try catch
|
|
1434
|
+
([a470e16](https://github.com/Cap-go/capgo-cli/commit/a470e1668b5cde8fe8b503fb805598628e78184c))
|
|
1368
1435
|
|
|
1369
1436
|
### [2.3.22](https://github.com/Cap-go/capgo-cli/compare/v2.3.21...v2.3.22) (2022-12-26)
|
|
1370
1437
|
|
|
1371
|
-
|
|
1372
1438
|
### Bug Fixes
|
|
1373
1439
|
|
|
1374
|
-
|
|
1440
|
+
- make cache longer for upload
|
|
1441
|
+
([6497477](https://github.com/Cap-go/capgo-cli/commit/6497477dfebfff31cd74fe9c835e48242ddd9365))
|
|
1375
1442
|
|
|
1376
1443
|
### [2.3.21](https://github.com/Cap-go/capgo-cli/compare/v2.3.20...v2.3.21) (2022-12-26)
|
|
1377
1444
|
|
|
@@ -1379,31 +1446,31 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
1379
1446
|
|
|
1380
1447
|
### [2.3.19](https://github.com/Cap-go/capgo-cli/compare/v2.3.18...v2.3.19) (2022-12-19)
|
|
1381
1448
|
|
|
1382
|
-
|
|
1383
1449
|
### Bug Fixes
|
|
1384
1450
|
|
|
1385
|
-
|
|
1451
|
+
- **deps:** update dependency @capacitor/cli to v4.6.1
|
|
1452
|
+
([910d864](https://github.com/Cap-go/capgo-cli/commit/910d864dd44e8fe5f03a528a81e730954d4cdbc8))
|
|
1386
1453
|
|
|
1387
1454
|
### [2.3.18](https://github.com/Cap-go/capgo-cli/compare/v2.3.17...v2.3.18) (2022-12-17)
|
|
1388
1455
|
|
|
1389
|
-
|
|
1390
1456
|
### Bug Fixes
|
|
1391
1457
|
|
|
1392
|
-
|
|
1458
|
+
- undefined issue
|
|
1459
|
+
([0c0d2f1](https://github.com/Cap-go/capgo-cli/commit/0c0d2f1a6f54bffeaf111e07000091060ee25bfd))
|
|
1393
1460
|
|
|
1394
1461
|
### [2.3.17](https://github.com/Cap-go/capgo-cli/compare/v2.3.16...v2.3.17) (2022-12-17)
|
|
1395
1462
|
|
|
1396
|
-
|
|
1397
1463
|
### Bug Fixes
|
|
1398
1464
|
|
|
1399
|
-
|
|
1465
|
+
- better message app exist
|
|
1466
|
+
([1718932](https://github.com/Cap-go/capgo-cli/commit/171893261db190a8615fdfbb6efd43c72adfdc17))
|
|
1400
1467
|
|
|
1401
1468
|
### [2.3.16](https://github.com/Cap-go/capgo-cli/compare/v2.3.15...v2.3.16) (2022-12-17)
|
|
1402
1469
|
|
|
1403
|
-
|
|
1404
1470
|
### Bug Fixes
|
|
1405
1471
|
|
|
1406
|
-
|
|
1472
|
+
- cli detect if app exist
|
|
1473
|
+
([0cb964e](https://github.com/Cap-go/capgo-cli/commit/0cb964e9d30ae5aef2e990d08a19d7cf80581f6c))
|
|
1407
1474
|
|
|
1408
1475
|
### [2.3.15](https://github.com/Cap-go/capgo-cli/compare/v2.3.14...v2.3.15) (2022-12-12)
|
|
1409
1476
|
|
|
@@ -1411,422 +1478,570 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
1411
1478
|
|
|
1412
1479
|
### [2.3.13](https://github.com/Cap-go/capgo-cli/compare/v2.3.12...v2.3.13) (2022-12-11)
|
|
1413
1480
|
|
|
1414
|
-
|
|
1415
1481
|
### Bug Fixes
|
|
1416
1482
|
|
|
1417
|
-
|
|
1483
|
+
- allow display IvSession in upload
|
|
1484
|
+
([63773cb](https://github.com/Cap-go/capgo-cli/commit/63773cb6b56e3ddd875f06fd29780a349cf7ffe2))
|
|
1418
1485
|
|
|
1419
1486
|
### [2.3.12](https://github.com/Cap-go/capgo-cli/compare/v2.3.11...v2.3.12) (2022-12-11)
|
|
1420
1487
|
|
|
1421
|
-
|
|
1422
1488
|
### Bug Fixes
|
|
1423
1489
|
|
|
1424
|
-
|
|
1490
|
+
- save command
|
|
1491
|
+
([f9ec74b](https://github.com/Cap-go/capgo-cli/commit/f9ec74b6708dfcdf4258a107ded15909c1f60771))
|
|
1425
1492
|
|
|
1426
1493
|
### [2.3.11](https://github.com/Cap-go/capgo-cli/compare/v2.3.10...v2.3.11) (2022-12-07)
|
|
1427
1494
|
|
|
1428
|
-
|
|
1429
1495
|
### Bug Fixes
|
|
1430
1496
|
|
|
1431
|
-
|
|
1497
|
+
- make delete sync
|
|
1498
|
+
([f4b89e1](https://github.com/Cap-go/capgo-cli/commit/f4b89e1d604953aff69fc2d548160cecf80ce599))
|
|
1432
1499
|
|
|
1433
1500
|
### [2.3.10](https://github.com/Cap-go/capgo-cli/compare/v2.3.9...v2.3.10) (2022-12-07)
|
|
1434
1501
|
|
|
1435
|
-
|
|
1436
1502
|
### Bug Fixes
|
|
1437
1503
|
|
|
1438
|
-
|
|
1504
|
+
- delete app method
|
|
1505
|
+
([a29ccf2](https://github.com/Cap-go/capgo-cli/commit/a29ccf2e2a7526cc53c4d76ec94d4ad43628a9e9))
|
|
1439
1506
|
|
|
1440
1507
|
### [2.3.9](https://github.com/Cap-go/capgo-cli/compare/v2.3.8...v2.3.9) (2022-12-07)
|
|
1441
1508
|
|
|
1442
|
-
|
|
1443
1509
|
### Bug Fixes
|
|
1444
1510
|
|
|
1445
|
-
|
|
1511
|
+
- cleanup stop use single
|
|
1512
|
+
([edea602](https://github.com/Cap-go/capgo-cli/commit/edea602a5ad87de94b67a76ad48b2de2dba0dd7b))
|
|
1446
1513
|
|
|
1447
1514
|
### [2.3.8](https://github.com/Cap-go/capgo-cli/compare/v2.3.7...v2.3.8) (2022-12-07)
|
|
1448
1515
|
|
|
1449
|
-
|
|
1450
1516
|
### Bug Fixes
|
|
1451
1517
|
|
|
1452
|
-
|
|
1518
|
+
- typing supabase 2
|
|
1519
|
+
([add5191](https://github.com/Cap-go/capgo-cli/commit/add5191e5c810c2f3a3a522d732b591eab3d6628))
|
|
1453
1520
|
|
|
1454
1521
|
### [2.3.7](https://github.com/Cap-go/capgo-cli/compare/v2.3.6...v2.3.7) (2022-12-06)
|
|
1455
1522
|
|
|
1456
|
-
|
|
1457
1523
|
### Bug Fixes
|
|
1458
1524
|
|
|
1459
|
-
|
|
1525
|
+
- use right log method with multibar
|
|
1526
|
+
([40df752](https://github.com/Cap-go/capgo-cli/commit/40df7526c7a057eefbf140b862b1e48d9002f4f6))
|
|
1460
1527
|
|
|
1461
1528
|
### [2.3.6](https://github.com/Cap-go/capgo-cli/compare/v2.3.5...v2.3.6) (2022-12-06)
|
|
1462
1529
|
|
|
1463
|
-
|
|
1464
1530
|
### Bug Fixes
|
|
1465
1531
|
|
|
1466
|
-
|
|
1532
|
+
- add message for encryption
|
|
1533
|
+
([696adb5](https://github.com/Cap-go/capgo-cli/commit/696adb5a5ad38a3c0dcb6247e95d0a8c45e74e73))
|
|
1467
1534
|
|
|
1468
1535
|
### [2.3.5](https://github.com/Cap-go/capgo-cli/compare/v2.3.4...v2.3.5) (2022-12-06)
|
|
1469
1536
|
|
|
1470
|
-
|
|
1471
1537
|
### Bug Fixes
|
|
1472
1538
|
|
|
1473
|
-
|
|
1539
|
+
- build issue
|
|
1540
|
+
([482ba10](https://github.com/Cap-go/capgo-cli/commit/482ba1098afa1eb1c48efcd4482deebc639e4b8a))
|
|
1474
1541
|
|
|
1475
1542
|
### [2.3.4](https://github.com/Cap-go/capgo-cli/compare/v2.3.3...v2.3.4) (2022-12-06)
|
|
1476
1543
|
|
|
1477
|
-
|
|
1478
1544
|
### Bug Fixes
|
|
1479
1545
|
|
|
1480
|
-
|
|
1546
|
+
- lint issue
|
|
1547
|
+
([4385fd0](https://github.com/Cap-go/capgo-cli/commit/4385fd06c3ec60a77a1710f250acb175df7c7d6f))
|
|
1481
1548
|
|
|
1482
1549
|
### [2.3.3](https://github.com/Cap-go/capgo-cli/compare/v2.3.2...v2.3.3) (2022-12-06)
|
|
1483
1550
|
|
|
1484
|
-
|
|
1485
1551
|
### Bug Fixes
|
|
1486
1552
|
|
|
1487
|
-
|
|
1553
|
+
- upgrade to supabase v2
|
|
1554
|
+
([78089c7](https://github.com/Cap-go/capgo-cli/commit/78089c7f8b609417b9a6cf340794332f9478b3d8))
|
|
1488
1555
|
|
|
1489
1556
|
### [2.3.2](https://github.com/Cap-go/capgo-cli/compare/v2.3.1...v2.3.2) (2022-12-06)
|
|
1490
1557
|
|
|
1491
|
-
|
|
1492
1558
|
### Bug Fixes
|
|
1493
1559
|
|
|
1494
|
-
|
|
1560
|
+
- lint issue
|
|
1561
|
+
([98510e7](https://github.com/Cap-go/capgo-cli/commit/98510e751f92124dca6c1ea9bd49aa7ca904efa7))
|
|
1495
1562
|
|
|
1496
1563
|
### [2.3.1](https://github.com/Cap-go/capgo-cli/compare/v2.3.0...v2.3.1) (2022-12-06)
|
|
1497
1564
|
|
|
1498
|
-
|
|
1499
1565
|
### Bug Fixes
|
|
1500
1566
|
|
|
1501
|
-
|
|
1567
|
+
- documentation
|
|
1568
|
+
([f99c9b5](https://github.com/Cap-go/capgo-cli/commit/f99c9b5ee33011c9f3676e4ccdb78f2c1fc4a41d))
|
|
1502
1569
|
|
|
1503
1570
|
## [2.3.0](https://github.com/Cap-go/capgo-cli/compare/v2.2.10...v2.3.0) (2022-12-06)
|
|
1504
1571
|
|
|
1505
|
-
|
|
1506
1572
|
### Features
|
|
1507
1573
|
|
|
1508
|
-
|
|
1574
|
+
- better list display and allow cleanup without bundle
|
|
1575
|
+
([a01cc4a](https://github.com/Cap-go/capgo-cli/commit/a01cc4a468ceb139da441b5b311c5d7845e4e484))
|
|
1509
1576
|
|
|
1510
1577
|
### [2.2.10](https://github.com/Cap-go/capgo-cli/compare/v2.2.9...v2.2.10) (2022-12-06)
|
|
1511
1578
|
|
|
1512
|
-
|
|
1513
1579
|
### Bug Fixes
|
|
1514
1580
|
|
|
1515
|
-
|
|
1581
|
+
- is_allowed_action_user
|
|
1582
|
+
([55d65a8](https://github.com/Cap-go/capgo-cli/commit/55d65a854b8d24617df40b3d1b09bccc49d85b2b))
|
|
1516
1583
|
|
|
1517
1584
|
### [2.2.9](https://github.com/Cap-go/capgo-cli/compare/v2.2.8...v2.2.9) (2022-12-06)
|
|
1518
1585
|
|
|
1519
|
-
|
|
1520
1586
|
### Bug Fixes
|
|
1521
1587
|
|
|
1522
|
-
|
|
1588
|
+
- use isAllowedAction
|
|
1589
|
+
([0bf7090](https://github.com/Cap-go/capgo-cli/commit/0bf709058106bc7eca9127f6e48914cabc7c3b12))
|
|
1523
1590
|
|
|
1524
1591
|
### [2.2.8](https://github.com/Cap-go/capgo-cli/compare/v2.2.7...v2.2.8) (2022-12-03)
|
|
1525
1592
|
|
|
1526
|
-
|
|
1527
1593
|
### Bug Fixes
|
|
1528
1594
|
|
|
1529
|
-
|
|
1595
|
+
- **deps:** update dependency @capacitor/cli to v4.6.0
|
|
1596
|
+
([2d683cf](https://github.com/Cap-go/capgo-cli/commit/2d683cf62d4d011aeac912aea7ddc48036e4e597))
|
|
1530
1597
|
|
|
1531
1598
|
### [2.2.7](https://github.com/Cap-go/capgo-cli/compare/v2.2.6...v2.2.7) (2022-12-03)
|
|
1532
1599
|
|
|
1533
|
-
|
|
1534
1600
|
### Bug Fixes
|
|
1535
1601
|
|
|
1536
|
-
|
|
1602
|
+
- renovate config
|
|
1603
|
+
([e1c0a57](https://github.com/Cap-go/capgo-cli/commit/e1c0a577511c0ccb6b8197fcec987c1d3932b246))
|
|
1537
1604
|
|
|
1538
1605
|
### [2.2.6](https://github.com/Cap-go/capgo-cli/compare/v2.2.5...v2.2.6) (2022-12-03)
|
|
1539
1606
|
|
|
1540
1607
|
### [2.2.5](https://github.com/Cap-go/capgo-cli/compare/v2.2.4...v2.2.5) (2022-12-03)
|
|
1541
1608
|
|
|
1542
|
-
|
|
1543
1609
|
### Bug Fixes
|
|
1544
1610
|
|
|
1545
|
-
|
|
1611
|
+
- better instruction for key storing
|
|
1612
|
+
([06805c4](https://github.com/Cap-go/capgo-cli/commit/06805c4a4aac7d356cc0babc8c8965837274fa82))
|
|
1546
1613
|
|
|
1547
1614
|
### [2.2.4](https://github.com/Cap-go/capgo-cli/compare/v2.2.3...v2.2.4) (2022-12-03)
|
|
1548
1615
|
|
|
1549
|
-
|
|
1550
1616
|
### Bug Fixes
|
|
1551
1617
|
|
|
1552
|
-
|
|
1618
|
+
- wording in doc
|
|
1619
|
+
([9db76a3](https://github.com/Cap-go/capgo-cli/commit/9db76a3ad247cb3adb137ac883184b141f45bf6d))
|
|
1553
1620
|
|
|
1554
1621
|
### [2.2.3](https://github.com/Cap-go/capgo-cli/compare/v2.2.2...v2.2.3) (2022-12-03)
|
|
1555
1622
|
|
|
1556
|
-
|
|
1557
1623
|
### Bug Fixes
|
|
1558
1624
|
|
|
1559
|
-
|
|
1625
|
+
- option format
|
|
1626
|
+
([e621c55](https://github.com/Cap-go/capgo-cli/commit/e621c550787d79630afb24b85510f2ddf0e74ae8))
|
|
1560
1627
|
|
|
1561
1628
|
### [2.2.2](https://github.com/Cap-go/capgo-cli/compare/v2.2.1...v2.2.2) (2022-12-03)
|
|
1562
1629
|
|
|
1563
|
-
|
|
1564
1630
|
### Bug Fixes
|
|
1565
1631
|
|
|
1566
|
-
|
|
1632
|
+
- remove dup in doc
|
|
1633
|
+
([8e61ff3](https://github.com/Cap-go/capgo-cli/commit/8e61ff3f8909cf54a3d38e8c71e268c89c45a073))
|
|
1567
1634
|
|
|
1568
1635
|
### [2.2.1](https://github.com/Cap-go/capgo-cli/compare/v2.2.0...v2.2.1) (2022-12-03)
|
|
1569
1636
|
|
|
1570
|
-
|
|
1571
1637
|
### Bug Fixes
|
|
1572
1638
|
|
|
1573
|
-
|
|
1639
|
+
- documentation
|
|
1640
|
+
([77231bd](https://github.com/Cap-go/capgo-cli/commit/77231bd33cb6b7ed00465837f641a7f35670a7ee))
|
|
1574
1641
|
|
|
1575
1642
|
## [2.2.0](https://github.com/Cap-go/capgo-cli/compare/v2.1.12...v2.2.0) (2022-12-03)
|
|
1576
1643
|
|
|
1577
|
-
|
|
1578
1644
|
### Features
|
|
1579
1645
|
|
|
1580
|
-
|
|
1646
|
+
- add key save command for CLI and document
|
|
1647
|
+
([7fc5fd2](https://github.com/Cap-go/capgo-cli/commit/7fc5fd2c578aa658691b9d27bc1cd34da2792d36))
|
|
1581
1648
|
|
|
1582
1649
|
### [2.1.12](https://github.com/Cap-go/capgo-cli/compare/v2.1.11...v2.1.12) (2022-12-02)
|
|
1583
1650
|
|
|
1584
|
-
|
|
1585
1651
|
### Bug Fixes
|
|
1586
1652
|
|
|
1587
|
-
|
|
1653
|
+
- issue with padding
|
|
1654
|
+
([57d8430](https://github.com/Cap-go/capgo-cli/commit/57d8430e692ca22ea7a2c82aeacc1d78e112eb6e))
|
|
1588
1655
|
|
|
1589
1656
|
### [2.1.11](https://github.com/Cap-go/capgo-cli/compare/v2.1.10...v2.1.11) (2022-12-02)
|
|
1590
1657
|
|
|
1591
|
-
|
|
1592
1658
|
### Bug Fixes
|
|
1593
1659
|
|
|
1594
|
-
|
|
1660
|
+
- key generate
|
|
1661
|
+
([17d7b21](https://github.com/Cap-go/capgo-cli/commit/17d7b21e676393bce70fe728581dc0c3cf16fc65))
|
|
1595
1662
|
|
|
1596
1663
|
### [2.1.10](https://github.com/Cap-go/capgo-cli/compare/v2.1.9...v2.1.10) (2022-12-02)
|
|
1597
1664
|
|
|
1598
|
-
|
|
1599
1665
|
### Bug Fixes
|
|
1600
1666
|
|
|
1601
|
-
|
|
1667
|
+
- decrypt if no config
|
|
1668
|
+
([c09ce3d](https://github.com/Cap-go/capgo-cli/commit/c09ce3db5a5ea5de7187b8bf470c58ed89e21076))
|
|
1602
1669
|
|
|
1603
1670
|
### [2.1.9](https://github.com/Cap-go/capgo-cli/compare/v2.1.8...v2.1.9) (2022-12-02)
|
|
1604
1671
|
|
|
1605
|
-
|
|
1606
1672
|
### Bug Fixes
|
|
1607
1673
|
|
|
1608
|
-
|
|
1674
|
+
- decrypt function
|
|
1675
|
+
([ebecbba](https://github.com/Cap-go/capgo-cli/commit/ebecbba3225db64a98811c1b5624b213008df3a2))
|
|
1609
1676
|
|
|
1610
1677
|
### [2.1.8](https://github.com/Cap-go/capgo-cli/compare/v2.1.7...v2.1.8) (2022-12-02)
|
|
1611
1678
|
|
|
1612
|
-
|
|
1613
1679
|
### Bug Fixes
|
|
1614
1680
|
|
|
1615
|
-
|
|
1681
|
+
- AES size
|
|
1682
|
+
([761a585](https://github.com/Cap-go/capgo-cli/commit/761a585aad1d5f8c010fd4d9ba9ef750e67fdc07))
|
|
1616
1683
|
|
|
1617
1684
|
### [2.1.7](https://github.com/Cap-go/capgo-cli/compare/v2.1.6...v2.1.7) (2022-12-02)
|
|
1618
1685
|
|
|
1619
|
-
|
|
1620
1686
|
### Bug Fixes
|
|
1621
1687
|
|
|
1622
|
-
|
|
1688
|
+
- AES use size allowed on android
|
|
1689
|
+
([42bc076](https://github.com/Cap-go/capgo-cli/commit/42bc076d9fa65188a5175bcdff89d21736c7f214))
|
|
1623
1690
|
|
|
1624
1691
|
### [2.1.6](https://github.com/Cap-go/capgo-cli/compare/v2.1.5...v2.1.6) (2022-12-02)
|
|
1625
1692
|
|
|
1626
|
-
|
|
1627
1693
|
### Bug Fixes
|
|
1628
1694
|
|
|
1629
|
-
|
|
1695
|
+
- checksum do after encryption
|
|
1696
|
+
([8ca3f5b](https://github.com/Cap-go/capgo-cli/commit/8ca3f5b4bbb21f2ecb372d4e44493ff90dcfd3bd))
|
|
1630
1697
|
|
|
1631
1698
|
### [2.1.5](https://github.com/Cap-go/capgo-cli/compare/v2.1.4...v2.1.5) (2022-12-01)
|
|
1632
1699
|
|
|
1633
1700
|
### [2.1.4](https://github.com/Cap-go/capgo-cli/compare/v2.1.3...v2.1.4) (2022-12-01)
|
|
1634
1701
|
|
|
1635
|
-
|
|
1636
1702
|
### Bug Fixes
|
|
1637
1703
|
|
|
1638
|
-
|
|
1704
|
+
- lint issue
|
|
1705
|
+
([677b6d7](https://github.com/Cap-go/capgo-cli/commit/677b6d7c6fa2061349652db71acd6cd74060c99f))
|
|
1639
1706
|
|
|
1640
1707
|
### [2.1.3](https://github.com/Cap-go/capgo-cli/compare/v2.1.2...v2.1.3) (2022-12-01)
|
|
1641
1708
|
|
|
1642
|
-
|
|
1643
1709
|
### Bug Fixes
|
|
1644
1710
|
|
|
1645
|
-
|
|
1711
|
+
- encrypt/decrypt
|
|
1712
|
+
([3dcd422](https://github.com/Cap-go/capgo-cli/commit/3dcd422d647680afae82150d83787f6db88c6b56))
|
|
1646
1713
|
|
|
1647
1714
|
### [2.1.2](https://github.com/Cap-go/capgo-cli/compare/v2.1.1...v2.1.2) (2022-11-30)
|
|
1648
1715
|
|
|
1649
1716
|
### [2.1.1](https://github.com/Cap-go/capgo-cli/compare/v2.1.0...v2.1.1) (2022-11-30)
|
|
1650
1717
|
|
|
1651
|
-
|
|
1652
1718
|
### Bug Fixes
|
|
1653
1719
|
|
|
1654
|
-
|
|
1720
|
+
- **deps:** update dependency fs-extra to v11
|
|
1721
|
+
([b011994](https://github.com/Cap-go/capgo-cli/commit/b011994bd49eb3b3bb09a6e72407d6e3b7313505))
|
|
1655
1722
|
|
|
1656
1723
|
## [2.1.0](https://github.com/Cap-go/capgo-cli/compare/v2.0.1...v2.1.0) (2022-11-25)
|
|
1657
1724
|
|
|
1658
|
-
|
|
1659
1725
|
### Features
|
|
1660
1726
|
|
|
1661
|
-
|
|
1727
|
+
- add encrypt method
|
|
1728
|
+
([349154e](https://github.com/Cap-go/capgo-cli/commit/349154efd05b76415f191cdeff5689e54b8f2ac3))
|
|
1662
1729
|
|
|
1663
1730
|
### [2.0.1](https://github.com/Cap-go/capgo-cli/compare/v2.0.0...v2.0.1) (2022-11-24)
|
|
1664
1731
|
|
|
1665
|
-
|
|
1666
1732
|
### Bug Fixes
|
|
1667
1733
|
|
|
1668
|
-
|
|
1734
|
+
- encode use AES to encode the file
|
|
1735
|
+
([8f6524e](https://github.com/Cap-go/capgo-cli/commit/8f6524e05708f6cbf708a5c11c59f7aefac66823))
|
|
1669
1736
|
|
|
1670
1737
|
## 2.0.0 (2022-11-24)
|
|
1671
1738
|
|
|
1672
|
-
|
|
1673
1739
|
### ⚠ BREAKING CHANGES
|
|
1674
1740
|
|
|
1675
|
-
|
|
1741
|
+
- rename version in bundle to remove arg conflict
|
|
1676
1742
|
|
|
1677
1743
|
### Features
|
|
1678
1744
|
|
|
1679
|
-
|
|
1680
|
-
|
|
1681
|
-
|
|
1682
|
-
|
|
1683
|
-
|
|
1684
|
-
|
|
1685
|
-
|
|
1686
|
-
|
|
1687
|
-
|
|
1688
|
-
|
|
1689
|
-
|
|
1690
|
-
|
|
1691
|
-
|
|
1692
|
-
|
|
1693
|
-
|
|
1694
|
-
|
|
1695
|
-
|
|
1696
|
-
|
|
1697
|
-
|
|
1698
|
-
|
|
1699
|
-
|
|
1700
|
-
|
|
1701
|
-
|
|
1702
|
-
|
|
1703
|
-
|
|
1704
|
-
|
|
1705
|
-
|
|
1706
|
-
|
|
1707
|
-
|
|
1708
|
-
|
|
1709
|
-
|
|
1710
|
-
|
|
1711
|
-
|
|
1712
|
-
|
|
1713
|
-
|
|
1714
|
-
|
|
1715
|
-
|
|
1716
|
-
|
|
1717
|
-
|
|
1718
|
-
|
|
1719
|
-
|
|
1720
|
-
|
|
1721
|
-
|
|
1722
|
-
|
|
1723
|
-
|
|
1724
|
-
|
|
1725
|
-
|
|
1726
|
-
|
|
1727
|
-
|
|
1728
|
-
|
|
1729
|
-
|
|
1730
|
-
|
|
1731
|
-
|
|
1732
|
-
|
|
1733
|
-
|
|
1734
|
-
|
|
1735
|
-
|
|
1736
|
-
|
|
1737
|
-
|
|
1738
|
-
|
|
1739
|
-
|
|
1740
|
-
|
|
1741
|
-
|
|
1742
|
-
|
|
1743
|
-
|
|
1744
|
-
|
|
1745
|
-
|
|
1746
|
-
|
|
1747
|
-
|
|
1748
|
-
|
|
1749
|
-
|
|
1750
|
-
|
|
1751
|
-
|
|
1752
|
-
|
|
1753
|
-
|
|
1754
|
-
|
|
1755
|
-
|
|
1756
|
-
|
|
1757
|
-
|
|
1758
|
-
|
|
1759
|
-
|
|
1760
|
-
|
|
1761
|
-
|
|
1762
|
-
|
|
1763
|
-
|
|
1764
|
-
|
|
1765
|
-
|
|
1766
|
-
|
|
1767
|
-
|
|
1768
|
-
|
|
1769
|
-
|
|
1770
|
-
|
|
1771
|
-
|
|
1772
|
-
|
|
1773
|
-
|
|
1774
|
-
|
|
1775
|
-
|
|
1776
|
-
|
|
1777
|
-
|
|
1778
|
-
|
|
1779
|
-
|
|
1780
|
-
|
|
1781
|
-
|
|
1782
|
-
|
|
1783
|
-
|
|
1784
|
-
|
|
1785
|
-
|
|
1786
|
-
|
|
1787
|
-
|
|
1788
|
-
|
|
1789
|
-
|
|
1790
|
-
|
|
1791
|
-
|
|
1792
|
-
|
|
1793
|
-
|
|
1794
|
-
|
|
1795
|
-
|
|
1796
|
-
|
|
1797
|
-
|
|
1798
|
-
|
|
1799
|
-
|
|
1800
|
-
|
|
1801
|
-
|
|
1802
|
-
|
|
1803
|
-
|
|
1804
|
-
|
|
1805
|
-
|
|
1806
|
-
|
|
1807
|
-
|
|
1808
|
-
|
|
1809
|
-
|
|
1810
|
-
|
|
1811
|
-
|
|
1812
|
-
|
|
1813
|
-
|
|
1814
|
-
|
|
1815
|
-
|
|
1816
|
-
|
|
1817
|
-
|
|
1818
|
-
|
|
1819
|
-
|
|
1820
|
-
|
|
1821
|
-
|
|
1822
|
-
|
|
1823
|
-
|
|
1824
|
-
|
|
1825
|
-
|
|
1826
|
-
|
|
1827
|
-
|
|
1828
|
-
|
|
1829
|
-
|
|
1745
|
+
- add --version
|
|
1746
|
+
([66a8601](https://github.com/Cap-go/capgo-cli/commit/66a86017cb43be03845682029cec7013aa5b01bf))
|
|
1747
|
+
- add add feature
|
|
1748
|
+
([322e340](https://github.com/Cap-go/capgo-cli/commit/322e34069ff5af9d6b61a9928888656b27de121a))
|
|
1749
|
+
- add all channel option in set method
|
|
1750
|
+
([20eac06](https://github.com/Cap-go/capgo-cli/commit/20eac0697cc6afd0cf922a123eeb249c95d7ad3e))
|
|
1751
|
+
- add channel system
|
|
1752
|
+
([f11b86a](https://github.com/Cap-go/capgo-cli/commit/f11b86a35489cdb9f345d1dff282c7f470f8dfcf))
|
|
1753
|
+
- add checksum upload
|
|
1754
|
+
([e266f01](https://github.com/Cap-go/capgo-cli/commit/e266f0169a64fbe8e66a4d95dbfadb5171ccc0ea))
|
|
1755
|
+
- add delete app method
|
|
1756
|
+
([d7d211c](https://github.com/Cap-go/capgo-cli/commit/d7d211c568409690e4dba37b36df7c0f377b32f2))
|
|
1757
|
+
- add encrypted bool to app_version
|
|
1758
|
+
([db424a0](https://github.com/Cap-go/capgo-cli/commit/db424a005c5af87b3176f93ec00ec2a623e3a126))
|
|
1759
|
+
- Add force option to cleanup command
|
|
1760
|
+
[#26](https://github.com/Cap-go/capgo-cli/issues/26)
|
|
1761
|
+
([6a011d1](https://github.com/Cap-go/capgo-cli/commit/6a011d181e7cb87cb2d7aa64bf060c455c1e7802))
|
|
1762
|
+
- add front lock if not paying
|
|
1763
|
+
([224c879](https://github.com/Cap-go/capgo-cli/commit/224c8792d6c6b24494d476c3eb37244038712f4d))
|
|
1764
|
+
- add hard limit of big app, max 30mb
|
|
1765
|
+
([146fde8](https://github.com/Cap-go/capgo-cli/commit/146fde86809fe9305126b9b12c51cdd584f9eb22))
|
|
1766
|
+
- add is_trial alert
|
|
1767
|
+
([e7264f9](https://github.com/Cap-go/capgo-cli/commit/e7264f9141e386822df5b479b06ecf16b05f5081))
|
|
1768
|
+
- add key gen method and decode
|
|
1769
|
+
([6d3f9c4](https://github.com/Cap-go/capgo-cli/commit/6d3f9c47fa6d42f4ff725dc306ff6654a0424256))
|
|
1770
|
+
- add latest option to restore the old behavior
|
|
1771
|
+
([55c03bc](https://github.com/Cap-go/capgo-cli/commit/55c03bc46f25bf50d0d450d8ebecac740fa322c3))
|
|
1772
|
+
- add login system
|
|
1773
|
+
([ace1ec5](https://github.com/Cap-go/capgo-cli/commit/ace1ec5fb92867da2154f2c1c2eaba880cf2bd01))
|
|
1774
|
+
- add logsnag
|
|
1775
|
+
([c467070](https://github.com/Cap-go/capgo-cli/commit/c46707078c43f8a6f08812ef4eb686729cfc8088))
|
|
1776
|
+
- allow decode from base64 privateKey
|
|
1777
|
+
([4b79567](https://github.com/Cap-go/capgo-cli/commit/4b795670f4521797064456a030dbe0e75f4a6343))
|
|
1778
|
+
- allow external url for upload
|
|
1779
|
+
([03041a3](https://github.com/Cap-go/capgo-cli/commit/03041a3df460b075437a998baaf7d760d6a0cecc))
|
|
1780
|
+
- allow format switch
|
|
1781
|
+
([ccb9c67](https://github.com/Cap-go/capgo-cli/commit/ccb9c67a8274ce71c62915dbeec7c00640477092))
|
|
1782
|
+
- allow set chanel state
|
|
1783
|
+
([bdc67e8](https://github.com/Cap-go/capgo-cli/commit/bdc67e8ef347d98641b5fe165efb4947ba263568))
|
|
1784
|
+
- convert to supabase edge functions
|
|
1785
|
+
([9d59ed1](https://github.com/Cap-go/capgo-cli/commit/9d59ed1fee9dbf9cd3837aef76b4a30b537823f5))
|
|
1786
|
+
- make upload work
|
|
1787
|
+
([5d4950b](https://github.com/Cap-go/capgo-cli/commit/5d4950b4363d7944bb8d60e6926931b4d9fedb0c))
|
|
1788
|
+
- remove upload limit
|
|
1789
|
+
([0c80652](https://github.com/Cap-go/capgo-cli/commit/0c8065209978dbdf68fcee7c0518459a7a78467e))
|
|
1790
|
+
- rename version in bundle to remove arg conflict
|
|
1791
|
+
([1a7d477](https://github.com/Cap-go/capgo-cli/commit/1a7d47736a2497a27422c4ac99e6499eab5c5361))
|
|
1792
|
+
- update package and allow delete only one version
|
|
1793
|
+
([8c0ad83](https://github.com/Cap-go/capgo-cli/commit/8c0ad83e59f0f9381b257fbffca2317ca6c7cf67))
|
|
1794
|
+
- use supbase function instead of netlify to handle timeout
|
|
1795
|
+
([14a19de](https://github.com/Cap-go/capgo-cli/commit/14a19def0a525c07978daed002c3018a4981df8a))
|
|
1796
|
+
|
|
1797
|
+
### Bug Fixes
|
|
1798
|
+
|
|
1799
|
+
- add back limit in upload
|
|
1800
|
+
([06619dd](https://github.com/Cap-go/capgo-cli/commit/06619dd1f857b86669fcff30efd7fbdd2116be63))
|
|
1801
|
+
- add check if version exist
|
|
1802
|
+
([a78baef](https://github.com/Cap-go/capgo-cli/commit/a78baef12398b6da43b8a963dae6c511c1c8a0f8))
|
|
1803
|
+
- add default path for icon
|
|
1804
|
+
([e8b74ea](https://github.com/Cap-go/capgo-cli/commit/e8b74ea74e63b9ef00c2028727a891e49cacd79b))
|
|
1805
|
+
- add method
|
|
1806
|
+
([1ad83f9](https://github.com/Cap-go/capgo-cli/commit/1ad83f9fab95165c60cfd5c4ad838f273587f9e2))
|
|
1807
|
+
- addcheck exist_app_versions in upload
|
|
1808
|
+
([5185336](https://github.com/Cap-go/capgo-cli/commit/51853366bc8f6c1bda0b05cf3d973c664262e552))
|
|
1809
|
+
- better clean privatekey
|
|
1810
|
+
([18ba3b9](https://github.com/Cap-go/capgo-cli/commit/18ba3b9397d3020ca052bc04fb9d783d68705630))
|
|
1811
|
+
- better error throw
|
|
1812
|
+
([f7c3e67](https://github.com/Cap-go/capgo-cli/commit/f7c3e67cc17a0d30714bd46338c6fdb5a3346d50))
|
|
1813
|
+
- better loggin
|
|
1814
|
+
([43a5883](https://github.com/Cap-go/capgo-cli/commit/43a5883d6d9d400ca96dd5c0526b127492a617ca))
|
|
1815
|
+
- better logs for set
|
|
1816
|
+
([831f1ec](https://github.com/Cap-go/capgo-cli/commit/831f1ec03ac6d7f2c9c035e1c3166bff933da578))
|
|
1817
|
+
- build and add auto retry
|
|
1818
|
+
([2189b2e](https://github.com/Cap-go/capgo-cli/commit/2189b2eddb68bc23279805ff817dc8975a287284))
|
|
1819
|
+
- build issue + update deps
|
|
1820
|
+
([8dc45fc](https://github.com/Cap-go/capgo-cli/commit/8dc45fc542f135ea26612c51bc2a5b079b34866b))
|
|
1821
|
+
- bundle option
|
|
1822
|
+
([ec6a6c2](https://github.com/Cap-go/capgo-cli/commit/ec6a6c264d9ae9cd424a4f73a97c90983d7f1924))
|
|
1823
|
+
- check if version exist
|
|
1824
|
+
([13750ab](https://github.com/Cap-go/capgo-cli/commit/13750ab63a19cfe18fca2ee176f8e9dd8b75d62a))
|
|
1825
|
+
- CLI command descriptions
|
|
1826
|
+
([5b1cecb](https://github.com/Cap-go/capgo-cli/commit/5b1cecbb9874ef3cb3636dcaec7ab3e2cbd04845))
|
|
1827
|
+
- CLI log
|
|
1828
|
+
([84af3e9](https://github.com/Cap-go/capgo-cli/commit/84af3e90a1068c4437f6dbf14c075ccd253dd498))
|
|
1829
|
+
- CLI messages
|
|
1830
|
+
([ba4d705](https://github.com/Cap-go/capgo-cli/commit/ba4d7050c326f4598988fc389e0fc2480d14c0d9))
|
|
1831
|
+
- cli throw error when upload fail
|
|
1832
|
+
([a132e35](https://github.com/Cap-go/capgo-cli/commit/a132e3547dc1088d39484784e3914db5c6924bf0))
|
|
1833
|
+
- code norm + add keep option
|
|
1834
|
+
([211b98a](https://github.com/Cap-go/capgo-cli/commit/211b98a3220cbc8b979b584a3f72e2dd99ca3683))
|
|
1835
|
+
- delete logs
|
|
1836
|
+
([709ef29](https://github.com/Cap-go/capgo-cli/commit/709ef29518893f6e952c192cd54eb0ea47a62447))
|
|
1837
|
+
- delete message
|
|
1838
|
+
([40e5c41](https://github.com/Cap-go/capgo-cli/commit/40e5c418aeeed7750fd421822dc0c678c2773e52))
|
|
1839
|
+
- delete wrong log
|
|
1840
|
+
([1f6c6e1](https://github.com/Cap-go/capgo-cli/commit/1f6c6e1c1a590b09db945d1636168205b4ac9ca9))
|
|
1841
|
+
- dep issue
|
|
1842
|
+
([098fdb6](https://github.com/Cap-go/capgo-cli/commit/098fdb65d4b982f1d0b0c08b6b9342c2db2fd2a7))
|
|
1843
|
+
- dep issue
|
|
1844
|
+
([9b71530](https://github.com/Cap-go/capgo-cli/commit/9b715303fad617e22e50a854329449d2d9b9455f))
|
|
1845
|
+
- deploy new version builded
|
|
1846
|
+
([82a0d9a](https://github.com/Cap-go/capgo-cli/commit/82a0d9a6517e0a53864683edf8696938751f5458))
|
|
1847
|
+
- deploy to npm
|
|
1848
|
+
([d1ca9a0](https://github.com/Cap-go/capgo-cli/commit/d1ca9a011e4fa879c6ef3434f5cef8510702ce06))
|
|
1849
|
+
- description
|
|
1850
|
+
([bcc7a49](https://github.com/Cap-go/capgo-cli/commit/bcc7a492d352eb60938e74318d9d36176afb0995))
|
|
1851
|
+
- disable upload non semver
|
|
1852
|
+
([520c560](https://github.com/Cap-go/capgo-cli/commit/520c56010d40aad90aab7bb295c57b9cc8f6b2bb))
|
|
1853
|
+
- doc + require option
|
|
1854
|
+
([5c1e56c](https://github.com/Cap-go/capgo-cli/commit/5c1e56cfd7f94bea9e5c6f719f848ad3ba64000d))
|
|
1855
|
+
- doc of cli
|
|
1856
|
+
([46604aa](https://github.com/Cap-go/capgo-cli/commit/46604aad34b6d9fea83f9a80870208d1abe60f6c))
|
|
1857
|
+
- ensure bundle option recognized
|
|
1858
|
+
([0c5e883](https://github.com/Cap-go/capgo-cli/commit/0c5e883adf19d5329fec5eb4058fb14b47da95eb))
|
|
1859
|
+
- error formating + better import
|
|
1860
|
+
([7932504](https://github.com/Cap-go/capgo-cli/commit/79325040f9a17c57615605ff98b7c4dffbce3376))
|
|
1861
|
+
- error mb limit
|
|
1862
|
+
([884d65b](https://github.com/Cap-go/capgo-cli/commit/884d65babf7485dac5ad1d63ca8a1abf3e3ecb77))
|
|
1863
|
+
- error message
|
|
1864
|
+
([936e8d2](https://github.com/Cap-go/capgo-cli/commit/936e8d28875c8f0273d083388458298b9d4b1586))
|
|
1865
|
+
- error message system
|
|
1866
|
+
([adffd04](https://github.com/Cap-go/capgo-cli/commit/adffd0425af339fb413175853bf6c1469827af54))
|
|
1867
|
+
- external typo
|
|
1868
|
+
([205ea01](https://github.com/Cap-go/capgo-cli/commit/205ea015207dc5424c69a0277f79af2f41bdf6e4))
|
|
1869
|
+
- for delete allow only all
|
|
1870
|
+
([91c726c](https://github.com/Cap-go/capgo-cli/commit/91c726c4d02a39e21773976aab5ed646de6db9ed))
|
|
1871
|
+
- format upload
|
|
1872
|
+
([7a17dbd](https://github.com/Cap-go/capgo-cli/commit/7a17dbdc7157617aaffd11a878421f3d8bd76383))
|
|
1873
|
+
- host for prod
|
|
1874
|
+
([2efb61e](https://github.com/Cap-go/capgo-cli/commit/2efb61ee91c09380c4aea25526ba94c46271f4ab))
|
|
1875
|
+
- host to service
|
|
1876
|
+
([fa7ad5e](https://github.com/Cap-go/capgo-cli/commit/fa7ad5eb7038f50104bfd56b6503cfc2473d679c))
|
|
1877
|
+
- install command
|
|
1878
|
+
([dd80520](https://github.com/Cap-go/capgo-cli/commit/dd80520f3f3cff6a7dcfdf276064112e77669e8a))
|
|
1879
|
+
- issue for app less than 1mb
|
|
1880
|
+
([bae4d80](https://github.com/Cap-go/capgo-cli/commit/bae4d80ae398c912a0aa6a2497377e10ba386092))
|
|
1881
|
+
- issue in npm listing
|
|
1882
|
+
([c36a60c](https://github.com/Cap-go/capgo-cli/commit/c36a60ce9b2b5b3c60320df584c58174a459d524))
|
|
1883
|
+
- issue upload and set channel
|
|
1884
|
+
([5a3d0e8](https://github.com/Cap-go/capgo-cli/commit/5a3d0e83ddd23c2432ce11af111c0f806cd74f19))
|
|
1885
|
+
- issue warning for upload
|
|
1886
|
+
([4741be8](https://github.com/Cap-go/capgo-cli/commit/4741be8dc294653d0a084fa9e08cdddf2b92a40c))
|
|
1887
|
+
- issue with add and typo in text
|
|
1888
|
+
([f450da5](https://github.com/Cap-go/capgo-cli/commit/f450da543b56f0182085e14ac5ff96c5e3aebe2e))
|
|
1889
|
+
- Keep is only removing the first version, not the given option.
|
|
1890
|
+
[#25](https://github.com/Cap-go/capgo-cli/issues/25)
|
|
1891
|
+
([8b1dc24](https://github.com/Cap-go/capgo-cli/commit/8b1dc2420cb85e011788da04889e4d3c289674c5)),
|
|
1892
|
+
closes [#26](https://github.com/Cap-go/capgo-cli/issues/26)
|
|
1893
|
+
- key generation
|
|
1894
|
+
([4811f52](https://github.com/Cap-go/capgo-cli/commit/4811f524d1b3d2cd8d9bf53e6e8c5f41f1136554))
|
|
1895
|
+
- keywords npm
|
|
1896
|
+
([9e9b2ac](https://github.com/Cap-go/capgo-cli/commit/9e9b2ac81dd3aed5688d5cdb32976e3c3e9977b3))
|
|
1897
|
+
- latest version
|
|
1898
|
+
([e331d93](https://github.com/Cap-go/capgo-cli/commit/e331d930e40fb767e630960aceafe69d2602956b))
|
|
1899
|
+
- lint + do set
|
|
1900
|
+
([3046aac](https://github.com/Cap-go/capgo-cli/commit/3046aacd52b28c04d66aa2805e07183eeb2559e5))
|
|
1901
|
+
- lint issue
|
|
1902
|
+
([1a815b1](https://github.com/Cap-go/capgo-cli/commit/1a815b171a8f2ccf5250e6386d7cf4b4fe15b745))
|
|
1903
|
+
- lint issue
|
|
1904
|
+
([08f8fbd](https://github.com/Cap-go/capgo-cli/commit/08f8fbd217c1b09b4b21a2a35c1329c01b1584c8))
|
|
1905
|
+
- lint issue
|
|
1906
|
+
([6c4b0da](https://github.com/Cap-go/capgo-cli/commit/6c4b0da11c519ca09d6c2b5b455a895a5075c8c3))
|
|
1907
|
+
- lock file
|
|
1908
|
+
([c4d94ef](https://github.com/Cap-go/capgo-cli/commit/c4d94ef046aa8c63c7acf3e4ee671b35b602e826))
|
|
1909
|
+
- logsnag
|
|
1910
|
+
([efb5003](https://github.com/Cap-go/capgo-cli/commit/efb5003a783ef3b5097d45311eac7c3585f9fd65))
|
|
1911
|
+
- make channel optional
|
|
1912
|
+
([4ebdda6](https://github.com/Cap-go/capgo-cli/commit/4ebdda6ac8f81b41e72bfbd1449aa2eaabdd42ff))
|
|
1913
|
+
- make key function use less deps + make config simpler
|
|
1914
|
+
([3a52dc3](https://github.com/Cap-go/capgo-cli/commit/3a52dc3fc9174ffa40f45302145ccf500f692a1d))
|
|
1915
|
+
- message for delete version
|
|
1916
|
+
([750949c](https://github.com/Cap-go/capgo-cli/commit/750949c2a693ed93b6957247e92480021fcac25a))
|
|
1917
|
+
- message order
|
|
1918
|
+
([e97d794](https://github.com/Cap-go/capgo-cli/commit/e97d794f7183daad41e488d447e5150e647d52f7))
|
|
1919
|
+
- migrate to new npm namespace
|
|
1920
|
+
([2ce438d](https://github.com/Cap-go/capgo-cli/commit/2ce438d60dde9b300757f7c67df2f1576029aa66))
|
|
1921
|
+
- mobile app url
|
|
1922
|
+
([2388532](https://github.com/Cap-go/capgo-cli/commit/238853254d88fed9301615c465fe010c4ce399df))
|
|
1923
|
+
- name function
|
|
1924
|
+
([8a16a2b](https://github.com/Cap-go/capgo-cli/commit/8a16a2b039e4378b17922b698edbb08f9fa937da))
|
|
1925
|
+
- naming in doc and cli
|
|
1926
|
+
([f000926](https://github.com/Cap-go/capgo-cli/commit/f00092615b50d7de196d5cfa7702040b79b1638c))
|
|
1927
|
+
- npm listing
|
|
1928
|
+
([d24f901](https://github.com/Cap-go/capgo-cli/commit/d24f901a01b1339be43e5ef7632565faf049e417))
|
|
1929
|
+
- pack version for deploy
|
|
1930
|
+
([1611bfc](https://github.com/Cap-go/capgo-cli/commit/1611bfcfdd95ac5372a39b7dcd2773108e58749b))
|
|
1931
|
+
- path
|
|
1932
|
+
([a7e5d4b](https://github.com/Cap-go/capgo-cli/commit/a7e5d4b85667367df1e5279bdcf301b7f2da794d))
|
|
1933
|
+
- pnpm build
|
|
1934
|
+
([a979e04](https://github.com/Cap-go/capgo-cli/commit/a979e0465b3db72d7fe1bb916ac49818a7a4a693))
|
|
1935
|
+
- pnpm version
|
|
1936
|
+
([0ee7b63](https://github.com/Cap-go/capgo-cli/commit/0ee7b63c96de9438ee0e38774d0deec9f015c3d5))
|
|
1937
|
+
- publish right version
|
|
1938
|
+
([4c40102](https://github.com/Cap-go/capgo-cli/commit/4c40102fcbc2cf032121daa36078b00ca9107891))
|
|
1939
|
+
- put all env var in same file
|
|
1940
|
+
([ab78f0c](https://github.com/Cap-go/capgo-cli/commit/ab78f0c3da6222c6e66d97e26128c21d71c237f9))
|
|
1941
|
+
- readme
|
|
1942
|
+
([2d47be8](https://github.com/Cap-go/capgo-cli/commit/2d47be84887f7aecd53285cb1ea21ef54ba28226))
|
|
1943
|
+
- readme add keep option
|
|
1944
|
+
([0d1a5fa](https://github.com/Cap-go/capgo-cli/commit/0d1a5fadd84ddabbb67e3b2a7cc7b70ca370b7e2))
|
|
1945
|
+
- redirection usage
|
|
1946
|
+
([ba28c25](https://github.com/Cap-go/capgo-cli/commit/ba28c25c3ad2efe676d877f5e95f1f73fd500d02))
|
|
1947
|
+
- remove all --apikey usage
|
|
1948
|
+
([39606c7](https://github.com/Cap-go/capgo-cli/commit/39606c70a910293f2ca2832b4db5800f216c879a))
|
|
1949
|
+
- remove debug comments
|
|
1950
|
+
([9687003](https://github.com/Cap-go/capgo-cli/commit/96870037b981b1e80d4b0ecc397670e707dd0464))
|
|
1951
|
+
- remove dup code + fix list display
|
|
1952
|
+
([5f32edf](https://github.com/Cap-go/capgo-cli/commit/5f32edf6065e597946563382102e6d2b07000a08))
|
|
1953
|
+
- remove install
|
|
1954
|
+
([bcc5d24](https://github.com/Cap-go/capgo-cli/commit/bcc5d24a36adac44e128adcd0b94cd2167aae4d9))
|
|
1955
|
+
- remove old deps
|
|
1956
|
+
([6d19dda](https://github.com/Cap-go/capgo-cli/commit/6d19dda81c25f961d1750223c61375be99634a86))
|
|
1957
|
+
- remove production option and use only channel
|
|
1958
|
+
([881474e](https://github.com/Cap-go/capgo-cli/commit/881474ee86ea7736e51cbf39f4e590bcdc8c786e))
|
|
1959
|
+
- remove useless
|
|
1960
|
+
([512f293](https://github.com/Cap-go/capgo-cli/commit/512f2939e2663060e8c26fcd3c59af6f62453ea9))
|
|
1961
|
+
- remove useless comment
|
|
1962
|
+
([c02eb3f](https://github.com/Cap-go/capgo-cli/commit/c02eb3f84bf29ea0fe1cb7dc75d2b4c16bab0195))
|
|
1963
|
+
- remove useless import
|
|
1964
|
+
([c27bfa2](https://github.com/Cap-go/capgo-cli/commit/c27bfa2cc2992b39fba1f4c48a1f4ed4a1ba68a1))
|
|
1965
|
+
- remove useless key for now
|
|
1966
|
+
([ecd5ef6](https://github.com/Cap-go/capgo-cli/commit/ecd5ef614a2a2ad642153e8aa782236513e0a71c))
|
|
1967
|
+
- remove version from mendatory field in set
|
|
1968
|
+
([0317608](https://github.com/Cap-go/capgo-cli/commit/03176089e098d4c7f9be301def41fb95059776b0))
|
|
1969
|
+
- rename var to privateKey in decode
|
|
1970
|
+
([5d3a74d](https://github.com/Cap-go/capgo-cli/commit/5d3a74d9ccba4c88957b448f0c1b7dabcf1d3bca))
|
|
1971
|
+
- replace all console.error by program exit
|
|
1972
|
+
([75ed825](https://github.com/Cap-go/capgo-cli/commit/75ed825f16501a5b601cd54c5c9bc8c99de26b1f))
|
|
1973
|
+
- return app versions ordered by id
|
|
1974
|
+
([4924f39](https://github.com/Cap-go/capgo-cli/commit/4924f39ded74348966d0f5bb2ead65eb5af66a77))
|
|
1975
|
+
- revert to old upload logic
|
|
1976
|
+
([cf409b2](https://github.com/Cap-go/capgo-cli/commit/cf409b23de676e70906499a5d2152748c517df16))
|
|
1977
|
+
- right issue in cli
|
|
1978
|
+
([6ec7c47](https://github.com/Cap-go/capgo-cli/commit/6ec7c4766312cb386a2fe33f06080a4bb743a2e4))
|
|
1979
|
+
- semver issue use official regex
|
|
1980
|
+
([15f57e6](https://github.com/Cap-go/capgo-cli/commit/15f57e631d38fedad2d0d3a8a977f170411665ec))
|
|
1981
|
+
- stats add automatic unknown and builtin version
|
|
1982
|
+
([fab503b](https://github.com/Cap-go/capgo-cli/commit/fab503bf15c8e8884111c7bf6aa0006742902a65))
|
|
1983
|
+
- supa config
|
|
1984
|
+
([d540d69](https://github.com/Cap-go/capgo-cli/commit/d540d6996b81b43f11295e2980c731842164e615))
|
|
1985
|
+
- test other error log
|
|
1986
|
+
([dfc0e00](https://github.com/Cap-go/capgo-cli/commit/dfc0e004f5e4c8c84c8f4d62d6a18325925d1772))
|
|
1987
|
+
- tigger CI
|
|
1988
|
+
([856e137](https://github.com/Cap-go/capgo-cli/commit/856e137cea02a7c3e9dd6159fef2c00d4003dac6))
|
|
1989
|
+
- types
|
|
1990
|
+
([8bf51d8](https://github.com/Cap-go/capgo-cli/commit/8bf51d87015d5e59ae6fa8c782f78d12a6fb8993))
|
|
1991
|
+
- types
|
|
1992
|
+
([4f9b00f](https://github.com/Cap-go/capgo-cli/commit/4f9b00ff2d1baac0361f818e6350d267ad9d799d))
|
|
1993
|
+
- typing issues
|
|
1994
|
+
([3715a6e](https://github.com/Cap-go/capgo-cli/commit/3715a6ed7f09fccc47779f9fc6ea5473def32e54))
|
|
1995
|
+
- typo
|
|
1996
|
+
([4628ffa](https://github.com/Cap-go/capgo-cli/commit/4628ffa188ff431a8e0577f9360d9f6af57a9381))
|
|
1997
|
+
- typo
|
|
1998
|
+
([304d531](https://github.com/Cap-go/capgo-cli/commit/304d53140240aace26f9d651a89dbbebc76de3b9))
|
|
1999
|
+
- update to new is_good_plan + use is_paying
|
|
2000
|
+
([d0e5c2a](https://github.com/Cap-go/capgo-cli/commit/d0e5c2ae26800f0b21cdb444338c12cfa8380039))
|
|
2001
|
+
- upgrade cli-progress from 3.11.0 to 3.11.2
|
|
2002
|
+
([a846fed](https://github.com/Cap-go/capgo-cli/commit/a846fed7da4ffe35cfdfc6a10a4e8eae89cbb27d))
|
|
2003
|
+
- upgrade commander from 9.2.0 to 9.4.1
|
|
2004
|
+
([6c9e36f](https://github.com/Cap-go/capgo-cli/commit/6c9e36f82da1959edb934580b71ee78f9463decf))
|
|
2005
|
+
- upload
|
|
2006
|
+
([443da66](https://github.com/Cap-go/capgo-cli/commit/443da66c82da5c6e4044c5aa9254dffce101581d))
|
|
2007
|
+
- upload
|
|
2008
|
+
([9273f35](https://github.com/Cap-go/capgo-cli/commit/9273f35c77b992afc7aab441da1b12d3cf3e9215))
|
|
2009
|
+
- upload allow channel
|
|
2010
|
+
([8233e0f](https://github.com/Cap-go/capgo-cli/commit/8233e0ffaa42e0de6a5675a543ecc13d570f5811))
|
|
2011
|
+
- upload for folder bigger than 6 mb
|
|
2012
|
+
([001715a](https://github.com/Cap-go/capgo-cli/commit/001715a8ea51060a84b3a213b4aa424143bced65))
|
|
2013
|
+
- upload in new supabase method
|
|
2014
|
+
([940be30](https://github.com/Cap-go/capgo-cli/commit/940be3063d6b6d9a0475b48a436d4c60ae4489a6))
|
|
2015
|
+
- upload issue
|
|
2016
|
+
([4223612](https://github.com/Cap-go/capgo-cli/commit/422361211797e2111e08e4a43afe1de1b43e7871))
|
|
2017
|
+
- upload issue
|
|
2018
|
+
([d5afbcd](https://github.com/Cap-go/capgo-cli/commit/d5afbcd6ed6ba639522b6369dcfed98eb2b2901f))
|
|
2019
|
+
- upload multipart on new supabase function
|
|
2020
|
+
([46f4c94](https://github.com/Cap-go/capgo-cli/commit/46f4c94383a53e8dc8b1b2d69eb581e7597526bc))
|
|
2021
|
+
- upload use base64 to have more portable
|
|
2022
|
+
([d0d0042](https://github.com/Cap-go/capgo-cli/commit/d0d00420c9f82ac7f522c5e945c80297de29266b))
|
|
2023
|
+
- upload without key
|
|
2024
|
+
([af58b69](https://github.com/Cap-go/capgo-cli/commit/af58b69b1a283206319a80b1ca4da4c9e29604d9))
|
|
2025
|
+
- url use new one
|
|
2026
|
+
([620a5f1](https://github.com/Cap-go/capgo-cli/commit/620a5f153693142de1d787c407be532473cb64fa))
|
|
2027
|
+
- usage instructions
|
|
2028
|
+
([f6ddbd0](https://github.com/Cap-go/capgo-cli/commit/f6ddbd01ea6d777ec3c105daae2aaade4621dc26))
|
|
2029
|
+
- use appId as identifier
|
|
2030
|
+
([287e2d7](https://github.com/Cap-go/capgo-cli/commit/287e2d7acb9c02d07cc7ddb2f947d0024ea24f84))
|
|
2031
|
+
- use back binary
|
|
2032
|
+
([5f4d4f9](https://github.com/Cap-go/capgo-cli/commit/5f4d4f965c4254549ea33eba5983bb764eb64fa3))
|
|
2033
|
+
- use hostWeb instead of hardcoded
|
|
2034
|
+
([edc6aee](https://github.com/Cap-go/capgo-cli/commit/edc6aeed199e169427342f8b4fb5401adaa79dc3))
|
|
2035
|
+
- use latest webpack cli
|
|
2036
|
+
([2d2afda](https://github.com/Cap-go/capgo-cli/commit/2d2afdaac78ae44d7cbc634a9e2157185dcde71a))
|
|
2037
|
+
- use standar-version instead of cz
|
|
2038
|
+
([90b6372](https://github.com/Cap-go/capgo-cli/commit/90b63728777904c63f7f00e1b1ec0c46fbe32b0b))
|
|
2039
|
+
- use the prod env
|
|
2040
|
+
([1f976ac](https://github.com/Cap-go/capgo-cli/commit/1f976ac18fcb6d197a7c6e5b3c24f0d5fdf035d7))
|
|
2041
|
+
- validation issue semver
|
|
2042
|
+
([c2368d5](https://github.com/Cap-go/capgo-cli/commit/c2368d53ce1736ccdd689a957f86796a3d1c71e7))
|
|
2043
|
+
- version number
|
|
2044
|
+
([f26da67](https://github.com/Cap-go/capgo-cli/commit/f26da67684b800d460fe74d2fd711ec4487e5c9f))
|
|
1830
2045
|
|
|
1831
2046
|
## 1.6.2 (2022-11-24)
|
|
1832
2047
|
|
|
@@ -2146,7 +2361,7 @@ All notable changes to this project will be documented in this file. See [standa
|
|
|
2146
2361
|
|
|
2147
2362
|
### Fix
|
|
2148
2363
|
|
|
2149
|
-
- addcheck
|
|
2364
|
+
- addcheck exist_app_versions in upload
|
|
2150
2365
|
|
|
2151
2366
|
## 0.13.6 (2022-06-10)
|
|
2152
2367
|
|