@capgo/cli 4.13.9 → 4.13.10

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.
Files changed (57) hide show
  1. package/dist/index.js +214 -114693
  2. package/package.json +32 -33
  3. package/.github/FUNDING.yml +0 -1
  4. package/.github/workflows/build.yml +0 -46
  5. package/.github/workflows/bump_version.yml +0 -56
  6. package/.github/workflows/test.yml +0 -30
  7. package/.prettierignore +0 -6
  8. package/.vscode/launch.json +0 -23
  9. package/.vscode/settings.json +0 -46
  10. package/.vscode/tasks.json +0 -42
  11. package/CHANGELOG.md +0 -2739
  12. package/build.mjs +0 -23
  13. package/bun.lockb +0 -0
  14. package/capacitor.config.ts +0 -33
  15. package/crypto_explained.png +0 -0
  16. package/eslint.config.js +0 -10
  17. package/renovate.json +0 -23
  18. package/src/api/app.ts +0 -55
  19. package/src/api/channels.ts +0 -140
  20. package/src/api/crypto.ts +0 -116
  21. package/src/api/devices_override.ts +0 -41
  22. package/src/api/update.ts +0 -13
  23. package/src/api/versions.ts +0 -101
  24. package/src/app/add.ts +0 -158
  25. package/src/app/debug.ts +0 -222
  26. package/src/app/delete.ts +0 -106
  27. package/src/app/info.ts +0 -90
  28. package/src/app/list.ts +0 -67
  29. package/src/app/set.ts +0 -94
  30. package/src/bundle/check.ts +0 -42
  31. package/src/bundle/cleanup.ts +0 -127
  32. package/src/bundle/compatibility.ts +0 -70
  33. package/src/bundle/decrypt.ts +0 -54
  34. package/src/bundle/delete.ts +0 -53
  35. package/src/bundle/encrypt.ts +0 -60
  36. package/src/bundle/list.ts +0 -43
  37. package/src/bundle/unlink.ts +0 -86
  38. package/src/bundle/upload.ts +0 -532
  39. package/src/bundle/zip.ts +0 -139
  40. package/src/channel/add.ts +0 -74
  41. package/src/channel/currentBundle.ts +0 -72
  42. package/src/channel/delete.ts +0 -52
  43. package/src/channel/list.ts +0 -49
  44. package/src/channel/set.ts +0 -178
  45. package/src/index.ts +0 -307
  46. package/src/init.ts +0 -342
  47. package/src/key.ts +0 -131
  48. package/src/login.ts +0 -70
  49. package/src/types/capacitor__cli.d.ts +0 -6
  50. package/src/types/supabase.types.ts +0 -2193
  51. package/src/user/account.ts +0 -11
  52. package/src/utils.ts +0 -956
  53. package/test/chunk_convert.ts +0 -28
  54. package/test/data.ts +0 -18769
  55. package/test/test_headers_rls.ts +0 -24
  56. package/test/test_semver.ts +0 -13
  57. package/tsconfig.json +0 -39
package/CHANGELOG.md DELETED
@@ -1,2739 +0,0 @@
1
- # Changelog
2
-
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
-
5
- ### [4.10.3](https://github.com/Cap-go/CLI/compare/v4.10.2...v4.10.3) (2024-05-14)
6
-
7
-
8
- ### Bug Fixes
9
-
10
- * info command ([a79f247](https://github.com/Cap-go/CLI/commit/a79f247160ad992688e297335cb4bacfe0e039a8))
11
-
12
- ### [4.10.2](https://github.com/Cap-go/CLI/compare/v4.10.1...v4.10.2) (2024-05-14)
13
-
14
-
15
- ### Bug Fixes
16
-
17
- * cleanup db functions ([22e9f7d](https://github.com/Cap-go/CLI/commit/22e9f7db9724a7245b7547757b66a40644ce4348))
18
-
19
- ### [4.10.1](https://github.com/Cap-go/CLI/compare/v4.10.0...v4.10.1) (2024-05-14)
20
-
21
-
22
- ### Bug Fixes
23
-
24
- * add missing new userID in logsnag ([0dcf806](https://github.com/Cap-go/CLI/commit/0dcf8063e8819fc3cd0c623f7f761025216d7558))
25
-
26
- ## [4.10.0](https://github.com/Cap-go/CLI/compare/v4.9.3...v4.10.0) (2024-05-14)
27
-
28
-
29
- ### Features
30
-
31
- * allow get userId from CLI ([2f3857e](https://github.com/Cap-go/CLI/commit/2f3857ec23a946f137eded6f94b8a235be18b666))
32
-
33
- ### [4.9.3](https://github.com/Cap-go/CLI/compare/v4.9.2...v4.9.3) (2024-05-14)
34
-
35
- ### [4.9.2](https://github.com/Cap-go/CLI/compare/v4.9.1...v4.9.2) (2024-05-13)
36
-
37
-
38
- ### Bug Fixes
39
-
40
- * types ([84cc60b](https://github.com/Cap-go/CLI/commit/84cc60b1f64167978f7fbba6b6a2aafd9b585fda))
41
-
42
- ### [4.9.1](https://github.com/Cap-go/CLI/compare/v4.9.0...v4.9.1) (2024-05-13)
43
-
44
-
45
- ### Bug Fixes
46
-
47
- * use latest versions ([8e9e4e0](https://github.com/Cap-go/CLI/commit/8e9e4e0d383b460a88bf19f101db3d80dc914343))
48
-
49
- ## [4.9.0](https://github.com/Cap-go/CLI/compare/v4.8.3...v4.9.0) (2024-05-13)
50
-
51
-
52
- ### Features
53
-
54
- * search for root dir for mono repo ([1581130](https://github.com/Cap-go/CLI/commit/1581130b168b95012b8f36aed67ddeb5ecaa2c66))
55
-
56
- ### [4.8.3](https://github.com/Cap-go/CLI/compare/v4.8.2...v4.8.3) (2024-05-13)
57
-
58
-
59
- ### Bug Fixes
60
-
61
- * issue find-package-manager ([66667cf](https://github.com/Cap-go/CLI/commit/66667cf3af6fdd417620573c91c4df3f2be10ebb))
62
-
63
- ### [4.8.2](https://github.com/Cap-go/CLI/compare/v4.8.1...v4.8.2) (2024-05-11)
64
-
65
- ### [4.8.1](https://github.com/Cap-go/CLI/compare/v4.8.0...v4.8.1) (2024-05-11)
66
-
67
- ## [4.8.0](https://github.com/Cap-go/CLI/compare/v4.7.0...v4.8.0) (2024-05-10)
68
-
69
-
70
- ### Features
71
-
72
- * auto select package manager and runner ([94f8bef](https://github.com/Cap-go/CLI/commit/94f8bef06efeafbd5cff1979f5ed75de2a523caa))
73
-
74
- ## [4.7.0](https://github.com/Cap-go/CLI/compare/v4.6.3...v4.7.0) (2024-05-10)
75
-
76
-
77
- ### Features
78
-
79
- * add upload time + correct PM name ([af61757](https://github.com/Cap-go/CLI/commit/af6175751d92070088d4569b892a333a3e1a1063))
80
-
81
- ### [4.6.3](https://github.com/Cap-go/CLI/compare/v4.6.2...v4.6.3) (2024-05-10)
82
-
83
-
84
- ### Bug Fixes
85
-
86
- * add timeout option ([e8c8890](https://github.com/Cap-go/CLI/commit/e8c8890204bc327443a58b303c5fe8ae132dab2d))
87
-
88
- ### [4.6.2](https://github.com/Cap-go/CLI/compare/v4.6.1...v4.6.2) (2024-05-08)
89
-
90
-
91
- ### Bug Fixes
92
-
93
- * better handle nuxt and nextjs ([7f9c0a0](https://github.com/Cap-go/CLI/commit/7f9c0a04ac5097b5ea7b9b9edb0dc815e43ca2e7))
94
-
95
- ### [4.6.1](https://github.com/Cap-go/CLI/compare/v4.6.0...v4.6.1) (2024-05-08)
96
-
97
-
98
- ### Bug Fixes
99
-
100
- * force encryption when init and exist ([f6be928](https://github.com/Cap-go/CLI/commit/f6be9281dc8e978fc1a7e80174a884c50d46c495))
101
-
102
- ## [4.6.0](https://github.com/Cap-go/CLI/compare/v4.5.0...v4.6.0) (2024-05-08)
103
-
104
-
105
- ### Features
106
-
107
- * allow set dev device and emulators ([bdb3517](https://github.com/Cap-go/CLI/commit/bdb3517586c34b6a980727f4037540c5d48bda1b))
108
- * Show migration for v5 apps, but allow work ([df4de91](https://github.com/Cap-go/CLI/commit/df4de915b8805f560137364e5764325a8da5e7ef))
109
-
110
- ## [4.5.0](https://github.com/Cap-go/CLI/compare/v4.4.5...v4.5.0) (2024-05-02)
111
-
112
-
113
- ### Features
114
-
115
- * remove old code and cleanup eslint ([963a50d](https://github.com/Cap-go/CLI/commit/963a50dc23b7f8244cfaabfe437881817c9617b4))
116
-
117
- ### [4.4.5](https://github.com/Cap-go/CLI/compare/v4.4.4...v4.4.5) (2024-04-25)
118
-
119
-
120
- ### Bug Fixes
121
-
122
- * better message recomendation for CLI ([23aad3e](https://github.com/Cap-go/CLI/commit/23aad3e081ed733259efa0ac66668bfbf653b65c))
123
-
124
- ### [4.4.4](https://github.com/Cap-go/CLI/compare/v4.4.3...v4.4.4) (2024-04-23)
125
-
126
-
127
- ### Bug Fixes
128
-
129
- * use nodejs 18 compat version ([06c478a](https://github.com/Cap-go/CLI/commit/06c478ae61c1efb9a6e39d7a407b00e0e0c804d4))
130
-
131
- ### [4.4.3](https://github.com/Cap-go/CLI/compare/v4.4.2...v4.4.3) (2024-04-23)
132
-
133
-
134
- ### Bug Fixes
135
-
136
- * make node18 as min version ([d052828](https://github.com/Cap-go/CLI/commit/d05282878df55236a20b19bd6d8f99cbfe5bae20))
137
-
138
- ### [4.4.2](https://github.com/Cap-go/CLI/compare/v4.4.1...v4.4.2) (2024-04-23)
139
-
140
-
141
- ### Bug Fixes
142
-
143
- * downgrade min version to node 18 ([b2da10b](https://github.com/Cap-go/CLI/commit/b2da10bd3fdc54a43d01c1700cfa08937ea278fa))
144
-
145
- ### [4.4.1](https://github.com/Cap-go/CLI/compare/v4.4.0...v4.4.1) (2024-04-21)
146
-
147
-
148
- ### Bug Fixes
149
-
150
- * lint issue auto delete ([3d343e2](https://github.com/Cap-go/CLI/commit/3d343e29522b4de725836965c9ec2aabcf469171))
151
-
152
- ## [4.4.0](https://github.com/Cap-go/CLI/compare/v4.3.6...v4.4.0) (2024-04-21)
153
-
154
-
155
- ### Features
156
-
157
- * add auto delete Failed Versions upload ([8ba691c](https://github.com/Cap-go/CLI/commit/8ba691c116b92ababa2870fd5ed9479b9286242d))
158
-
159
- ### [4.3.6](https://github.com/Cap-go/CLI/compare/v4.3.5...v4.3.6) (2024-04-21)
160
-
161
-
162
- ### Bug Fixes
163
-
164
- * add more retry ([a3e4c8e](https://github.com/Cap-go/CLI/commit/a3e4c8e3de66a9dca05fd48a4c480c6b54328c1b))
165
-
166
- ### [4.3.5](https://github.com/Cap-go/CLI/compare/v4.3.4...v4.3.5) (2024-04-18)
167
-
168
- ### [4.3.4](https://github.com/Cap-go/CLI/compare/v4.3.3...v4.3.4) (2024-04-17)
169
-
170
- ### [4.3.3](https://github.com/Cap-go/CLI/compare/v4.3.2...v4.3.3) (2024-04-16)
171
-
172
- ### [4.3.2](https://github.com/Cap-go/CLI/compare/v4.3.1...v4.3.2) (2024-04-14)
173
-
174
- ### [4.3.1](https://github.com/Cap-go/CLI/compare/v4.3.0...v4.3.1) (2024-04-14)
175
-
176
- ## [4.3.0](https://github.com/Cap-go/CLI/compare/v4.2.12...v4.3.0) (2024-03-31)
177
-
178
-
179
- ### Features
180
-
181
- * add S3 upload support ([f0353f5](https://github.com/Cap-go/CLI/commit/f0353f583a265a6d4f3621639384b1b43f60f53e))
182
-
183
- ### [4.2.12](https://github.com/Cap-go/CLI/compare/v4.2.11...v4.2.12) (2024-03-29)
184
-
185
-
186
- ### Bug Fixes
187
-
188
- * types issue ([ad9afa1](https://github.com/Cap-go/CLI/commit/ad9afa184f35863ba0d9f942bed133ee68e9661a))
189
-
190
- ### [4.2.11](https://github.com/Cap-go/CLI/compare/v4.2.10...v4.2.11) (2024-03-25)
191
-
192
- ### [4.2.10](https://github.com/Cap-go/CLI/compare/v4.2.9...v4.2.10) (2024-03-25)
193
-
194
- ### [4.2.9](https://github.com/Cap-go/CLI/compare/v4.2.8...v4.2.9) (2024-03-23)
195
-
196
-
197
- ### Bug Fixes
198
-
199
- * empty list issue ([dac8617](https://github.com/Cap-go/CLI/commit/dac86177c55c71bd3ad3bbbca7833ba30d461c33))
200
-
201
- ### [4.2.8](https://github.com/Cap-go/CLI/compare/v4.2.7...v4.2.8) (2024-03-23)
202
-
203
- ### [4.2.7](https://github.com/Cap-go/CLI/compare/v4.2.6...v4.2.7) (2024-03-23)
204
-
205
-
206
- ### Bug Fixes
207
-
208
- * lint issue ([a836b3c](https://github.com/Cap-go/CLI/commit/a836b3cf59a6396f2200a3a5383d5dd10e19ad07))
209
-
210
- ### [4.2.6](https://github.com/Cap-go/CLI/compare/v4.2.5...v4.2.6) (2024-03-23)
211
-
212
-
213
- ### Bug Fixes
214
-
215
- * lint ([92b0e46](https://github.com/Cap-go/CLI/commit/92b0e462b7cc3d2c77b585d6596aba746df16b71))
216
- * upload ([394b2ce](https://github.com/Cap-go/CLI/commit/394b2ceb1947de2e86870f1f3d57e9efe646b40a))
217
-
218
- ### [4.2.5](https://github.com/Cap-go/CLI/compare/v4.2.4...v4.2.5) (2024-03-22)
219
-
220
-
221
- ### Bug Fixes
222
-
223
- * zip json output ([4028f9b](https://github.com/Cap-go/CLI/commit/4028f9b79b3c53a7967a137784918f4ac614d011))
224
-
225
- ### [4.2.4](https://github.com/Cap-go/CLI/compare/v4.2.3...v4.2.4) (2024-03-22)
226
-
227
-
228
- ### Bug Fixes
229
-
230
- * make no-key works ([11eed1a](https://github.com/Cap-go/CLI/commit/11eed1a515d44800ef369303dd14c5218b2164ca))
231
-
232
- ### [4.2.3](https://github.com/Cap-go/CLI/compare/v4.2.2...v4.2.3) (2024-03-12)
233
-
234
-
235
- ### Bug Fixes
236
-
237
- * issue check plan ([ed64d10](https://github.com/Cap-go/CLI/commit/ed64d107612cfc58548dca80bf1915e90b98ec33))
238
-
239
- ### [4.2.2](https://github.com/Cap-go/CLI/compare/v4.2.1...v4.2.2) (2024-03-11)
240
-
241
- ### [4.2.1](https://github.com/Cap-go/CLI/compare/v4.2.0...v4.2.1) (2024-03-08)
242
-
243
-
244
- ### Bug Fixes
245
-
246
- * test file ([2094dc5](https://github.com/Cap-go/CLI/commit/2094dc58421410130f89965d5ea0c265dc563f54))
247
-
248
- ## [4.2.0](https://github.com/Cap-go/CLI/compare/v4.1.0...v4.2.0) (2024-03-04)
249
-
250
-
251
- ### Features
252
-
253
- * allow ussage of version in Capcitor config instead of package.json ([7b2084a](https://github.com/Cap-go/CLI/commit/7b2084ab6a8d1cede375cb393b6718f3a5aa23dc))
254
-
255
- ## [4.1.0](https://github.com/Cap-go/CLI/compare/v4.0.14...v4.1.0) (2024-02-27)
256
-
257
-
258
- ### Features
259
-
260
- * better channel list ([93c8b04](https://github.com/Cap-go/CLI/commit/93c8b04407d1b3fe43963d9d8f11dc5e419008e8))
261
-
262
- ### [4.0.14](https://github.com/Cap-go/CLI/compare/v4.0.13...v4.0.14) (2024-02-27)
263
-
264
- ### [4.0.13](https://github.com/Cap-go/CLI/compare/v4.0.12...v4.0.13) (2024-02-26)
265
-
266
-
267
- ### Bug Fixes
268
-
269
- * add back lint with same config as usual ([8542260](https://github.com/Cap-go/CLI/commit/8542260aacd26842acbd4d623c4ef960fc776cec))
270
- * formating with clack of doctor command ([4bd7182](https://github.com/Cap-go/CLI/commit/4bd71820d9aab67e9d12048d140a4eb76d807859))
271
-
272
- ### [4.0.12](https://github.com/Cap-go/CLI/compare/v4.0.11...v4.0.12) (2024-02-26)
273
-
274
- ### [4.0.11](https://github.com/Cap-go/CLI/compare/v4.0.10...v4.0.11) (2024-02-25)
275
-
276
-
277
- ### Bug Fixes
278
-
279
- * deploy new is_good_plan_v5 ([38bc592](https://github.com/Cap-go/CLI/commit/38bc592312f5d6e351c7da3be3ea423e2747553e))
280
-
281
- ### [4.0.10](https://github.com/Cap-go/CLI/compare/v4.0.9...v4.0.10) (2024-02-24)
282
-
283
-
284
- ### Bug Fixes
285
-
286
- * types ([8a69dd1](https://github.com/Cap-go/CLI/commit/8a69dd1bddea49e1dee7f0f24ed030c6583da049))
287
-
288
- ### [4.0.9](https://github.com/Cap-go/CLI/compare/v4.0.8...v4.0.9) (2024-02-23)
289
-
290
-
291
- ### Bug Fixes
292
-
293
- * timeout issue ([2377461](https://github.com/Cap-go/CLI/commit/237746148224fe146abc5cc733739cde6bc0701d))
294
-
295
- ### [4.0.8](https://github.com/Cap-go/CLI/compare/v4.0.7...v4.0.8) (2024-02-19)
296
-
297
-
298
- ### Bug Fixes
299
-
300
- * prevent usage of default appId ([8fa2002](https://github.com/Cap-go/CLI/commit/8fa2002f2913f84e52390bcf9cf147a954573867))
301
-
302
- ### [4.0.7](https://github.com/Cap-go/CLI/compare/v4.0.6...v4.0.7) (2024-02-18)
303
-
304
-
305
- ### Bug Fixes
306
-
307
- * use new endpoint path ([f3b5ae3](https://github.com/Cap-go/CLI/commit/f3b5ae3b355a04d4ff804da25870c16d9a31392b))
308
-
309
- ### [4.0.6](https://github.com/Cap-go/CLI/compare/v4.0.5...v4.0.6) (2024-02-18)
310
-
311
-
312
- ### Bug Fixes
313
-
314
- * provenance ([12c8e62](https://github.com/Cap-go/CLI/commit/12c8e62634f49304712fc398717ef21b125a60d1))
315
-
316
- ### [4.0.5](https://github.com/Cap-go/capgo-cli/compare/v4.0.4...v4.0.5) (2024-02-18)
317
-
318
-
319
- ### Bug Fixes
320
-
321
- * add missing flag ([b4356a2](https://github.com/Cap-go/capgo-cli/commit/b4356a28c466d1745238bc8b240300ad73655c07))
322
-
323
- ### [4.0.4](https://github.com/Cap-go/capgo-cli/compare/v4.0.3...v4.0.4) (2024-02-18)
324
-
325
-
326
- ### Bug Fixes
327
-
328
- * add provenance ([bdbe14f](https://github.com/Cap-go/capgo-cli/commit/bdbe14f78ba59bcda9b6ee6c35f8bc6e56103463))
329
-
330
- ### [4.0.3](https://github.com/Cap-go/capgo-cli/compare/v4.0.2...v4.0.3) (2024-02-18)
331
-
332
-
333
- ### Bug Fixes
334
-
335
- * add provenance ([a70f6bb](https://github.com/Cap-go/capgo-cli/commit/a70f6bbc3e4b2e88f7c87e704c062d4832f4f674))
336
-
337
- ### [4.0.2](https://github.com/Cap-go/capgo-cli/compare/v4.0.1...v4.0.2) (2024-02-17)
338
-
339
-
340
- ### Bug Fixes
341
-
342
- * add log when using custom supabase ([8a22378](https://github.com/Cap-go/capgo-cli/commit/8a223783cb95ec9a80555fb21f963fd9c38c311d))
343
-
344
- ### [4.0.1](https://github.com/Cap-go/capgo-cli/compare/v4.0.0...v4.0.1) (2024-02-10)
345
-
346
-
347
- ### Bug Fixes
348
-
349
- * upload issue ([3dab88a](https://github.com/Cap-go/capgo-cli/commit/3dab88adab1072ce2a5976b2189828d754bdd45b))
350
-
351
- ## [4.0.0](https://github.com/Cap-go/capgo-cli/compare/v3.14.71...v4.0.0) (2024-02-10)
352
-
353
-
354
- ### ⚠ BREAKING CHANGES
355
-
356
- * use node 20
357
-
358
- ### Features
359
-
360
- * use node 20 ([203a7da](https://github.com/Cap-go/capgo-cli/commit/203a7dad33693678551a6a0beccf7547289ba4d8))
361
-
362
- ### [3.14.71](https://github.com/Cap-go/capgo-cli/compare/v3.14.70...v3.14.71) (2024-02-10)
363
-
364
- ### [3.14.70](https://github.com/Cap-go/capgo-cli/compare/v3.14.69...v3.14.70) (2024-02-10)
365
-
366
-
367
- ### Bug Fixes
368
-
369
- * wrong log ([a90f667](https://github.com/Cap-go/capgo-cli/commit/a90f6670c8fc3eee1a7e1d95bf07a480c8a4d2f1))
370
-
371
- ### [3.14.69](https://github.com/Cap-go/capgo-cli/compare/v3.14.68...v3.14.69) (2024-02-10)
372
-
373
-
374
- ### Bug Fixes
375
-
376
- * use new npm CI ([4bb5534](https://github.com/Cap-go/capgo-cli/commit/4bb553468f1d8b82f88a340cab9d28d914a614e0))
377
-
378
- ### [3.14.68](https://github.com/Cap-go/capgo-cli/compare/v3.14.67...v3.14.68) (2024-02-10)
379
-
380
-
381
- ### Bug Fixes
382
-
383
- * CI use not deprecated ([173dea7](https://github.com/Cap-go/capgo-cli/commit/173dea71e5812bc0d7c3d2b05a20489b00a8a8e2))
384
-
385
- ### [3.14.67](https://github.com/Cap-go/capgo-cli/compare/v3.14.66...v3.14.67) (2024-02-10)
386
-
387
-
388
- ### Bug Fixes
389
-
390
- * CI build ([6fcba71](https://github.com/Cap-go/capgo-cli/commit/6fcba71280864d81b0ddab6c62b1d3289fd0aa11))
391
-
392
- ### 3.14.66 (2024-02-10)
393
-
394
-
395
- ### Bug Fixes
396
-
397
- * CI ([c57026d](https://github.com/Cap-go/capgo-cli/commit/c57026d07d9d5d2d26725d37f79a0ed3b1f860a3))
398
-
399
- ### [3.14.65](https://github.com/Cap-go/capgo-cli/compare/v3.14.64...v3.14.65) (2024-02-08)
400
-
401
-
402
- ### Bug Fixes
403
-
404
- * lint issue ([28d026a](https://github.com/Cap-go/capgo-cli/commit/28d026a50e366a13b6f866784a4655c8ba6cc6c0))
405
-
406
- ### [3.14.64](https://github.com/Cap-go/capgo-cli/compare/v3.14.63...v3.14.64) (2024-02-06)
407
-
408
- ### [3.14.63](https://github.com/Cap-go/capgo-cli/compare/v3.14.62...v3.14.63) (2024-02-02)
409
-
410
- ### [3.14.62](https://github.com/Cap-go/capgo-cli/compare/v3.14.61...v3.14.62) (2024-02-01)
411
-
412
- ### [3.14.61](https://github.com/Cap-go/capgo-cli/compare/v3.14.60...v3.14.61) (2024-01-22)
413
-
414
- ### [3.14.60](https://github.com/Cap-go/capgo-cli/compare/v3.14.59...v3.14.60) (2024-01-15)
415
-
416
- ### [3.14.59](https://github.com/Cap-go/capgo-cli/compare/v3.14.58...v3.14.59) (2024-01-08)
417
-
418
- ### [3.14.58](https://github.com/Cap-go/capgo-cli/compare/v3.14.57...v3.14.58) (2024-01-01)
419
-
420
- ### [3.14.57](https://github.com/Cap-go/capgo-cli/compare/v3.14.56...v3.14.57) (2023-12-30)
421
-
422
-
423
- ### Bug Fixes
424
-
425
- * switch to bun ([cc57c3e](https://github.com/Cap-go/capgo-cli/commit/cc57c3e91275258bd7ec639325a4b4c5c248b2b3))
426
-
427
- ### [3.14.56](https://github.com/Cap-go/capgo-cli/compare/v3.14.55...v3.14.56) (2023-12-29)
428
-
429
- ### [3.14.51-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v3.14.50...v3.14.51-alpha.0) (2023-12-02)
430
-
431
- ### [3.14.44-alpha.1](https://github.com/Cap-go/capgo-cli/compare/v3.14.44-alpha.0...v3.14.44-alpha.1) (2023-11-23)
432
-
433
- ### [3.14.55](https://github.com/Cap-go/capgo-cli/compare/v3.14.54...v3.14.55) (2023-12-29)
434
-
435
- ### [3.14.54](https://github.com/Cap-go/capgo-cli/compare/v3.14.53...v3.14.54) (2023-12-11)
436
-
437
- ### [3.14.53](https://github.com/Cap-go/capgo-cli/compare/v3.14.52...v3.14.53) (2023-12-11)
438
-
439
- ### [3.14.52](https://github.com/Cap-go/capgo-cli/compare/v3.14.51...v3.14.52) (2023-12-04)
440
-
441
- ### [3.14.51](https://github.com/Cap-go/capgo-cli/compare/v3.14.50...v3.14.51) (2023-12-04)
442
-
443
- ### [3.14.50](https://github.com/Cap-go/capgo-cli/compare/v3.14.49...v3.14.50) (2023-11-27)
444
-
445
- ### [3.14.49](https://github.com/Cap-go/capgo-cli/compare/v3.14.48...v3.14.49) (2023-11-27)
446
-
447
-
448
- ### Bug Fixes
449
-
450
- * lint issue ([9200c0d](https://github.com/Cap-go/capgo-cli/commit/9200c0dc46710b7c10c6fb2c7120a8fe948878c3))
451
-
452
- ### [3.14.48](https://github.com/Cap-go/capgo-cli/compare/v3.14.47...v3.14.48) (2023-11-27)
453
-
454
-
455
- ### Bug Fixes
456
-
457
- * add better messages ([00a1d0c](https://github.com/Cap-go/capgo-cli/commit/00a1d0c57de6b1ee5e2d57a567e7fb537c533178))
458
-
459
- ### [3.14.47](https://github.com/Cap-go/capgo-cli/compare/v3.14.46...v3.14.47) (2023-11-27)
460
-
461
-
462
- ### Bug Fixes
463
-
464
- * debug command ([4cda008](https://github.com/Cap-go/capgo-cli/commit/4cda008e0505969293d7e958bd0c54746a1c6223))
465
-
466
- ### [3.14.46](https://github.com/Cap-go/capgo-cli/compare/v3.14.45...v3.14.46) (2023-11-27)
467
-
468
- ### [3.14.45](https://github.com/Cap-go/capgo-cli/compare/v3.14.44...v3.14.45) (2023-11-23)
469
-
470
-
471
- ### Bug Fixes
472
-
473
- * dep updates ([06307ad](https://github.com/Cap-go/capgo-cli/commit/06307ad7b78d69fef4a54bf6cae67b019a34b5ef))
474
-
475
- ### [3.14.44](https://github.com/Cap-go/capgo-cli/compare/v3.14.44-alpha.0...v3.14.44) (2023-11-23)
476
-
477
-
478
- ### Bug Fixes
479
-
480
- * remove osName ([45fe056](https://github.com/Cap-go/capgo-cli/commit/45fe05699852ce6af4c6762ad95b782ed70567f1))
481
-
482
- ### [3.14.44-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v3.14.43...v3.14.44-alpha.0) (2023-11-20)
483
-
484
- ## [3.0.0-alpha.3](https://github.com/Cap-go/capgo-cli/compare/v2.7.0...v3.0.0-alpha.3) (2023-02-20)
485
-
486
- ### [3.14.43](https://github.com/Cap-go/capgo-cli/compare/v3.14.42...v3.14.43) (2023-11-17)
487
-
488
- ### [3.14.42](https://github.com/Cap-go/capgo-cli/compare/v3.14.41...v3.14.42) (2023-11-13)
489
-
490
-
491
- ### Bug Fixes
492
-
493
- * message to look less problematic ([c641706](https://github.com/Cap-go/capgo-cli/commit/c641706d285730ffc6dbcf6876b2d52deda8af1f))
494
-
495
- ### [3.14.41](https://github.com/Cap-go/capgo-cli/compare/v3.14.40...v3.14.41) (2023-11-13)
496
-
497
- ### [3.14.40](https://github.com/Cap-go/capgo-cli/compare/v3.14.39...v3.14.40) (2023-11-13)
498
-
499
- ### [3.14.39](https://github.com/Cap-go/capgo-cli/compare/v3.14.38...v3.14.39) (2023-11-11)
500
-
501
- ### [3.14.38](https://github.com/Cap-go/capgo-cli/compare/v3.14.37...v3.14.38) (2023-11-11)
502
-
503
-
504
- ### Bug Fixes
505
-
506
- * **deps:** update dependency @capacitor/cli to v5.5.1 ([080b120](https://github.com/Cap-go/capgo-cli/commit/080b1208efaefe3b94d52c4292eccb458163e812))
507
-
508
- ### [3.14.37](https://github.com/Cap-go/capgo-cli/compare/v3.14.36...v3.14.37) (2023-11-11)
509
-
510
- ### [3.14.36](https://github.com/Cap-go/capgo-cli/compare/v3.14.35...v3.14.36) (2023-11-11)
511
-
512
- ### [3.14.35](https://github.com/Cap-go/capgo-cli/compare/v3.14.34...v3.14.35) (2023-11-10)
513
-
514
- ### [3.14.34](https://github.com/Cap-go/capgo-cli/compare/v3.14.33...v3.14.34) (2023-11-07)
515
-
516
- ### [3.14.33](https://github.com/Cap-go/capgo-cli/compare/v3.14.32...v3.14.33) (2023-11-02)
517
-
518
- ### [3.14.32](https://github.com/Cap-go/capgo-cli/compare/v3.14.31...v3.14.32) (2023-11-02)
519
-
520
-
521
- ### Bug Fixes
522
-
523
- * getRemoteDepenencies use appID ([dac09a5](https://github.com/Cap-go/capgo-cli/commit/dac09a5727da6fd57671c6f05951a469acf762db))
524
-
525
- ### [3.14.31](https://github.com/Cap-go/capgo-cli/compare/v3.14.30...v3.14.31) (2023-11-02)
526
-
527
-
528
- ### Bug Fixes
529
-
530
- * duplicated apikey ([001c63b](https://github.com/Cap-go/capgo-cli/commit/001c63bb5c033118e895bf6e9e2a0fa8699c0b7e))
531
-
532
- ### [3.14.30](https://github.com/Cap-go/capgo-cli/compare/v3.14.29...v3.14.30) (2023-11-02)
533
-
534
-
535
- ### Bug Fixes
536
-
537
- * issue apikey ([b7bfb27](https://github.com/Cap-go/capgo-cli/commit/b7bfb274c933210af0028f5ed58e7b2077d2283b))
538
-
539
- ### [3.14.29](https://github.com/Cap-go/capgo-cli/compare/v3.14.28...v3.14.29) (2023-11-02)
540
-
541
-
542
- ### Bug Fixes
543
-
544
- * issue reading file in certain os ([d7dca17](https://github.com/Cap-go/capgo-cli/commit/d7dca1779e6b43df74c7955613ab19368c4ff90d))
545
-
546
- ### [3.14.28](https://github.com/Cap-go/capgo-cli/compare/v3.14.27...v3.14.28) (2023-11-01)
547
-
548
- ### [3.14.27](https://github.com/Cap-go/capgo-cli/compare/v3.14.26...v3.14.27) (2023-10-31)
549
-
550
-
551
- ### Bug Fixes
552
-
553
- * is_app_owner in the CLI ([5440fd4](https://github.com/Cap-go/capgo-cli/commit/5440fd4015c0b3bdf829e9e3196e714d8f73e35f))
554
-
555
- ### [3.14.26](https://github.com/Cap-go/capgo-cli/compare/v3.14.25...v3.14.26) (2023-10-31)
556
-
557
-
558
- ### Bug Fixes
559
-
560
- * add appId on list app command ([2b36ede](https://github.com/Cap-go/capgo-cli/commit/2b36ede3853e8756798d8af16a32c4f3675f8985))
561
-
562
- ### [3.14.25](https://github.com/Cap-go/capgo-cli/compare/v3.14.24...v3.14.25) (2023-10-31)
563
-
564
-
565
- ### Bug Fixes
566
-
567
- * build issue ([5c9391d](https://github.com/Cap-go/capgo-cli/commit/5c9391d607ba3221b9a0275fce2ccb2cbc351461))
568
-
569
- ### [3.14.24](https://github.com/Cap-go/capgo-cli/compare/v3.14.23...v3.14.24) (2023-10-31)
570
-
571
- ### [3.14.23](https://github.com/Cap-go/capgo-cli/compare/v3.14.22...v3.14.23) (2023-10-30)
572
-
573
-
574
- ### Bug Fixes
575
-
576
- * init issue with core version ([1e3971b](https://github.com/Cap-go/capgo-cli/commit/1e3971b96bb04c2cdf9317a7580a1128364f0373))
577
-
578
- ### [3.14.22](https://github.com/Cap-go/capgo-cli/compare/v3.14.21...v3.14.22) (2023-10-30)
579
-
580
-
581
- ### Bug Fixes
582
-
583
- * cli issue not cheking app right properly ([0f9a80b](https://github.com/Cap-go/capgo-cli/commit/0f9a80b677f3b75f9cdad6447fcb05a78fed3a64))
584
- * error messages format ([c976d49](https://github.com/Cap-go/capgo-cli/commit/c976d49229d4a50bd9813d270f4703a213166bdc))
585
-
586
- ### [3.14.21](https://github.com/Cap-go/capgo-cli/compare/v3.14.20...v3.14.21) (2023-10-23)
587
-
588
- ### [3.14.20](https://github.com/Cap-go/capgo-cli/compare/v3.14.19...v3.14.20) (2023-10-20)
589
-
590
-
591
- ### Bug Fixes
592
-
593
- * use remote config instead of in code config ([9c2f3ad](https://github.com/Cap-go/capgo-cli/commit/9c2f3ad09686694b6657d5aa5e194db9666a780d))
594
-
595
- ### [3.14.19](https://github.com/Cap-go/capgo-cli/compare/v3.14.18...v3.14.19) (2023-10-16)
596
-
597
- ### [3.14.18](https://github.com/Cap-go/capgo-cli/compare/v3.14.17...v3.14.18) (2023-10-16)
598
-
599
-
600
- ### Bug Fixes
601
-
602
- * **deps:** update dependency commander to v11.1.0 ([e18b072](https://github.com/Cap-go/capgo-cli/commit/e18b07264fb0705ca796198181656216cc057f3d))
603
-
604
- ### [3.14.17](https://github.com/Cap-go/capgo-cli/compare/v3.14.16...v3.14.17) (2023-10-16)
605
-
606
- ### [3.14.16](https://github.com/Cap-go/capgo-cli/compare/v3.14.15...v3.14.16) (2023-10-13)
607
-
608
-
609
- ### Bug Fixes
610
-
611
- * **deps:** update dependency @capacitor/cli to v5.5.0 ([1d7d46c](https://github.com/Cap-go/capgo-cli/commit/1d7d46cb885c471136bc2fd81594bf44edabba19))
612
-
613
- ### [3.14.15](https://github.com/Cap-go/capgo-cli/compare/v3.14.14...v3.14.15) (2023-10-13)
614
-
615
- ### [3.14.14](https://github.com/Cap-go/capgo-cli/compare/v3.14.13...v3.14.14) (2023-10-13)
616
-
617
- ### [3.14.13](https://github.com/Cap-go/capgo-cli/compare/v3.14.12...v3.14.13) (2023-10-12)
618
-
619
- ### [3.14.12](https://github.com/Cap-go/capgo-cli/compare/v3.14.11...v3.14.12) (2023-10-12)
620
-
621
- ### [3.14.11](https://github.com/Cap-go/capgo-cli/compare/v3.14.10...v3.14.11) (2023-10-12)
622
-
623
- ### [3.14.10](https://github.com/Cap-go/capgo-cli/compare/v3.14.9...v3.14.10) (2023-10-12)
624
-
625
- ### [3.14.9](https://github.com/Cap-go/capgo-cli/compare/v3.14.8...v3.14.9) (2023-10-12)
626
-
627
- ### [3.14.8](https://github.com/Cap-go/capgo-cli/compare/v3.14.7...v3.14.8) (2023-10-12)
628
-
629
-
630
- ### Bug Fixes
631
-
632
- * doctor command ([ef31b8e](https://github.com/Cap-go/capgo-cli/commit/ef31b8e3cd3378d32b96db45e171e98a39746f68))
633
-
634
- ### [3.14.7](https://github.com/Cap-go/capgo-cli/compare/v3.14.6...v3.14.7) (2023-10-12)
635
-
636
-
637
- ### Bug Fixes
638
-
639
- * remove log table ([202dcc4](https://github.com/Cap-go/capgo-cli/commit/202dcc4cfb2e752bfd6b6bfbd2cc2cd34661e877))
640
-
641
- ### [3.14.6](https://github.com/Cap-go/capgo-cli/compare/v3.14.5...v3.14.6) (2023-10-12)
642
-
643
-
644
- ### Bug Fixes
645
-
646
- * types ([679aa56](https://github.com/Cap-go/capgo-cli/commit/679aa5645c0ad0cadea7d6068ce61e547fa89fbb))
647
-
648
- ### [3.14.5](https://github.com/Cap-go/capgo-cli/compare/v3.14.4...v3.14.5) (2023-10-12)
649
-
650
- ### [3.14.4](https://github.com/Cap-go/capgo-cli/compare/v3.14.3...v3.14.4) (2023-10-09)
651
-
652
-
653
- ### Bug Fixes
654
-
655
- * add node version in doctor command ([a69018f](https://github.com/Cap-go/capgo-cli/commit/a69018f12c092c0da2d80e0fffa69468349f0bf8))
656
-
657
- ### [3.14.3](https://github.com/Cap-go/capgo-cli/compare/v3.14.2...v3.14.3) (2023-10-06)
658
-
659
-
660
- ### Bug Fixes
661
-
662
- * cli messages ([fe55c31](https://github.com/Cap-go/capgo-cli/commit/fe55c3139d1b7854ab54485cd5194d083efdd23b))
663
-
664
- ### [3.14.2](https://github.com/Cap-go/capgo-cli/compare/v3.14.1...v3.14.2) (2023-09-29)
665
-
666
-
667
- ### Bug Fixes
668
-
669
- * prevent v4 users to install capgo ([e0342c3](https://github.com/Cap-go/capgo-cli/commit/e0342c3d3fff5ab2a36d1213c92ca3650744c406))
670
-
671
- ### [3.14.1](https://github.com/Cap-go/capgo-cli/compare/v3.14.0...v3.14.1) (2023-09-27)
672
-
673
- ## [3.14.0](https://github.com/Cap-go/capgo-cli/compare/v3.13.31...v3.14.0) (2023-09-27)
674
-
675
-
676
- ### Features
677
-
678
- * add index check in upload ([09bcecc](https://github.com/Cap-go/capgo-cli/commit/09bcecc75534e802fb0a415ff880219a096d3959))
679
-
680
- ### [3.13.31](https://github.com/Cap-go/capgo-cli/compare/v3.13.30...v3.13.31) (2023-09-20)
681
-
682
-
683
- ### Bug Fixes
684
-
685
- * logsnag tracking issue ([695486a](https://github.com/Cap-go/capgo-cli/commit/695486a2a2aa39067b91db3af0d9027ffcb4d8ef))
686
-
687
- ### [3.13.30](https://github.com/Cap-go/capgo-cli/compare/v3.13.29...v3.13.30) (2023-09-19)
688
-
689
-
690
- ### Bug Fixes
691
-
692
- * lint ([2fee360](https://github.com/Cap-go/capgo-cli/commit/2fee360ebe64b39dae68ab2d071301c1044e7501))
693
-
694
- ### [3.13.29](https://github.com/Cap-go/capgo-cli/compare/v3.13.28...v3.13.29) (2023-09-19)
695
-
696
-
697
- ### Bug Fixes
698
-
699
- * comment old cloudflare for now ([e7f0b26](https://github.com/Cap-go/capgo-cli/commit/e7f0b26a49a9ee5df766bf8829f00333b95f711b))
700
-
701
- ### [3.13.28](https://github.com/Cap-go/capgo-cli/compare/v3.13.27...v3.13.28) (2023-09-19)
702
-
703
- ### [3.13.27](https://github.com/Cap-go/capgo-cli/compare/v3.13.26...v3.13.27) (2023-09-19)
704
-
705
-
706
- ### Bug Fixes
707
-
708
- * error in args ([785d7e2](https://github.com/Cap-go/capgo-cli/commit/785d7e23b6bd9d1ab5be0674600142a253f6b8d4))
709
-
710
- ### [3.13.26](https://github.com/Cap-go/capgo-cli/compare/v3.13.25...v3.13.26) (2023-09-19)
711
-
712
-
713
- ### Bug Fixes
714
-
715
- * missing ivSessionKey arg ([6d079f5](https://github.com/Cap-go/capgo-cli/commit/6d079f5f02fdbe2e96082fb2298f955277234e24))
716
-
717
- ### [3.13.25](https://github.com/Cap-go/capgo-cli/compare/v3.13.24...v3.13.25) (2023-09-19)
718
-
719
-
720
- ### Bug Fixes
721
-
722
- * list command issue ([cb46a1e](https://github.com/Cap-go/capgo-cli/commit/cb46a1e5849a64389355c937dba30455ecd5a35e))
723
-
724
- ### [3.13.24](https://github.com/Cap-go/capgo-cli/compare/v3.13.23...v3.13.24) (2023-09-19)
725
-
726
-
727
- ### Bug Fixes
728
-
729
- * stop trial warning when paying ([ec05657](https://github.com/Cap-go/capgo-cli/commit/ec0565759b4348c05626423c5aff553b42760746))
730
-
731
- ### [3.13.23](https://github.com/Cap-go/capgo-cli/compare/v3.13.22...v3.13.23) (2023-09-19)
732
-
733
- ### [3.13.22](https://github.com/Cap-go/capgo-cli/compare/v3.13.21...v3.13.22) (2023-09-19)
734
-
735
- ### [3.13.21](https://github.com/Cap-go/capgo-cli/compare/v3.13.20...v3.13.21) (2023-09-19)
736
-
737
- ### [3.13.20](https://github.com/Cap-go/capgo-cli/compare/v3.13.19...v3.13.20) (2023-09-18)
738
-
739
- ### [3.13.19](https://github.com/Cap-go/capgo-cli/compare/v3.13.18...v3.13.19) (2023-09-18)
740
-
741
- ### [3.13.18](https://github.com/Cap-go/capgo-cli/compare/v3.13.17...v3.13.18) (2023-09-18)
742
-
743
- ### [3.13.17](https://github.com/Cap-go/capgo-cli/compare/v3.13.16...v3.13.17) (2023-09-17)
744
-
745
- ### [3.13.16](https://github.com/Cap-go/capgo-cli/compare/v3.13.15...v3.13.16) (2023-09-06)
746
-
747
-
748
- ### Bug Fixes
749
-
750
- * keyData issue ([3547827](https://github.com/Cap-go/capgo-cli/commit/354782769292994408e3f980343c4b67f292b0bc))
751
-
752
- ### [3.13.15](https://github.com/Cap-go/capgo-cli/compare/v3.13.14...v3.13.15) (2023-09-05)
753
-
754
-
755
- ### Bug Fixes
756
-
757
- * keyData issue ([202780c](https://github.com/Cap-go/capgo-cli/commit/202780ce03cbac71510a6dced3960df8f544d2af))
758
-
759
- ### [3.13.14](https://github.com/Cap-go/capgo-cli/compare/v3.13.13...v3.13.14) (2023-08-30)
760
-
761
- ### [3.13.13](https://github.com/Cap-go/capgo-cli/compare/v3.13.12...v3.13.13) (2023-08-29)
762
-
763
-
764
- ### Bug Fixes
765
-
766
- * build issue ([a7464ac](https://github.com/Cap-go/capgo-cli/commit/a7464ac52646c20a62b05921ddcb08d9f68c3c91))
767
-
768
- ### [3.13.12](https://github.com/Cap-go/capgo-cli/compare/v3.13.11...v3.13.12) (2023-08-29)
769
-
770
-
771
- ### Bug Fixes
772
-
773
- * use only exist v2 ([e8053d8](https://github.com/Cap-go/capgo-cli/commit/e8053d81641c4620988edcf8fd74e1eddda4fb83))
774
-
775
- ### [3.13.11](https://github.com/Cap-go/capgo-cli/compare/v3.13.10...v3.13.11) (2023-08-28)
776
-
777
- ### [3.13.10](https://github.com/Cap-go/capgo-cli/compare/v3.13.9...v3.13.10) (2023-08-26)
778
-
779
-
780
- ### Bug Fixes
781
-
782
- * relove old log message ([186e68e](https://github.com/Cap-go/capgo-cli/commit/186e68e3558354377fcb6c01b5134521fcdc292c))
783
-
784
- ### [3.13.9](https://github.com/Cap-go/capgo-cli/compare/v3.13.8...v3.13.9) (2023-08-26)
785
-
786
- ### [3.13.8](https://github.com/Cap-go/capgo-cli/compare/v3.13.7...v3.13.8) (2023-08-24)
787
-
788
- ### [3.13.7](https://github.com/Cap-go/capgo-cli/compare/v3.13.6...v3.13.7) (2023-08-24)
789
-
790
- ### [3.13.6](https://github.com/Cap-go/capgo-cli/compare/v3.13.5...v3.13.6) (2023-08-23)
791
-
792
-
793
- ### Bug Fixes
794
-
795
- * upload issues ([c9618a1](https://github.com/Cap-go/capgo-cli/commit/c9618a1d631682b193821de1c41e036074ada10b))
796
-
797
- ### [3.13.5](https://github.com/Cap-go/capgo-cli/compare/v3.13.4...v3.13.5) (2023-08-21)
798
-
799
- ### [3.13.4](https://github.com/Cap-go/capgo-cli/compare/v3.13.3...v3.13.4) (2023-08-17)
800
-
801
- ### [3.13.3](https://github.com/Cap-go/capgo-cli/compare/v3.13.2...v3.13.3) (2023-08-17)
802
-
803
-
804
- ### Bug Fixes
805
-
806
- * deps ([9cb74c8](https://github.com/Cap-go/capgo-cli/commit/9cb74c8d16d1a422a30953538ce5f7ab67b440ec))
807
-
808
- ### [3.13.2](https://github.com/Cap-go/capgo-cli/compare/v3.13.1...v3.13.2) (2023-08-17)
809
-
810
-
811
- ### Bug Fixes
812
-
813
- * CLI save retention in secs ([19fbb8e](https://github.com/Cap-go/capgo-cli/commit/19fbb8e5b9110ddc0bf4d24cacfc88e2484677e4))
814
-
815
- ### [3.13.1](https://github.com/Cap-go/capgo-cli/compare/v3.13.0...v3.13.1) (2023-08-17)
816
-
817
-
818
- ### Bug Fixes
819
-
820
- * error message ([342cb25](https://github.com/Cap-go/capgo-cli/commit/342cb251e12c83a9d88aeecef6c7aeba3e53b0d0))
821
-
822
- ## [3.13.0](https://github.com/Cap-go/capgo-cli/compare/v3.12.7...v3.13.0) (2023-08-17)
823
-
824
-
825
- ### Features
826
-
827
- * added option to set bundle retention on app ([6378bd1](https://github.com/Cap-go/capgo-cli/commit/6378bd1ad622e22bf0d848c11f8ff7c4db823622))
828
-
829
- ### [3.12.7](https://github.com/Cap-go/capgo-cli/compare/v3.12.6...v3.12.7) (2023-08-17)
830
-
831
-
832
- ### Bug Fixes
833
-
834
- * save key command ([669d3dc](https://github.com/Cap-go/capgo-cli/commit/669d3dcebbac8039c389b2dd30c7a7e2a9c3ce94))
835
-
836
- ### [3.12.6](https://github.com/Cap-go/capgo-cli/compare/v3.12.5...v3.12.6) (2023-08-11)
837
-
838
-
839
- ### Bug Fixes
840
-
841
- * docs url ([df24286](https://github.com/Cap-go/capgo-cli/commit/df24286be5e448bf83f599cd4bb28022f381c0a8))
842
-
843
- ### [3.12.5](https://github.com/Cap-go/capgo-cli/compare/v3.12.4...v3.12.5) (2023-08-10)
844
-
845
-
846
- ### Bug Fixes
847
-
848
- * lint ([6bad7d1](https://github.com/Cap-go/capgo-cli/commit/6bad7d1ba5e7bee34dadf9acc1ed89fff48af8ea))
849
-
850
- ### [3.12.4](https://github.com/Cap-go/capgo-cli/compare/v3.12.3...v3.12.4) (2023-07-27)
851
-
852
- ### [3.12.3](https://github.com/Cap-go/capgo-cli/compare/v3.12.2...v3.12.3) (2023-07-27)
853
-
854
-
855
- ### Bug Fixes
856
-
857
- * behavior cleanup command ([1ffffc2](https://github.com/Cap-go/capgo-cli/commit/1ffffc2c70a5c7fb7932f0ae784fb4d356f62325))
858
-
859
- ### [3.12.2](https://github.com/Cap-go/capgo-cli/compare/v3.12.1...v3.12.2) (2023-07-24)
860
-
861
-
862
- ### Bug Fixes
863
-
864
- * add deviceId for debug command ([99c235b](https://github.com/Cap-go/capgo-cli/commit/99c235b5bf6ca5a83d7dbeb0d8619fe6c4c2b3e3))
865
-
866
- ### [3.12.1](https://github.com/Cap-go/capgo-cli/compare/v3.12.0...v3.12.1) (2023-07-04)
867
-
868
-
869
- ### Bug Fixes
870
-
871
- * use debug channel ([2ab536d](https://github.com/Cap-go/capgo-cli/commit/2ab536de63635589b3ac1ab3ed4eb5d5aad69f8b))
872
-
873
- ## [3.12.0](https://github.com/Cap-go/capgo-cli/compare/v3.11.7...v3.12.0) (2023-07-03)
874
-
875
-
876
- ### Features
877
-
878
- * add debug command ([ee270bb](https://github.com/Cap-go/capgo-cli/commit/ee270bb2c49fdba41f786558d181250b753cdab8))
879
-
880
- ### [3.11.7](https://github.com/Cap-go/capgo-cli/compare/v3.11.6...v3.11.7) (2023-06-27)
881
-
882
-
883
- ### Bug Fixes
884
-
885
- * catch better errors uploadUrl ([f1a0066](https://github.com/Cap-go/capgo-cli/commit/f1a0066c6bd84be164248f9462c1227f5282be7b))
886
-
887
- ### [3.11.6](https://github.com/Cap-go/capgo-cli/compare/v3.11.5...v3.11.6) (2023-06-26)
888
-
889
-
890
- ### Bug Fixes
891
-
892
- * upload name ([cbe75cd](https://github.com/Cap-go/capgo-cli/commit/cbe75cd2c46110a35e80a853373af7f1cdd42c28))
893
-
894
- ### [3.11.5](https://github.com/Cap-go/capgo-cli/compare/v3.11.4...v3.11.5) (2023-06-23)
895
-
896
-
897
- ### Bug Fixes
898
-
899
- * build ([5b56135](https://github.com/Cap-go/capgo-cli/commit/5b5613526b8971da48b35a6cb830abe1e432b65e))
900
-
901
- ### [3.11.4](https://github.com/Cap-go/capgo-cli/compare/v3.11.3...v3.11.4) (2023-06-23)
902
-
903
-
904
- ### Bug Fixes
905
-
906
- * make error when use set channel with wrong key ([8b9380c](https://github.com/Cap-go/capgo-cli/commit/8b9380cc08225191268008dab6a5af1ab2163ee1))
907
-
908
- ### [3.11.3](https://github.com/Cap-go/capgo-cli/compare/v3.11.2...v3.11.3) (2023-06-23)
909
-
910
-
911
- ### Bug Fixes
912
-
913
- * stringify the error ([d87cb31](https://github.com/Cap-go/capgo-cli/commit/d87cb3120eac9c0867f88f03b601a69c0bf667b0))
914
-
915
- ### [3.11.2](https://github.com/Cap-go/capgo-cli/compare/v3.11.1...v3.11.2) (2023-06-23)
916
-
917
-
918
- ### Bug Fixes
919
-
920
- * lint ([0f6ec8a](https://github.com/Cap-go/capgo-cli/commit/0f6ec8ac5542a49becfcbd8a972a14f464c672e2))
921
-
922
- ### [3.11.1](https://github.com/Cap-go/capgo-cli/compare/v3.11.0...v3.11.1) (2023-06-22)
923
-
924
-
925
- ### Bug Fixes
926
-
927
- * issue upload ([93482f0](https://github.com/Cap-go/capgo-cli/commit/93482f0af3cb82dc7a3e468268928cd5ed14eced))
928
-
929
- ## [3.11.0](https://github.com/Cap-go/capgo-cli/compare/v3.10.21...v3.11.0) (2023-06-21)
930
-
931
-
932
- ### Features
933
-
934
- * use new direct upload ! ([57ab2b9](https://github.com/Cap-go/capgo-cli/commit/57ab2b9dd90692eea400c47d2f10a3d61a7f56c0))
935
-
936
-
937
- ### Bug Fixes
938
-
939
- * CI/CD ([1a51047](https://github.com/Cap-go/capgo-cli/commit/1a510476ed6162a1865c46f4394cf7fdb1d66a6c))
940
- * lockfile ([1fd21fe](https://github.com/Cap-go/capgo-cli/commit/1fd21fea1a9ec86bcb81a5d7347eb6b799efa006))
941
- * packages ([0bdbab2](https://github.com/Cap-go/capgo-cli/commit/0bdbab2bd9d68eb5ab2b7b9d1c0bf5dcfa1b7614))
942
- * remove deprecated ([ab7e10d](https://github.com/Cap-go/capgo-cli/commit/ab7e10dcb481e21e65c499710a7a630949385f59))
943
-
944
- ### [3.10.21](https://github.com/Cap-go/capgo-cli/compare/v3.10.20...v3.10.21) (2023-06-21)
945
-
946
-
947
- ### Bug Fixes
948
-
949
- * warning supabase ([6424e84](https://github.com/Cap-go/capgo-cli/commit/6424e846f05593658a51ff919e2e78cc45bb1876))
950
-
951
- ### [3.10.20](https://github.com/Cap-go/capgo-cli/compare/v3.10.19...v3.10.20) (2023-05-24)
952
-
953
-
954
- ### Bug Fixes
955
-
956
- * **deps:** update dependency @capacitor/cli to v5 ([e88af39](https://github.com/Cap-go/capgo-cli/commit/e88af39e0b2bae54b8376b3c9e5154d090533869))
957
-
958
- ### [3.10.19](https://github.com/Cap-go/capgo-cli/compare/v3.10.18...v3.10.19) (2023-05-24)
959
-
960
-
961
- ### Bug Fixes
962
-
963
- * **deps:** update dependency cloudflared to ^0.4.0 ([48b5d82](https://github.com/Cap-go/capgo-cli/commit/48b5d82b08b59a45e08822e4ac5c54c00ddee2fa))
964
- * upgrade cloudflared from 0.3.5 to 0.4.0 ([deaf8d6](https://github.com/Cap-go/capgo-cli/commit/deaf8d606737745e138f0c813df14924a85fb24e))
965
-
966
- ### [3.10.18](https://github.com/Cap-go/capgo-cli/compare/v3.10.17...v3.10.18) (2023-05-22)
967
-
968
- ### [3.10.17](https://github.com/Cap-go/capgo-cli/compare/v3.10.16...v3.10.17) (2023-05-17)
969
-
970
-
971
- ### Bug Fixes
972
-
973
- * storage_provider as external when external ([216bd11](https://github.com/Cap-go/capgo-cli/commit/216bd11ba949f006fff9cdb0324c29b709be97de))
974
-
975
- ### [3.10.16](https://github.com/Cap-go/capgo-cli/compare/v3.10.15...v3.10.16) (2023-05-15)
976
-
977
- ### [3.10.15](https://github.com/Cap-go/capgo-cli/compare/v3.10.14...v3.10.15) (2023-05-12)
978
-
979
-
980
- ### Bug Fixes
981
-
982
- * **deps:** update dependency @capacitor/cli to v4.8.0 ([affafb9](https://github.com/Cap-go/capgo-cli/commit/affafb91af726980fc789d9ad8ac1436f56880cd))
983
-
984
- ### [3.10.14](https://github.com/Cap-go/capgo-cli/compare/v3.10.13...v3.10.14) (2023-05-12)
985
-
986
- ### [3.10.13](https://github.com/Cap-go/capgo-cli/compare/v3.10.12...v3.10.13) (2023-05-12)
987
-
988
- ### [3.10.12](https://github.com/Cap-go/capgo-cli/compare/v3.10.11...v3.10.12) (2023-05-11)
989
-
990
- ### [3.10.11](https://github.com/Cap-go/capgo-cli/compare/v3.10.10...v3.10.11) (2023-05-11)
991
-
992
- ### [3.10.10](https://github.com/Cap-go/capgo-cli/compare/v3.10.9...v3.10.10) (2023-04-25)
993
-
994
-
995
- ### Bug Fixes
996
-
997
- * remove deprecated package ([117ec69](https://github.com/Cap-go/capgo-cli/commit/117ec6914492cbea8e9a8b7ce21592c11848bd3f))
998
-
999
- ### [3.10.9](https://github.com/Cap-go/capgo-cli/compare/v3.10.8...v3.10.9) (2023-04-24)
1000
-
1001
-
1002
- ### Bug Fixes
1003
-
1004
- * CI scripts ([d5245d8](https://github.com/Cap-go/capgo-cli/commit/d5245d86885891bbfa7c94df142f04533bbc717f))
1005
-
1006
- ### [3.10.8](https://github.com/Cap-go/capgo-cli/compare/v3.10.7...v3.10.8) (2023-04-24)
1007
-
1008
-
1009
- ### Bug Fixes
1010
-
1011
- * add to CI basic run ([3b1cfa6](https://github.com/Cap-go/capgo-cli/commit/3b1cfa600dc02162ba25eaf6e99260e33976e1a0))
1012
-
1013
- ### [3.10.7](https://github.com/Cap-go/capgo-cli/compare/v3.10.6...v3.10.7) (2023-04-24)
1014
-
1015
-
1016
- ### Bug Fixes
1017
-
1018
- * build issue ESM ([65c0ddb](https://github.com/Cap-go/capgo-cli/commit/65c0ddbad1dfabb5968220d3d1a7eb1aa44a2ff6))
1019
-
1020
- ### [3.10.6](https://github.com/Cap-go/capgo-cli/compare/v3.10.5...v3.10.6) (2023-04-23)
1021
-
1022
-
1023
- ### Bug Fixes
1024
-
1025
- * upgrade packages ([ed630a3](https://github.com/Cap-go/capgo-cli/commit/ed630a353f2f3a3ec695e402f670aeb3cb94549b))
1026
-
1027
- ### [3.10.5](https://github.com/Cap-go/capgo-cli/compare/v3.10.4...v3.10.5) (2023-04-23)
1028
-
1029
-
1030
- ### Bug Fixes
1031
-
1032
- * command params ([93cd759](https://github.com/Cap-go/capgo-cli/commit/93cd7597e4ff5dca901b0ff703d81b9dfd8d0f36))
1033
-
1034
- ### [3.10.4](https://github.com/Cap-go/capgo-cli/compare/v3.10.3...v3.10.4) (2023-04-23)
1035
-
1036
- ### [3.10.3](https://github.com/Cap-go/capgo-cli/compare/v3.10.2...v3.10.3) (2023-04-23)
1037
-
1038
-
1039
- ### Bug Fixes
1040
-
1041
- * delete bundle ([a2605aa](https://github.com/Cap-go/capgo-cli/commit/a2605aa63ccf6afedd31435155e530c6673d3ced))
1042
-
1043
- ### [3.10.2](https://github.com/Cap-go/capgo-cli/compare/v3.10.1...v3.10.2) (2023-04-15)
1044
-
1045
-
1046
- ### Bug Fixes
1047
-
1048
- * add comment after init ([6682d2e](https://github.com/Cap-go/capgo-cli/commit/6682d2e604ca54557dba35d59d878dda8cf8929b))
1049
-
1050
- ### [3.10.1](https://github.com/Cap-go/capgo-cli/compare/v3.10.0...v3.10.1) (2023-04-12)
1051
-
1052
-
1053
- ### Bug Fixes
1054
-
1055
- * table display ([d3d769f](https://github.com/Cap-go/capgo-cli/commit/d3d769f334505f56e5a01be81c7e5cdef903e6df))
1056
-
1057
- ## [3.10.0](https://github.com/Cap-go/capgo-cli/compare/v3.9.2...v3.10.0) (2023-04-12)
1058
-
1059
-
1060
- ### Features
1061
-
1062
- * use clack everywhere to prompt ([8224ba4](https://github.com/Cap-go/capgo-cli/commit/8224ba4d36c8cbf2820f8293dde8d8b7617c675f))
1063
-
1064
- ### [3.9.2](https://github.com/Cap-go/capgo-cli/compare/v3.9.1...v3.9.2) (2023-04-12)
1065
-
1066
-
1067
- ### Bug Fixes
1068
-
1069
- * tunnel watch ([80084d1](https://github.com/Cap-go/capgo-cli/commit/80084d1200412870838980212a2bd4ebf74f7048))
1070
-
1071
- ### [3.9.1](https://github.com/Cap-go/capgo-cli/compare/v3.9.0...v3.9.1) (2023-04-12)
1072
-
1073
-
1074
- ### Bug Fixes
1075
-
1076
- * better watch system ([eca70a0](https://github.com/Cap-go/capgo-cli/commit/eca70a0161691a22a4149d41fb83db74441eacae))
1077
-
1078
- ## [3.9.0](https://github.com/Cap-go/capgo-cli/compare/v3.8.5...v3.9.0) (2023-04-10)
1079
-
1080
-
1081
- ### Features
1082
-
1083
- * add tunnel feature ([ef19eea](https://github.com/Cap-go/capgo-cli/commit/ef19eeaf4d8a3cf0b05648f10e879e42cbb8ae2e))
1084
-
1085
- ### [3.8.5](https://github.com/Cap-go/capgo-cli/compare/v3.8.4...v3.8.5) (2023-04-04)
1086
-
1087
-
1088
- ### Bug Fixes
1089
-
1090
- * typo ([4ecb74b](https://github.com/Cap-go/capgo-cli/commit/4ecb74b082089170efe35e1ce50c1cdc83c8dd28))
1091
-
1092
- ### [3.8.4](https://github.com/Cap-go/capgo-cli/compare/v3.8.3...v3.8.4) (2023-03-23)
1093
-
1094
-
1095
- ### Bug Fixes
1096
-
1097
- * better error message ([178310f](https://github.com/Cap-go/capgo-cli/commit/178310f4b15980df2a03eaa34b11ead907f110b3))
1098
-
1099
- ### [3.8.3](https://github.com/Cap-go/capgo-cli/compare/v3.8.2...v3.8.3) (2023-03-23)
1100
-
1101
-
1102
- ### Bug Fixes
1103
-
1104
- * add snag for new steps ([af67dc0](https://github.com/Cap-go/capgo-cli/commit/af67dc0bca1965ad54a6befb1730e11134622a68))
1105
- * deps ([2deed9b](https://github.com/Cap-go/capgo-cli/commit/2deed9b39c876b2d22c2f7d9dc5011941ace0c77))
1106
-
1107
- ### [3.8.2](https://github.com/Cap-go/capgo-cli/compare/v3.8.1...v3.8.2) (2023-03-23)
1108
-
1109
-
1110
- ### Bug Fixes
1111
-
1112
- * typo ([8b728ab](https://github.com/Cap-go/capgo-cli/commit/8b728ab56ba0eaaf35012e410baae7818ce856e4))
1113
-
1114
- ### [3.8.1](https://github.com/Cap-go/capgo-cli/compare/v3.8.0...v3.8.1) (2023-03-23)
1115
-
1116
- ## [3.8.0](https://github.com/Cap-go/capgo-cli/compare/v3.7.1...v3.8.0) (2023-03-23)
1117
-
1118
-
1119
- ### Features
1120
-
1121
- * allow custom supabase ([60218de](https://github.com/Cap-go/capgo-cli/commit/60218de4b1e51734e71dbc8fca7290585873a658))
1122
-
1123
- ### [3.7.1](https://github.com/Cap-go/capgo-cli/compare/v3.7.0...v3.7.1) (2023-03-22)
1124
-
1125
-
1126
- ### Bug Fixes
1127
-
1128
- * add missing events ([32a08ae](https://github.com/Cap-go/capgo-cli/commit/32a08aef5bda039ab5f87cb10d1ccb2a500ff8db))
1129
-
1130
- ## [3.7.0](https://github.com/Cap-go/capgo-cli/compare/v3.6.7...v3.7.0) (2023-03-22)
1131
-
1132
-
1133
- ### Features
1134
-
1135
- * add the wait log system ([41f1f04](https://github.com/Cap-go/capgo-cli/commit/41f1f04f2676b2925341d118754145ed4f403f63))
1136
-
1137
- ### [3.6.7](https://github.com/Cap-go/capgo-cli/compare/v3.6.6...v3.6.7) (2023-03-20)
1138
-
1139
- ### [3.6.6](https://github.com/Cap-go/capgo-cli/compare/v3.6.5...v3.6.6) (2023-03-10)
1140
-
1141
-
1142
- ### Bug Fixes
1143
-
1144
- * onboarding events ([c0f5cd6](https://github.com/Cap-go/capgo-cli/commit/c0f5cd6b2ac430657ffff770a5d8f4fead2857f0))
1145
-
1146
- ### [3.6.5](https://github.com/Cap-go/capgo-cli/compare/v3.6.4...v3.6.5) (2023-03-07)
1147
-
1148
-
1149
- ### Bug Fixes
1150
-
1151
- * issue verifyuser ([184a9e6](https://github.com/Cap-go/capgo-cli/commit/184a9e641fa2b886345bf96a6044caf3713ee210))
1152
-
1153
- ### [3.6.4](https://github.com/Cap-go/capgo-cli/compare/v3.6.3...v3.6.4) (2023-03-07)
1154
-
1155
-
1156
- ### Bug Fixes
1157
-
1158
- * add snag for new onboarding ([263fcbe](https://github.com/Cap-go/capgo-cli/commit/263fcbedacf1fc66ed7c74a188a3f96c9613f5a6))
1159
-
1160
- ### [3.6.3](https://github.com/Cap-go/capgo-cli/compare/v3.6.2...v3.6.3) (2023-03-07)
1161
-
1162
-
1163
- ### Bug Fixes
1164
-
1165
- * better init command ([7d1c687](https://github.com/Cap-go/capgo-cli/commit/7d1c687986bef48ced19fb7323ff1d5df1237f3b))
1166
-
1167
- ### [3.6.2](https://github.com/Cap-go/capgo-cli/compare/v3.6.1...v3.6.2) (2023-03-06)
1168
-
1169
-
1170
- ### Bug Fixes
1171
-
1172
- * issue get-latest-version with multi npmrc ([0d83df0](https://github.com/Cap-go/capgo-cli/commit/0d83df09792ab666f741095bfd4366c43184d728))
1173
-
1174
- ### [3.6.1](https://github.com/Cap-go/capgo-cli/compare/v3.6.0...v3.6.1) (2023-03-05)
1175
-
1176
-
1177
- ### Bug Fixes
1178
-
1179
- * issue with os-name ([17c5d53](https://github.com/Cap-go/capgo-cli/commit/17c5d539706204ee21aefaf55fa7df192f76c435))
1180
-
1181
- ## [3.6.0](https://github.com/Cap-go/capgo-cli/compare/v3.5.6...v3.6.0) (2023-03-05)
1182
-
1183
-
1184
- ### Features
1185
-
1186
- * add os check in doctor ([fd31e68](https://github.com/Cap-go/capgo-cli/commit/fd31e6825a34aaedeca2c57152632a5b675f79bd))
1187
-
1188
- ### [3.5.6](https://github.com/Cap-go/capgo-cli/compare/v3.5.5...v3.5.6) (2023-03-05)
1189
-
1190
-
1191
- ### Bug Fixes
1192
-
1193
- * add deprecated notice to old upload command ([f929782](https://github.com/Cap-go/capgo-cli/commit/f929782c44af123150a026bf0032e1e9edb11e90))
1194
-
1195
- ### [3.5.5](https://github.com/Cap-go/capgo-cli/compare/v3.5.4...v3.5.5) (2023-03-04)
1196
-
1197
-
1198
- ### Bug Fixes
1199
-
1200
- * check dist path before upload ([80739cf](https://github.com/Cap-go/capgo-cli/commit/80739cf77e5cfb2ff0545735de5a396f61ec03b5))
1201
-
1202
- ### [3.5.4](https://github.com/Cap-go/capgo-cli/compare/v3.5.3...v3.5.4) (2023-03-02)
1203
-
1204
-
1205
- ### Bug Fixes
1206
-
1207
- * upload key issue ([7104252](https://github.com/Cap-go/capgo-cli/commit/71042522df121519eb721fb95723defc15e3d408))
1208
-
1209
- ### [3.5.3](https://github.com/Cap-go/capgo-cli/compare/v3.5.2...v3.5.3) (2023-03-01)
1210
-
1211
-
1212
- ### Bug Fixes
1213
-
1214
- * init modify the message ([89648e3](https://github.com/Cap-go/capgo-cli/commit/89648e3996f164d15b5eb9b59c4477a6f634796c))
1215
-
1216
- ### [3.5.2](https://github.com/Cap-go/capgo-cli/compare/v3.5.1...v3.5.2) (2023-03-01)
1217
-
1218
-
1219
- ### Bug Fixes
1220
-
1221
- * link in init manual ([e308478](https://github.com/Cap-go/capgo-cli/commit/e308478da14d7bbde80accba767c24966c166910))
1222
-
1223
- ### [3.5.1](https://github.com/Cap-go/capgo-cli/compare/v3.5.0...v3.5.1) (2023-03-01)
1224
-
1225
-
1226
- ### Bug Fixes
1227
-
1228
- * init find without comma ([8b2dd12](https://github.com/Cap-go/capgo-cli/commit/8b2dd12876283c2513a54d7a1b13fd34a4654d91))
1229
-
1230
- ## [3.5.0](https://github.com/Cap-go/capgo-cli/compare/v3.4.1...v3.5.0) (2023-03-01)
1231
-
1232
-
1233
- ### Features
1234
-
1235
- * add zip command ([df46a67](https://github.com/Cap-go/capgo-cli/commit/df46a67133693b08bc65e5aba9468a13d0737aa0))
1236
-
1237
- ### [3.4.1](https://github.com/Cap-go/capgo-cli/compare/v3.4.0...v3.4.1) (2023-03-01)
1238
-
1239
-
1240
- ### Bug Fixes
1241
-
1242
- * no error display ([0ff0dd0](https://github.com/Cap-go/capgo-cli/commit/0ff0dd03d6ccbd9faf91465881717f7b6c24768b))
1243
-
1244
- ## [3.4.0](https://github.com/Cap-go/capgo-cli/compare/v3.3.0...v3.4.0) (2023-03-01)
1245
-
1246
-
1247
- ### Features
1248
-
1249
- * allow end-to-end in init ([5b2bae3](https://github.com/Cap-go/capgo-cli/commit/5b2bae3173b7f06862562871f7d9c39fe38304fe))
1250
-
1251
- ## [3.3.0](https://github.com/Cap-go/capgo-cli/compare/v3.2.0...v3.3.0) (2023-03-01)
1252
-
1253
-
1254
- ### Features
1255
-
1256
- * add unlink command and prompts ([a178363](https://github.com/Cap-go/capgo-cli/commit/a178363e8f651e024346b857e9d4693791c5738f))
1257
-
1258
- ## [3.2.0](https://github.com/Cap-go/capgo-cli/compare/v3.1.0...v3.2.0) (2023-02-28)
1259
-
1260
-
1261
- ### Features
1262
-
1263
- * better init, and upload auto increment version if not found ([cec556d](https://github.com/Cap-go/capgo-cli/commit/cec556de03f27ee6272718884139db37d65c71e8))
1264
-
1265
- ## [3.1.0](https://github.com/Cap-go/capgo-cli/compare/v3.0.14...v3.1.0) (2023-02-28)
1266
-
1267
-
1268
- ### Features
1269
-
1270
- * add init command ([02fa952](https://github.com/Cap-go/capgo-cli/commit/02fa9527597db4d9ccd976aa8f41e3788ea18524))
1271
-
1272
- ### [3.0.14](https://github.com/Cap-go/capgo-cli/compare/v3.0.13...v3.0.14) (2023-02-27)
1273
-
1274
- ### [3.0.13](https://github.com/Cap-go/capgo-cli/compare/v3.0.12...v3.0.13) (2023-02-27)
1275
-
1276
- ### [3.0.12](https://github.com/Cap-go/capgo-cli/compare/v3.0.11...v3.0.12) (2023-02-22)
1277
-
1278
-
1279
- ### Bug Fixes
1280
-
1281
- * channel list ([3ddff7f](https://github.com/Cap-go/capgo-cli/commit/3ddff7fb8000c36db69193e0fc291bcb440ae1c4))
1282
-
1283
- ### [3.0.11](https://github.com/Cap-go/capgo-cli/compare/v3.0.10...v3.0.11) (2023-02-20)
1284
-
1285
- ### [3.0.10](https://github.com/Cap-go/capgo-cli/compare/v3.0.9...v3.0.10) (2023-02-20)
1286
-
1287
-
1288
- ### Bug Fixes
1289
-
1290
- * list commands ([e792bfa](https://github.com/Cap-go/capgo-cli/commit/e792bfafb50dd4d6f5ad2d9afe8fec9177599fb0))
1291
-
1292
- ### [3.0.9](https://github.com/Cap-go/capgo-cli/compare/v3.0.8...v3.0.9) (2023-02-20)
1293
-
1294
-
1295
- ### Bug Fixes
1296
-
1297
- * key issue ([51f9692](https://github.com/Cap-go/capgo-cli/commit/51f969204e37dc8aff1b0da07e646a4260f13215))
1298
-
1299
- ### [3.0.8](https://github.com/Cap-go/capgo-cli/compare/v3.0.7...v3.0.8) (2023-02-20)
1300
-
1301
-
1302
- ### Bug Fixes
1303
-
1304
- * set and delete args ([6151394](https://github.com/Cap-go/capgo-cli/commit/615139482a3598a4380820783d45dd089dd6cad1))
1305
-
1306
- ### [3.0.7](https://github.com/Cap-go/capgo-cli/compare/v3.0.6...v3.0.7) (2023-02-20)
1307
-
1308
-
1309
- ### Bug Fixes
1310
-
1311
- * find key apikey issues ([b0d1fc6](https://github.com/Cap-go/capgo-cli/commit/b0d1fc68db3c33ba5b3335df8286731bd3ac3fa1))
1312
-
1313
- ### [3.0.6](https://github.com/Cap-go/capgo-cli/compare/v3.0.5...v3.0.6) (2023-02-20)
1314
-
1315
-
1316
- ### Bug Fixes
1317
-
1318
- * thorw error if no key found ([898e8d1](https://github.com/Cap-go/capgo-cli/commit/898e8d19ae05c6217b6a4f075763021f4177deaf))
1319
-
1320
- ### [3.0.5](https://github.com/Cap-go/capgo-cli/compare/v3.0.4...v3.0.5) (2023-02-20)
1321
-
1322
-
1323
- ### Bug Fixes
1324
-
1325
- * use simpler query ([50f4b79](https://github.com/Cap-go/capgo-cli/commit/50f4b7908d34b455eda84088d62056331a29bb94))
1326
-
1327
- ### [3.0.4](https://github.com/Cap-go/capgo-cli/compare/v3.0.3...v3.0.4) (2023-02-20)
1328
-
1329
-
1330
- ### Bug Fixes
1331
-
1332
- * list message issue ([193c518](https://github.com/Cap-go/capgo-cli/commit/193c518841241fee60a14a09596f7e91b97cc7d3))
1333
-
1334
- ### [3.0.3](https://github.com/Cap-go/capgo-cli/compare/v3.0.2...v3.0.3) (2023-02-20)
1335
-
1336
-
1337
- ### Bug Fixes
1338
-
1339
- * add issue ([14c5536](https://github.com/Cap-go/capgo-cli/commit/14c553689c13aa311c1bdc32fe80d0d940fcbd65))
1340
-
1341
- ### [3.0.2](https://github.com/Cap-go/capgo-cli/compare/v3.0.1...v3.0.2) (2023-02-20)
1342
-
1343
-
1344
- ### Bug Fixes
1345
-
1346
- * **deps:** update dependency cli-progress to v3.12.0 ([da4d35b](https://github.com/Cap-go/capgo-cli/commit/da4d35bd4cd664526a94211e1ea0390aa51b5318))
1347
-
1348
- ### [3.0.1](https://github.com/Cap-go/capgo-cli/compare/v3.0.0...v3.0.1) (2023-02-20)
1349
-
1350
- ## [3.0.0](https://github.com/Cap-go/capgo-cli/compare/v2.7.0...v3.0.0) (2023-02-20)
1351
-
1352
-
1353
- ### Bug Fixes
1354
-
1355
- * add back upload to suport old usages ([d658200](https://github.com/Cap-go/capgo-cli/commit/d6582003b5b21467c57cf8a862ec115dcac8602d))
1356
- * lint ([20f27bd](https://github.com/Cap-go/capgo-cli/commit/20f27bd60da883815100e6be142664b42d332da0))
1357
-
1358
- ## [3.0.0-alpha.2](https://github.com/Cap-go/capgo-cli/compare/v2.6.2...v3.0.0-alpha.2) (2023-02-10)
1359
-
1360
-
1361
- ### Bug Fixes
1362
-
1363
- * file path ([228913f](https://github.com/Cap-go/capgo-cli/commit/228913ff779c9a027a6fbba528bf7bfaf6470436))
1364
-
1365
- ## [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)
1366
-
1367
-
1368
- ### ⚠ BREAKING CHANGES
1369
-
1370
- * trigger ci
1371
-
1372
- ### Bug Fixes
1373
-
1374
- * trigger ci ([7c4c35f](https://github.com/Cap-go/capgo-cli/commit/7c4c35f8f095a9c67843fbd2343d90d96720cc72))
1375
- * trigger ci ([d28daa5](https://github.com/Cap-go/capgo-cli/commit/d28daa5e79dce68d2b3f23e4e94985140005ffac))
1376
- * trigger ci ([51e2914](https://github.com/Cap-go/capgo-cli/commit/51e291419101f8c8f362e03b765948280b533fb8))
1377
-
1378
- ### [2.5.10-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.10...v2.5.10-alpha.0) (2023-02-04)
1379
-
1380
-
1381
- ### Bug Fixes
1382
-
1383
- * npm publish ([1249213](https://github.com/Cap-go/capgo-cli/commit/124921324bde43dce24562ed369e77f604f3d5e8))
1384
- * trigger ci ([464dd6a](https://github.com/Cap-go/capgo-cli/commit/464dd6a650266e5b5bb0a46049a917d26af1d22a))
1385
-
1386
- ## [3.0.0-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.8...v3.0.0-alpha.0) (2023-02-03)
1387
-
1388
-
1389
- ### ⚠ BREAKING CHANGES
1390
-
1391
- * add new commands and refactor for sub commands
1392
-
1393
- ### Features
1394
-
1395
- * add new commands and refactor for sub commands ([c3aab3a](https://github.com/Cap-go/capgo-cli/commit/c3aab3afa6b86c5b2ca3864c196a3c02ea258991))
1396
-
1397
- ## [3.0.0-alpha.2](https://github.com/Cap-go/capgo-cli/compare/v2.6.1...v3.0.0-alpha.2) (2023-02-10)
1398
-
1399
-
1400
- ### Bug Fixes
1401
-
1402
- * file path ([228913f](https://github.com/Cap-go/capgo-cli/commit/228913ff779c9a027a6fbba528bf7bfaf6470436))
1403
- * list the cli as well ([c704222](https://github.com/Cap-go/capgo-cli/commit/c704222d8f9b4568983ea6ecb776775371b10a3d))
1404
-
1405
- ## [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)
1406
-
1407
-
1408
- ### ⚠ BREAKING CHANGES
1409
-
1410
- * trigger ci
1411
-
1412
- ### Bug Fixes
1413
-
1414
- * trigger ci ([7c4c35f](https://github.com/Cap-go/capgo-cli/commit/7c4c35f8f095a9c67843fbd2343d90d96720cc72))
1415
- * trigger ci ([d28daa5](https://github.com/Cap-go/capgo-cli/commit/d28daa5e79dce68d2b3f23e4e94985140005ffac))
1416
- * trigger ci ([51e2914](https://github.com/Cap-go/capgo-cli/commit/51e291419101f8c8f362e03b765948280b533fb8))
1417
-
1418
- ### [2.5.10-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.10...v2.5.10-alpha.0) (2023-02-04)
1419
-
1420
-
1421
- ### Bug Fixes
1422
-
1423
- * npm publish ([1249213](https://github.com/Cap-go/capgo-cli/commit/124921324bde43dce24562ed369e77f604f3d5e8))
1424
- * trigger ci ([464dd6a](https://github.com/Cap-go/capgo-cli/commit/464dd6a650266e5b5bb0a46049a917d26af1d22a))
1425
-
1426
- ## [3.0.0-alpha.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.8...v3.0.0-alpha.0) (2023-02-03)
1427
-
1428
-
1429
- ### ⚠ BREAKING CHANGES
1430
-
1431
- * add new commands and refactor for sub commands
1432
-
1433
- ### Features
1434
-
1435
- * add new commands and refactor for sub commands ([c3aab3a](https://github.com/Cap-go/capgo-cli/commit/c3aab3afa6b86c5b2ca3864c196a3c02ea258991))
1436
-
1437
- ## [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)
1438
-
1439
-
1440
- ### ⚠ BREAKING CHANGES
1441
-
1442
- * trigger ci
1443
-
1444
- ### Bug Fixes
1445
-
1446
- * trigger ci ([7c4c35f](https://github.com/Cap-go/capgo-cli/commit/7c4c35f8f095a9c67843fbd2343d90d96720cc72))
1447
- * trigger ci ([d28daa5](https://github.com/Cap-go/capgo-cli/commit/d28daa5e79dce68d2b3f23e4e94985140005ffac))
1448
- * trigger ci ([51e2914](https://github.com/Cap-go/capgo-cli/commit/51e291419101f8c8f362e03b765948280b533fb8))
1449
-
1450
- ### [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)
1451
- ### [2.6.1](https://github.com/Cap-go/capgo-cli/compare/v2.6.0...v2.6.1) (2023-02-10)
1452
-
1453
-
1454
- ### Bug Fixes
1455
-
1456
- * npm publish ([1249213](https://github.com/Cap-go/capgo-cli/commit/124921324bde43dce24562ed369e77f604f3d5e8))
1457
- * trigger ci ([464dd6a](https://github.com/Cap-go/capgo-cli/commit/464dd6a650266e5b5bb0a46049a917d26af1d22a))
1458
- * change happy path and command name ([8113a78](https://github.com/Cap-go/capgo-cli/commit/8113a78363297e5ad4c69a8c9dd7deabef500bf0))
1459
-
1460
- ## [2.6.0](https://github.com/Cap-go/capgo-cli/compare/v2.5.12...v2.6.0) (2023-02-10)
1461
-
1462
-
1463
- ### Features
1464
-
1465
- * add info command ([9b0c193](https://github.com/Cap-go/capgo-cli/commit/9b0c193e6b647e144b44775fef96296db0327b37))
1466
-
1467
- ### [2.5.12](https://github.com/Cap-go/capgo-cli/compare/v2.5.11...v2.5.12) (2023-02-06)
1468
-
1469
-
1470
- ### Bug Fixes
1471
-
1472
- * **deps:** update dependency @capacitor/cli to v4.6.3 ([fc3be28](https://github.com/Cap-go/capgo-cli/commit/fc3be28827a399df4693f45d92ec0c9b2e93fd79))
1473
-
1474
- ### [2.5.11](https://github.com/Cap-go/capgo-cli/compare/v2.5.10...v2.5.11) (2023-02-06)
1475
-
1476
- ### [2.5.10](https://github.com/Cap-go/capgo-cli/compare/v2.5.9...v2.5.10) (2023-02-04)
1477
-
1478
-
1479
- ### Bug Fixes
1480
-
1481
- * npm publish ([0b06d6e](https://github.com/Cap-go/capgo-cli/commit/0b06d6ea25534ddd795120b6fdb38dd2f8ba9de3))
1482
-
1483
- ### [2.5.9](https://github.com/Cap-go/capgo-cli/compare/v2.5.8...v2.5.9) (2023-02-04)
1484
-
1485
-
1486
- ### Bug Fixes
1487
-
1488
- * trigger ci ([1354219](https://github.com/Cap-go/capgo-cli/commit/13542197f1a4e0cf37cbcbcac7912670bf226958))
1489
-
1490
- ### [2.5.8](https://github.com/Cap-go/capgo-cli/compare/v2.5.7...v2.5.8) (2023-01-30)
1491
-
1492
- ### [2.5.7](https://github.com/Cap-go/capgo-cli/compare/v2.5.6...v2.5.7) (2023-01-30)
1493
-
1494
- ### [2.5.6](https://github.com/Cap-go/capgo-cli/compare/v2.5.5...v2.5.6) (2023-01-28)
1495
-
1496
-
1497
- ### Bug Fixes
1498
-
1499
- * issue cli hang ([f6073d8](https://github.com/Cap-go/capgo-cli/commit/f6073d8c6696d0bb071d7e3e6a0d4adfefb2ef17))
1500
-
1501
- ### [2.5.5](https://github.com/Cap-go/capgo-cli/compare/v2.5.4...v2.5.5) (2023-01-27)
1502
-
1503
-
1504
- ### Bug Fixes
1505
-
1506
- * add back logsnag ([1a8823f](https://github.com/Cap-go/capgo-cli/commit/1a8823f9079818a9dfc5de0e773491bad0d55d9b))
1507
-
1508
- ### [2.5.4](https://github.com/Cap-go/capgo-cli/compare/v2.5.3...v2.5.4) (2023-01-27)
1509
-
1510
-
1511
- ### Bug Fixes
1512
-
1513
- * comment snag for now ([87d9f8e](https://github.com/Cap-go/capgo-cli/commit/87d9f8e5899bd187013fb7f2017a75085c07adac))
1514
-
1515
- ### [2.5.3](https://github.com/Cap-go/capgo-cli/compare/v2.5.2...v2.5.3) (2023-01-23)
1516
-
1517
- ### [2.5.2](https://github.com/Cap-go/capgo-cli/compare/v2.5.1...v2.5.2) (2023-01-23)
1518
-
1519
-
1520
- ### Bug Fixes
1521
-
1522
- * add blog on optimize assets ([ebcf9c4](https://github.com/Cap-go/capgo-cli/commit/ebcf9c4127b368be7a8753ff5f7bc293157880bb))
1523
-
1524
- ### [2.5.1](https://github.com/Cap-go/capgo-cli/compare/v2.5.0...v2.5.1) (2023-01-23)
1525
-
1526
-
1527
- ### Bug Fixes
1528
-
1529
- * **deps:** update dependency @capacitor/cli to v4.6.2 ([c34685f](https://github.com/Cap-go/capgo-cli/commit/c34685fc5eb2db5c902ecaac65ad5153a4f4da32))
1530
-
1531
- ## [2.5.0](https://github.com/Cap-go/capgo-cli/compare/v2.4.7...v2.5.0) (2023-01-17)
1532
-
1533
-
1534
- ### Features
1535
-
1536
- * add create delete channel ([695ea3b](https://github.com/Cap-go/capgo-cli/commit/695ea3b6046408519aba01921c63c1c5bc0c09e8))
1537
-
1538
- ### [2.4.7](https://github.com/Cap-go/capgo-cli/compare/v2.4.6...v2.4.7) (2023-01-16)
1539
-
1540
- ### [2.4.6](https://github.com/Cap-go/capgo-cli/compare/v2.4.5...v2.4.6) (2023-01-16)
1541
-
1542
- ### [2.4.5](https://github.com/Cap-go/capgo-cli/compare/v2.4.4...v2.4.5) (2023-01-09)
1543
-
1544
- ### [2.4.4](https://github.com/Cap-go/capgo-cli/compare/v2.4.3...v2.4.4) (2023-01-09)
1545
-
1546
- ### [2.4.3](https://github.com/Cap-go/capgo-cli/compare/v2.4.2...v2.4.3) (2023-01-08)
1547
-
1548
-
1549
- ### Bug Fixes
1550
-
1551
- * set channel issue ([3a6578f](https://github.com/Cap-go/capgo-cli/commit/3a6578fcb85076e4cdcea0688267381edde628a5))
1552
-
1553
- ### [2.4.2](https://github.com/Cap-go/capgo-cli/compare/v2.4.1...v2.4.2) (2023-01-08)
1554
-
1555
-
1556
- ### Bug Fixes
1557
-
1558
- * error message set and upload ([dbfbed6](https://github.com/Cap-go/capgo-cli/commit/dbfbed6e29388a82dafc6573d9d436f2c87a7a3c))
1559
-
1560
- ### [2.4.1](https://github.com/Cap-go/capgo-cli/compare/v2.4.0...v2.4.1) (2023-01-05)
1561
-
1562
-
1563
- ### Bug Fixes
1564
-
1565
- * disable method if app not exist ([a05a004](https://github.com/Cap-go/capgo-cli/commit/a05a004e05debc5091702d17a95a102cccf70865))
1566
-
1567
- ## [2.4.0](https://github.com/Cap-go/capgo-cli/compare/v2.3.27...v2.4.0) (2023-01-04)
1568
-
1569
-
1570
- ### Features
1571
-
1572
- * force nodejs engine to be 14 ([96d86d1](https://github.com/Cap-go/capgo-cli/commit/96d86d1fa91623af612228e7c95b7f0a65efdf5d))
1573
-
1574
-
1575
- ### Bug Fixes
1576
-
1577
- * build issue ([1bbf1d1](https://github.com/Cap-go/capgo-cli/commit/1bbf1d122cdff9bdf72589c882cb11558bb6c096))
1578
- * make unlink explain better ([ea2064b](https://github.com/Cap-go/capgo-cli/commit/ea2064b8c413a8ad5cd03ab9f25a15cbad2af4b3))
1579
- * use nodejs 14 min ([02c34d8](https://github.com/Cap-go/capgo-cli/commit/02c34d8181c8c9c3853e10ef936cda8cc22c16bf))
1580
-
1581
- ### [2.3.27](https://github.com/Cap-go/capgo-cli/compare/v2.3.26...v2.3.27) (2023-01-04)
1582
-
1583
- ### [2.3.26](https://github.com/Cap-go/capgo-cli/compare/v2.3.25...v2.3.26) (2023-01-04)
1584
-
1585
- ### [2.3.25](https://github.com/Cap-go/capgo-cli/compare/v2.3.24...v2.3.25) (2023-01-02)
1586
-
1587
- ### [2.3.24](https://github.com/Cap-go/capgo-cli/compare/v2.3.23...v2.3.24) (2023-01-02)
1588
-
1589
- ### [2.3.23](https://github.com/Cap-go/capgo-cli/compare/v2.3.22...v2.3.23) (2022-12-27)
1590
-
1591
-
1592
- ### Bug Fixes
1593
-
1594
- * login missing try catch ([a470e16](https://github.com/Cap-go/capgo-cli/commit/a470e1668b5cde8fe8b503fb805598628e78184c))
1595
-
1596
- ### [2.3.22](https://github.com/Cap-go/capgo-cli/compare/v2.3.21...v2.3.22) (2022-12-26)
1597
-
1598
-
1599
- ### Bug Fixes
1600
-
1601
- * make cache longer for upload ([6497477](https://github.com/Cap-go/capgo-cli/commit/6497477dfebfff31cd74fe9c835e48242ddd9365))
1602
-
1603
- ### [2.3.21](https://github.com/Cap-go/capgo-cli/compare/v2.3.20...v2.3.21) (2022-12-26)
1604
-
1605
- ### [2.3.20](https://github.com/Cap-go/capgo-cli/compare/v2.3.19...v2.3.20) (2022-12-19)
1606
-
1607
- ### [2.3.19](https://github.com/Cap-go/capgo-cli/compare/v2.3.18...v2.3.19) (2022-12-19)
1608
-
1609
-
1610
- ### Bug Fixes
1611
-
1612
- * **deps:** update dependency @capacitor/cli to v4.6.1 ([910d864](https://github.com/Cap-go/capgo-cli/commit/910d864dd44e8fe5f03a528a81e730954d4cdbc8))
1613
-
1614
- ### [2.3.18](https://github.com/Cap-go/capgo-cli/compare/v2.3.17...v2.3.18) (2022-12-17)
1615
-
1616
-
1617
- ### Bug Fixes
1618
-
1619
- * undefined issue ([0c0d2f1](https://github.com/Cap-go/capgo-cli/commit/0c0d2f1a6f54bffeaf111e07000091060ee25bfd))
1620
-
1621
- ### [2.3.17](https://github.com/Cap-go/capgo-cli/compare/v2.3.16...v2.3.17) (2022-12-17)
1622
-
1623
-
1624
- ### Bug Fixes
1625
-
1626
- * better message app exist ([1718932](https://github.com/Cap-go/capgo-cli/commit/171893261db190a8615fdfbb6efd43c72adfdc17))
1627
-
1628
- ### [2.3.16](https://github.com/Cap-go/capgo-cli/compare/v2.3.15...v2.3.16) (2022-12-17)
1629
-
1630
-
1631
- ### Bug Fixes
1632
-
1633
- * cli detect if app exist ([0cb964e](https://github.com/Cap-go/capgo-cli/commit/0cb964e9d30ae5aef2e990d08a19d7cf80581f6c))
1634
-
1635
- ### [2.3.15](https://github.com/Cap-go/capgo-cli/compare/v2.3.14...v2.3.15) (2022-12-12)
1636
-
1637
- ### [2.3.14](https://github.com/Cap-go/capgo-cli/compare/v2.3.13...v2.3.14) (2022-12-12)
1638
-
1639
- ### [2.3.13](https://github.com/Cap-go/capgo-cli/compare/v2.3.12...v2.3.13) (2022-12-11)
1640
-
1641
-
1642
- ### Bug Fixes
1643
-
1644
- * allow display IvSession in upload ([63773cb](https://github.com/Cap-go/capgo-cli/commit/63773cb6b56e3ddd875f06fd29780a349cf7ffe2))
1645
-
1646
- ### [2.3.12](https://github.com/Cap-go/capgo-cli/compare/v2.3.11...v2.3.12) (2022-12-11)
1647
-
1648
-
1649
- ### Bug Fixes
1650
-
1651
- * save command ([f9ec74b](https://github.com/Cap-go/capgo-cli/commit/f9ec74b6708dfcdf4258a107ded15909c1f60771))
1652
-
1653
- ### [2.3.11](https://github.com/Cap-go/capgo-cli/compare/v2.3.10...v2.3.11) (2022-12-07)
1654
-
1655
-
1656
- ### Bug Fixes
1657
-
1658
- * make delete sync ([f4b89e1](https://github.com/Cap-go/capgo-cli/commit/f4b89e1d604953aff69fc2d548160cecf80ce599))
1659
-
1660
- ### [2.3.10](https://github.com/Cap-go/capgo-cli/compare/v2.3.9...v2.3.10) (2022-12-07)
1661
-
1662
-
1663
- ### Bug Fixes
1664
-
1665
- * delete app method ([a29ccf2](https://github.com/Cap-go/capgo-cli/commit/a29ccf2e2a7526cc53c4d76ec94d4ad43628a9e9))
1666
-
1667
- ### [2.3.9](https://github.com/Cap-go/capgo-cli/compare/v2.3.8...v2.3.9) (2022-12-07)
1668
-
1669
-
1670
- ### Bug Fixes
1671
-
1672
- * cleanup stop use single ([edea602](https://github.com/Cap-go/capgo-cli/commit/edea602a5ad87de94b67a76ad48b2de2dba0dd7b))
1673
-
1674
- ### [2.3.8](https://github.com/Cap-go/capgo-cli/compare/v2.3.7...v2.3.8) (2022-12-07)
1675
-
1676
-
1677
- ### Bug Fixes
1678
-
1679
- * typing supabase 2 ([add5191](https://github.com/Cap-go/capgo-cli/commit/add5191e5c810c2f3a3a522d732b591eab3d6628))
1680
-
1681
- ### [2.3.7](https://github.com/Cap-go/capgo-cli/compare/v2.3.6...v2.3.7) (2022-12-06)
1682
-
1683
-
1684
- ### Bug Fixes
1685
-
1686
- * use right log method with multibar ([40df752](https://github.com/Cap-go/capgo-cli/commit/40df7526c7a057eefbf140b862b1e48d9002f4f6))
1687
-
1688
- ### [2.3.6](https://github.com/Cap-go/capgo-cli/compare/v2.3.5...v2.3.6) (2022-12-06)
1689
-
1690
-
1691
- ### Bug Fixes
1692
-
1693
- * add message for encryption ([696adb5](https://github.com/Cap-go/capgo-cli/commit/696adb5a5ad38a3c0dcb6247e95d0a8c45e74e73))
1694
-
1695
- ### [2.3.5](https://github.com/Cap-go/capgo-cli/compare/v2.3.4...v2.3.5) (2022-12-06)
1696
-
1697
-
1698
- ### Bug Fixes
1699
-
1700
- * build issue ([482ba10](https://github.com/Cap-go/capgo-cli/commit/482ba1098afa1eb1c48efcd4482deebc639e4b8a))
1701
-
1702
- ### [2.3.4](https://github.com/Cap-go/capgo-cli/compare/v2.3.3...v2.3.4) (2022-12-06)
1703
-
1704
-
1705
- ### Bug Fixes
1706
-
1707
- * lint issue ([4385fd0](https://github.com/Cap-go/capgo-cli/commit/4385fd06c3ec60a77a1710f250acb175df7c7d6f))
1708
-
1709
- ### [2.3.3](https://github.com/Cap-go/capgo-cli/compare/v2.3.2...v2.3.3) (2022-12-06)
1710
-
1711
-
1712
- ### Bug Fixes
1713
-
1714
- * upgrade to supabase v2 ([78089c7](https://github.com/Cap-go/capgo-cli/commit/78089c7f8b609417b9a6cf340794332f9478b3d8))
1715
-
1716
- ### [2.3.2](https://github.com/Cap-go/capgo-cli/compare/v2.3.1...v2.3.2) (2022-12-06)
1717
-
1718
-
1719
- ### Bug Fixes
1720
-
1721
- * lint issue ([98510e7](https://github.com/Cap-go/capgo-cli/commit/98510e751f92124dca6c1ea9bd49aa7ca904efa7))
1722
-
1723
- ### [2.3.1](https://github.com/Cap-go/capgo-cli/compare/v2.3.0...v2.3.1) (2022-12-06)
1724
-
1725
-
1726
- ### Bug Fixes
1727
-
1728
- * documentation ([f99c9b5](https://github.com/Cap-go/capgo-cli/commit/f99c9b5ee33011c9f3676e4ccdb78f2c1fc4a41d))
1729
-
1730
- ## [2.3.0](https://github.com/Cap-go/capgo-cli/compare/v2.2.10...v2.3.0) (2022-12-06)
1731
-
1732
-
1733
- ### Features
1734
-
1735
- * better list display and allow cleanup without bundle ([a01cc4a](https://github.com/Cap-go/capgo-cli/commit/a01cc4a468ceb139da441b5b311c5d7845e4e484))
1736
-
1737
- ### [2.2.10](https://github.com/Cap-go/capgo-cli/compare/v2.2.9...v2.2.10) (2022-12-06)
1738
-
1739
-
1740
- ### Bug Fixes
1741
-
1742
- * is_allowed_action_user ([55d65a8](https://github.com/Cap-go/capgo-cli/commit/55d65a854b8d24617df40b3d1b09bccc49d85b2b))
1743
-
1744
- ### [2.2.9](https://github.com/Cap-go/capgo-cli/compare/v2.2.8...v2.2.9) (2022-12-06)
1745
-
1746
-
1747
- ### Bug Fixes
1748
-
1749
- * use isAllowedAction ([0bf7090](https://github.com/Cap-go/capgo-cli/commit/0bf709058106bc7eca9127f6e48914cabc7c3b12))
1750
-
1751
- ### [2.2.8](https://github.com/Cap-go/capgo-cli/compare/v2.2.7...v2.2.8) (2022-12-03)
1752
-
1753
-
1754
- ### Bug Fixes
1755
-
1756
- * **deps:** update dependency @capacitor/cli to v4.6.0 ([2d683cf](https://github.com/Cap-go/capgo-cli/commit/2d683cf62d4d011aeac912aea7ddc48036e4e597))
1757
-
1758
- ### [2.2.7](https://github.com/Cap-go/capgo-cli/compare/v2.2.6...v2.2.7) (2022-12-03)
1759
-
1760
-
1761
- ### Bug Fixes
1762
-
1763
- * renovate config ([e1c0a57](https://github.com/Cap-go/capgo-cli/commit/e1c0a577511c0ccb6b8197fcec987c1d3932b246))
1764
-
1765
- ### [2.2.6](https://github.com/Cap-go/capgo-cli/compare/v2.2.5...v2.2.6) (2022-12-03)
1766
-
1767
- ### [2.2.5](https://github.com/Cap-go/capgo-cli/compare/v2.2.4...v2.2.5) (2022-12-03)
1768
-
1769
-
1770
- ### Bug Fixes
1771
-
1772
- * better instruction for key storing ([06805c4](https://github.com/Cap-go/capgo-cli/commit/06805c4a4aac7d356cc0babc8c8965837274fa82))
1773
-
1774
- ### [2.2.4](https://github.com/Cap-go/capgo-cli/compare/v2.2.3...v2.2.4) (2022-12-03)
1775
-
1776
-
1777
- ### Bug Fixes
1778
-
1779
- * wording in doc ([9db76a3](https://github.com/Cap-go/capgo-cli/commit/9db76a3ad247cb3adb137ac883184b141f45bf6d))
1780
-
1781
- ### [2.2.3](https://github.com/Cap-go/capgo-cli/compare/v2.2.2...v2.2.3) (2022-12-03)
1782
-
1783
-
1784
- ### Bug Fixes
1785
-
1786
- * option format ([e621c55](https://github.com/Cap-go/capgo-cli/commit/e621c550787d79630afb24b85510f2ddf0e74ae8))
1787
-
1788
- ### [2.2.2](https://github.com/Cap-go/capgo-cli/compare/v2.2.1...v2.2.2) (2022-12-03)
1789
-
1790
-
1791
- ### Bug Fixes
1792
-
1793
- * remove dup in doc ([8e61ff3](https://github.com/Cap-go/capgo-cli/commit/8e61ff3f8909cf54a3d38e8c71e268c89c45a073))
1794
-
1795
- ### [2.2.1](https://github.com/Cap-go/capgo-cli/compare/v2.2.0...v2.2.1) (2022-12-03)
1796
-
1797
-
1798
- ### Bug Fixes
1799
-
1800
- * documentation ([77231bd](https://github.com/Cap-go/capgo-cli/commit/77231bd33cb6b7ed00465837f641a7f35670a7ee))
1801
-
1802
- ## [2.2.0](https://github.com/Cap-go/capgo-cli/compare/v2.1.12...v2.2.0) (2022-12-03)
1803
-
1804
-
1805
- ### Features
1806
-
1807
- * add key save command for CLI and document ([7fc5fd2](https://github.com/Cap-go/capgo-cli/commit/7fc5fd2c578aa658691b9d27bc1cd34da2792d36))
1808
-
1809
- ### [2.1.12](https://github.com/Cap-go/capgo-cli/compare/v2.1.11...v2.1.12) (2022-12-02)
1810
-
1811
-
1812
- ### Bug Fixes
1813
-
1814
- * issue with padding ([57d8430](https://github.com/Cap-go/capgo-cli/commit/57d8430e692ca22ea7a2c82aeacc1d78e112eb6e))
1815
-
1816
- ### [2.1.11](https://github.com/Cap-go/capgo-cli/compare/v2.1.10...v2.1.11) (2022-12-02)
1817
-
1818
-
1819
- ### Bug Fixes
1820
-
1821
- * key generate ([17d7b21](https://github.com/Cap-go/capgo-cli/commit/17d7b21e676393bce70fe728581dc0c3cf16fc65))
1822
-
1823
- ### [2.1.10](https://github.com/Cap-go/capgo-cli/compare/v2.1.9...v2.1.10) (2022-12-02)
1824
-
1825
-
1826
- ### Bug Fixes
1827
-
1828
- * decrypt if no config ([c09ce3d](https://github.com/Cap-go/capgo-cli/commit/c09ce3db5a5ea5de7187b8bf470c58ed89e21076))
1829
-
1830
- ### [2.1.9](https://github.com/Cap-go/capgo-cli/compare/v2.1.8...v2.1.9) (2022-12-02)
1831
-
1832
-
1833
- ### Bug Fixes
1834
-
1835
- * decrypt function ([ebecbba](https://github.com/Cap-go/capgo-cli/commit/ebecbba3225db64a98811c1b5624b213008df3a2))
1836
-
1837
- ### [2.1.8](https://github.com/Cap-go/capgo-cli/compare/v2.1.7...v2.1.8) (2022-12-02)
1838
-
1839
-
1840
- ### Bug Fixes
1841
-
1842
- * AES size ([761a585](https://github.com/Cap-go/capgo-cli/commit/761a585aad1d5f8c010fd4d9ba9ef750e67fdc07))
1843
-
1844
- ### [2.1.7](https://github.com/Cap-go/capgo-cli/compare/v2.1.6...v2.1.7) (2022-12-02)
1845
-
1846
-
1847
- ### Bug Fixes
1848
-
1849
- * AES use size allowed on android ([42bc076](https://github.com/Cap-go/capgo-cli/commit/42bc076d9fa65188a5175bcdff89d21736c7f214))
1850
-
1851
- ### [2.1.6](https://github.com/Cap-go/capgo-cli/compare/v2.1.5...v2.1.6) (2022-12-02)
1852
-
1853
-
1854
- ### Bug Fixes
1855
-
1856
- * checksum do after encryption ([8ca3f5b](https://github.com/Cap-go/capgo-cli/commit/8ca3f5b4bbb21f2ecb372d4e44493ff90dcfd3bd))
1857
-
1858
- ### [2.1.5](https://github.com/Cap-go/capgo-cli/compare/v2.1.4...v2.1.5) (2022-12-01)
1859
-
1860
- ### [2.1.4](https://github.com/Cap-go/capgo-cli/compare/v2.1.3...v2.1.4) (2022-12-01)
1861
-
1862
-
1863
- ### Bug Fixes
1864
-
1865
- * lint issue ([677b6d7](https://github.com/Cap-go/capgo-cli/commit/677b6d7c6fa2061349652db71acd6cd74060c99f))
1866
-
1867
- ### [2.1.3](https://github.com/Cap-go/capgo-cli/compare/v2.1.2...v2.1.3) (2022-12-01)
1868
-
1869
-
1870
- ### Bug Fixes
1871
-
1872
- * encrypt/decrypt ([3dcd422](https://github.com/Cap-go/capgo-cli/commit/3dcd422d647680afae82150d83787f6db88c6b56))
1873
-
1874
- ### [2.1.2](https://github.com/Cap-go/capgo-cli/compare/v2.1.1...v2.1.2) (2022-11-30)
1875
-
1876
- ### [2.1.1](https://github.com/Cap-go/capgo-cli/compare/v2.1.0...v2.1.1) (2022-11-30)
1877
-
1878
-
1879
- ### Bug Fixes
1880
-
1881
- * **deps:** update dependency fs-extra to v11 ([b011994](https://github.com/Cap-go/capgo-cli/commit/b011994bd49eb3b3bb09a6e72407d6e3b7313505))
1882
-
1883
- ## [2.1.0](https://github.com/Cap-go/capgo-cli/compare/v2.0.1...v2.1.0) (2022-11-25)
1884
-
1885
-
1886
- ### Features
1887
-
1888
- * add encrypt method ([349154e](https://github.com/Cap-go/capgo-cli/commit/349154efd05b76415f191cdeff5689e54b8f2ac3))
1889
-
1890
- ### [2.0.1](https://github.com/Cap-go/capgo-cli/compare/v2.0.0...v2.0.1) (2022-11-24)
1891
-
1892
-
1893
- ### Bug Fixes
1894
-
1895
- * encode use AES to encode the file ([8f6524e](https://github.com/Cap-go/capgo-cli/commit/8f6524e05708f6cbf708a5c11c59f7aefac66823))
1896
-
1897
- ## 2.0.0 (2022-11-24)
1898
-
1899
-
1900
- ### ⚠ BREAKING CHANGES
1901
-
1902
- * rename version in bundle to remove arg conflict
1903
-
1904
- ### Features
1905
-
1906
- * add --version ([66a8601](https://github.com/Cap-go/capgo-cli/commit/66a86017cb43be03845682029cec7013aa5b01bf))
1907
- * add add feature ([322e340](https://github.com/Cap-go/capgo-cli/commit/322e34069ff5af9d6b61a9928888656b27de121a))
1908
- * add all channel option in set method ([20eac06](https://github.com/Cap-go/capgo-cli/commit/20eac0697cc6afd0cf922a123eeb249c95d7ad3e))
1909
- * add channel system ([f11b86a](https://github.com/Cap-go/capgo-cli/commit/f11b86a35489cdb9f345d1dff282c7f470f8dfcf))
1910
- * add checksum upload ([e266f01](https://github.com/Cap-go/capgo-cli/commit/e266f0169a64fbe8e66a4d95dbfadb5171ccc0ea))
1911
- * add delete app method ([d7d211c](https://github.com/Cap-go/capgo-cli/commit/d7d211c568409690e4dba37b36df7c0f377b32f2))
1912
- * add encrypted bool to app_version ([db424a0](https://github.com/Cap-go/capgo-cli/commit/db424a005c5af87b3176f93ec00ec2a623e3a126))
1913
- * Add force option to cleanup command [#26](https://github.com/Cap-go/capgo-cli/issues/26) ([6a011d1](https://github.com/Cap-go/capgo-cli/commit/6a011d181e7cb87cb2d7aa64bf060c455c1e7802))
1914
- * add front lock if not paying ([224c879](https://github.com/Cap-go/capgo-cli/commit/224c8792d6c6b24494d476c3eb37244038712f4d))
1915
- * add hard limit of big app, max 30mb ([146fde8](https://github.com/Cap-go/capgo-cli/commit/146fde86809fe9305126b9b12c51cdd584f9eb22))
1916
- * add is_trial alert ([e7264f9](https://github.com/Cap-go/capgo-cli/commit/e7264f9141e386822df5b479b06ecf16b05f5081))
1917
- * add key gen method and decode ([6d3f9c4](https://github.com/Cap-go/capgo-cli/commit/6d3f9c47fa6d42f4ff725dc306ff6654a0424256))
1918
- * add latest option to restore the old behavior ([55c03bc](https://github.com/Cap-go/capgo-cli/commit/55c03bc46f25bf50d0d450d8ebecac740fa322c3))
1919
- * add login system ([ace1ec5](https://github.com/Cap-go/capgo-cli/commit/ace1ec5fb92867da2154f2c1c2eaba880cf2bd01))
1920
- * add logsnag ([c467070](https://github.com/Cap-go/capgo-cli/commit/c46707078c43f8a6f08812ef4eb686729cfc8088))
1921
- * allow decode from base64 privateKey ([4b79567](https://github.com/Cap-go/capgo-cli/commit/4b795670f4521797064456a030dbe0e75f4a6343))
1922
- * allow external url for upload ([03041a3](https://github.com/Cap-go/capgo-cli/commit/03041a3df460b075437a998baaf7d760d6a0cecc))
1923
- * allow format switch ([ccb9c67](https://github.com/Cap-go/capgo-cli/commit/ccb9c67a8274ce71c62915dbeec7c00640477092))
1924
- * allow set chanel state ([bdc67e8](https://github.com/Cap-go/capgo-cli/commit/bdc67e8ef347d98641b5fe165efb4947ba263568))
1925
- * convert to supabase edge functions ([9d59ed1](https://github.com/Cap-go/capgo-cli/commit/9d59ed1fee9dbf9cd3837aef76b4a30b537823f5))
1926
- * make upload work ([5d4950b](https://github.com/Cap-go/capgo-cli/commit/5d4950b4363d7944bb8d60e6926931b4d9fedb0c))
1927
- * remove upload limit ([0c80652](https://github.com/Cap-go/capgo-cli/commit/0c8065209978dbdf68fcee7c0518459a7a78467e))
1928
- * rename version in bundle to remove arg conflict ([1a7d477](https://github.com/Cap-go/capgo-cli/commit/1a7d47736a2497a27422c4ac99e6499eab5c5361))
1929
- * update package and allow delete only one version ([8c0ad83](https://github.com/Cap-go/capgo-cli/commit/8c0ad83e59f0f9381b257fbffca2317ca6c7cf67))
1930
- * use supbase function instead of netlify to handle timeout ([14a19de](https://github.com/Cap-go/capgo-cli/commit/14a19def0a525c07978daed002c3018a4981df8a))
1931
-
1932
-
1933
- ### Bug Fixes
1934
-
1935
- * add back limit in upload ([06619dd](https://github.com/Cap-go/capgo-cli/commit/06619dd1f857b86669fcff30efd7fbdd2116be63))
1936
- * add check if version exist ([a78baef](https://github.com/Cap-go/capgo-cli/commit/a78baef12398b6da43b8a963dae6c511c1c8a0f8))
1937
- * add default path for icon ([e8b74ea](https://github.com/Cap-go/capgo-cli/commit/e8b74ea74e63b9ef00c2028727a891e49cacd79b))
1938
- * add method ([1ad83f9](https://github.com/Cap-go/capgo-cli/commit/1ad83f9fab95165c60cfd5c4ad838f273587f9e2))
1939
- * addcheck exist_app_versions in upload ([5185336](https://github.com/Cap-go/capgo-cli/commit/51853366bc8f6c1bda0b05cf3d973c664262e552))
1940
- * better clean privatekey ([18ba3b9](https://github.com/Cap-go/capgo-cli/commit/18ba3b9397d3020ca052bc04fb9d783d68705630))
1941
- * better error throw ([f7c3e67](https://github.com/Cap-go/capgo-cli/commit/f7c3e67cc17a0d30714bd46338c6fdb5a3346d50))
1942
- * better loggin ([43a5883](https://github.com/Cap-go/capgo-cli/commit/43a5883d6d9d400ca96dd5c0526b127492a617ca))
1943
- * better logs for set ([831f1ec](https://github.com/Cap-go/capgo-cli/commit/831f1ec03ac6d7f2c9c035e1c3166bff933da578))
1944
- * build and add auto retry ([2189b2e](https://github.com/Cap-go/capgo-cli/commit/2189b2eddb68bc23279805ff817dc8975a287284))
1945
- * build issue + update deps ([8dc45fc](https://github.com/Cap-go/capgo-cli/commit/8dc45fc542f135ea26612c51bc2a5b079b34866b))
1946
- * bundle option ([ec6a6c2](https://github.com/Cap-go/capgo-cli/commit/ec6a6c264d9ae9cd424a4f73a97c90983d7f1924))
1947
- * check if version exist ([13750ab](https://github.com/Cap-go/capgo-cli/commit/13750ab63a19cfe18fca2ee176f8e9dd8b75d62a))
1948
- * CLI command descriptions ([5b1cecb](https://github.com/Cap-go/capgo-cli/commit/5b1cecbb9874ef3cb3636dcaec7ab3e2cbd04845))
1949
- * CLI log ([84af3e9](https://github.com/Cap-go/capgo-cli/commit/84af3e90a1068c4437f6dbf14c075ccd253dd498))
1950
- * CLI messages ([ba4d705](https://github.com/Cap-go/capgo-cli/commit/ba4d7050c326f4598988fc389e0fc2480d14c0d9))
1951
- * cli throw error when upload fail ([a132e35](https://github.com/Cap-go/capgo-cli/commit/a132e3547dc1088d39484784e3914db5c6924bf0))
1952
- * code norm + add keep option ([211b98a](https://github.com/Cap-go/capgo-cli/commit/211b98a3220cbc8b979b584a3f72e2dd99ca3683))
1953
- * delete logs ([709ef29](https://github.com/Cap-go/capgo-cli/commit/709ef29518893f6e952c192cd54eb0ea47a62447))
1954
- * delete message ([40e5c41](https://github.com/Cap-go/capgo-cli/commit/40e5c418aeeed7750fd421822dc0c678c2773e52))
1955
- * delete wrong log ([1f6c6e1](https://github.com/Cap-go/capgo-cli/commit/1f6c6e1c1a590b09db945d1636168205b4ac9ca9))
1956
- * dep issue ([098fdb6](https://github.com/Cap-go/capgo-cli/commit/098fdb65d4b982f1d0b0c08b6b9342c2db2fd2a7))
1957
- * dep issue ([9b71530](https://github.com/Cap-go/capgo-cli/commit/9b715303fad617e22e50a854329449d2d9b9455f))
1958
- * deploy new version builded ([82a0d9a](https://github.com/Cap-go/capgo-cli/commit/82a0d9a6517e0a53864683edf8696938751f5458))
1959
- * deploy to npm ([d1ca9a0](https://github.com/Cap-go/capgo-cli/commit/d1ca9a011e4fa879c6ef3434f5cef8510702ce06))
1960
- * description ([bcc7a49](https://github.com/Cap-go/capgo-cli/commit/bcc7a492d352eb60938e74318d9d36176afb0995))
1961
- * disable upload non semver ([520c560](https://github.com/Cap-go/capgo-cli/commit/520c56010d40aad90aab7bb295c57b9cc8f6b2bb))
1962
- * doc + require option ([5c1e56c](https://github.com/Cap-go/capgo-cli/commit/5c1e56cfd7f94bea9e5c6f719f848ad3ba64000d))
1963
- * doc of cli ([46604aa](https://github.com/Cap-go/capgo-cli/commit/46604aad34b6d9fea83f9a80870208d1abe60f6c))
1964
- * ensure bundle option recognized ([0c5e883](https://github.com/Cap-go/capgo-cli/commit/0c5e883adf19d5329fec5eb4058fb14b47da95eb))
1965
- * error formating + better import ([7932504](https://github.com/Cap-go/capgo-cli/commit/79325040f9a17c57615605ff98b7c4dffbce3376))
1966
- * error mb limit ([884d65b](https://github.com/Cap-go/capgo-cli/commit/884d65babf7485dac5ad1d63ca8a1abf3e3ecb77))
1967
- * error message ([936e8d2](https://github.com/Cap-go/capgo-cli/commit/936e8d28875c8f0273d083388458298b9d4b1586))
1968
- * error message system ([adffd04](https://github.com/Cap-go/capgo-cli/commit/adffd0425af339fb413175853bf6c1469827af54))
1969
- * external typo ([205ea01](https://github.com/Cap-go/capgo-cli/commit/205ea015207dc5424c69a0277f79af2f41bdf6e4))
1970
- * for delete allow only all ([91c726c](https://github.com/Cap-go/capgo-cli/commit/91c726c4d02a39e21773976aab5ed646de6db9ed))
1971
- * format upload ([7a17dbd](https://github.com/Cap-go/capgo-cli/commit/7a17dbdc7157617aaffd11a878421f3d8bd76383))
1972
- * host for prod ([2efb61e](https://github.com/Cap-go/capgo-cli/commit/2efb61ee91c09380c4aea25526ba94c46271f4ab))
1973
- * host to service ([fa7ad5e](https://github.com/Cap-go/capgo-cli/commit/fa7ad5eb7038f50104bfd56b6503cfc2473d679c))
1974
- * install command ([dd80520](https://github.com/Cap-go/capgo-cli/commit/dd80520f3f3cff6a7dcfdf276064112e77669e8a))
1975
- * issue for app less than 1mb ([bae4d80](https://github.com/Cap-go/capgo-cli/commit/bae4d80ae398c912a0aa6a2497377e10ba386092))
1976
- * issue in npm listing ([c36a60c](https://github.com/Cap-go/capgo-cli/commit/c36a60ce9b2b5b3c60320df584c58174a459d524))
1977
- * issue upload and set channel ([5a3d0e8](https://github.com/Cap-go/capgo-cli/commit/5a3d0e83ddd23c2432ce11af111c0f806cd74f19))
1978
- * issue warning for upload ([4741be8](https://github.com/Cap-go/capgo-cli/commit/4741be8dc294653d0a084fa9e08cdddf2b92a40c))
1979
- * issue with add and typo in text ([f450da5](https://github.com/Cap-go/capgo-cli/commit/f450da543b56f0182085e14ac5ff96c5e3aebe2e))
1980
- * Keep is only removing the first version, not the given option. [#25](https://github.com/Cap-go/capgo-cli/issues/25) ([8b1dc24](https://github.com/Cap-go/capgo-cli/commit/8b1dc2420cb85e011788da04889e4d3c289674c5)), closes [#26](https://github.com/Cap-go/capgo-cli/issues/26)
1981
- * key generation ([4811f52](https://github.com/Cap-go/capgo-cli/commit/4811f524d1b3d2cd8d9bf53e6e8c5f41f1136554))
1982
- * keywords npm ([9e9b2ac](https://github.com/Cap-go/capgo-cli/commit/9e9b2ac81dd3aed5688d5cdb32976e3c3e9977b3))
1983
- * latest version ([e331d93](https://github.com/Cap-go/capgo-cli/commit/e331d930e40fb767e630960aceafe69d2602956b))
1984
- * lint + do set ([3046aac](https://github.com/Cap-go/capgo-cli/commit/3046aacd52b28c04d66aa2805e07183eeb2559e5))
1985
- * lint issue ([1a815b1](https://github.com/Cap-go/capgo-cli/commit/1a815b171a8f2ccf5250e6386d7cf4b4fe15b745))
1986
- * lint issue ([08f8fbd](https://github.com/Cap-go/capgo-cli/commit/08f8fbd217c1b09b4b21a2a35c1329c01b1584c8))
1987
- * lint issue ([6c4b0da](https://github.com/Cap-go/capgo-cli/commit/6c4b0da11c519ca09d6c2b5b455a895a5075c8c3))
1988
- * lock file ([c4d94ef](https://github.com/Cap-go/capgo-cli/commit/c4d94ef046aa8c63c7acf3e4ee671b35b602e826))
1989
- * logsnag ([efb5003](https://github.com/Cap-go/capgo-cli/commit/efb5003a783ef3b5097d45311eac7c3585f9fd65))
1990
- * make channel optional ([4ebdda6](https://github.com/Cap-go/capgo-cli/commit/4ebdda6ac8f81b41e72bfbd1449aa2eaabdd42ff))
1991
- * make key function use less deps + make config simpler ([3a52dc3](https://github.com/Cap-go/capgo-cli/commit/3a52dc3fc9174ffa40f45302145ccf500f692a1d))
1992
- * message for delete version ([750949c](https://github.com/Cap-go/capgo-cli/commit/750949c2a693ed93b6957247e92480021fcac25a))
1993
- * message order ([e97d794](https://github.com/Cap-go/capgo-cli/commit/e97d794f7183daad41e488d447e5150e647d52f7))
1994
- * migrate to new npm namespace ([2ce438d](https://github.com/Cap-go/capgo-cli/commit/2ce438d60dde9b300757f7c67df2f1576029aa66))
1995
- * mobile app url ([2388532](https://github.com/Cap-go/capgo-cli/commit/238853254d88fed9301615c465fe010c4ce399df))
1996
- * name function ([8a16a2b](https://github.com/Cap-go/capgo-cli/commit/8a16a2b039e4378b17922b698edbb08f9fa937da))
1997
- * naming in doc and cli ([f000926](https://github.com/Cap-go/capgo-cli/commit/f00092615b50d7de196d5cfa7702040b79b1638c))
1998
- * npm listing ([d24f901](https://github.com/Cap-go/capgo-cli/commit/d24f901a01b1339be43e5ef7632565faf049e417))
1999
- * pack version for deploy ([1611bfc](https://github.com/Cap-go/capgo-cli/commit/1611bfcfdd95ac5372a39b7dcd2773108e58749b))
2000
- * path ([a7e5d4b](https://github.com/Cap-go/capgo-cli/commit/a7e5d4b85667367df1e5279bdcf301b7f2da794d))
2001
- * pnpm build ([a979e04](https://github.com/Cap-go/capgo-cli/commit/a979e0465b3db72d7fe1bb916ac49818a7a4a693))
2002
- * pnpm version ([0ee7b63](https://github.com/Cap-go/capgo-cli/commit/0ee7b63c96de9438ee0e38774d0deec9f015c3d5))
2003
- * publish right version ([4c40102](https://github.com/Cap-go/capgo-cli/commit/4c40102fcbc2cf032121daa36078b00ca9107891))
2004
- * put all env var in same file ([ab78f0c](https://github.com/Cap-go/capgo-cli/commit/ab78f0c3da6222c6e66d97e26128c21d71c237f9))
2005
- * readme ([2d47be8](https://github.com/Cap-go/capgo-cli/commit/2d47be84887f7aecd53285cb1ea21ef54ba28226))
2006
- * readme add keep option ([0d1a5fa](https://github.com/Cap-go/capgo-cli/commit/0d1a5fadd84ddabbb67e3b2a7cc7b70ca370b7e2))
2007
- * redirection usage ([ba28c25](https://github.com/Cap-go/capgo-cli/commit/ba28c25c3ad2efe676d877f5e95f1f73fd500d02))
2008
- * remove all --apikey usage ([39606c7](https://github.com/Cap-go/capgo-cli/commit/39606c70a910293f2ca2832b4db5800f216c879a))
2009
- * remove debug comments ([9687003](https://github.com/Cap-go/capgo-cli/commit/96870037b981b1e80d4b0ecc397670e707dd0464))
2010
- * remove dup code + fix list display ([5f32edf](https://github.com/Cap-go/capgo-cli/commit/5f32edf6065e597946563382102e6d2b07000a08))
2011
- * remove install ([bcc5d24](https://github.com/Cap-go/capgo-cli/commit/bcc5d24a36adac44e128adcd0b94cd2167aae4d9))
2012
- * remove old deps ([6d19dda](https://github.com/Cap-go/capgo-cli/commit/6d19dda81c25f961d1750223c61375be99634a86))
2013
- * remove production option and use only channel ([881474e](https://github.com/Cap-go/capgo-cli/commit/881474ee86ea7736e51cbf39f4e590bcdc8c786e))
2014
- * remove useless ([512f293](https://github.com/Cap-go/capgo-cli/commit/512f2939e2663060e8c26fcd3c59af6f62453ea9))
2015
- * remove useless comment ([c02eb3f](https://github.com/Cap-go/capgo-cli/commit/c02eb3f84bf29ea0fe1cb7dc75d2b4c16bab0195))
2016
- * remove useless import ([c27bfa2](https://github.com/Cap-go/capgo-cli/commit/c27bfa2cc2992b39fba1f4c48a1f4ed4a1ba68a1))
2017
- * remove useless key for now ([ecd5ef6](https://github.com/Cap-go/capgo-cli/commit/ecd5ef614a2a2ad642153e8aa782236513e0a71c))
2018
- * remove version from mendatory field in set ([0317608](https://github.com/Cap-go/capgo-cli/commit/03176089e098d4c7f9be301def41fb95059776b0))
2019
- * rename var to privateKey in decode ([5d3a74d](https://github.com/Cap-go/capgo-cli/commit/5d3a74d9ccba4c88957b448f0c1b7dabcf1d3bca))
2020
- * replace all console.error by program exit ([75ed825](https://github.com/Cap-go/capgo-cli/commit/75ed825f16501a5b601cd54c5c9bc8c99de26b1f))
2021
- * return app versions ordered by id ([4924f39](https://github.com/Cap-go/capgo-cli/commit/4924f39ded74348966d0f5bb2ead65eb5af66a77))
2022
- * revert to old upload logic ([cf409b2](https://github.com/Cap-go/capgo-cli/commit/cf409b23de676e70906499a5d2152748c517df16))
2023
- * right issue in cli ([6ec7c47](https://github.com/Cap-go/capgo-cli/commit/6ec7c4766312cb386a2fe33f06080a4bb743a2e4))
2024
- * semver issue use official regex ([15f57e6](https://github.com/Cap-go/capgo-cli/commit/15f57e631d38fedad2d0d3a8a977f170411665ec))
2025
- * stats add automatic unknown and builtin version ([fab503b](https://github.com/Cap-go/capgo-cli/commit/fab503bf15c8e8884111c7bf6aa0006742902a65))
2026
- * supa config ([d540d69](https://github.com/Cap-go/capgo-cli/commit/d540d6996b81b43f11295e2980c731842164e615))
2027
- * test other error log ([dfc0e00](https://github.com/Cap-go/capgo-cli/commit/dfc0e004f5e4c8c84c8f4d62d6a18325925d1772))
2028
- * tigger CI ([856e137](https://github.com/Cap-go/capgo-cli/commit/856e137cea02a7c3e9dd6159fef2c00d4003dac6))
2029
- * types ([8bf51d8](https://github.com/Cap-go/capgo-cli/commit/8bf51d87015d5e59ae6fa8c782f78d12a6fb8993))
2030
- * types ([4f9b00f](https://github.com/Cap-go/capgo-cli/commit/4f9b00ff2d1baac0361f818e6350d267ad9d799d))
2031
- * typing issues ([3715a6e](https://github.com/Cap-go/capgo-cli/commit/3715a6ed7f09fccc47779f9fc6ea5473def32e54))
2032
- * typo ([4628ffa](https://github.com/Cap-go/capgo-cli/commit/4628ffa188ff431a8e0577f9360d9f6af57a9381))
2033
- * typo ([304d531](https://github.com/Cap-go/capgo-cli/commit/304d53140240aace26f9d651a89dbbebc76de3b9))
2034
- * update to new is_good_plan + use is_paying ([d0e5c2a](https://github.com/Cap-go/capgo-cli/commit/d0e5c2ae26800f0b21cdb444338c12cfa8380039))
2035
- * upgrade cli-progress from 3.11.0 to 3.11.2 ([a846fed](https://github.com/Cap-go/capgo-cli/commit/a846fed7da4ffe35cfdfc6a10a4e8eae89cbb27d))
2036
- * upgrade commander from 9.2.0 to 9.4.1 ([6c9e36f](https://github.com/Cap-go/capgo-cli/commit/6c9e36f82da1959edb934580b71ee78f9463decf))
2037
- * upload ([443da66](https://github.com/Cap-go/capgo-cli/commit/443da66c82da5c6e4044c5aa9254dffce101581d))
2038
- * upload ([9273f35](https://github.com/Cap-go/capgo-cli/commit/9273f35c77b992afc7aab441da1b12d3cf3e9215))
2039
- * upload allow channel ([8233e0f](https://github.com/Cap-go/capgo-cli/commit/8233e0ffaa42e0de6a5675a543ecc13d570f5811))
2040
- * upload for folder bigger than 6 mb ([001715a](https://github.com/Cap-go/capgo-cli/commit/001715a8ea51060a84b3a213b4aa424143bced65))
2041
- * upload in new supabase method ([940be30](https://github.com/Cap-go/capgo-cli/commit/940be3063d6b6d9a0475b48a436d4c60ae4489a6))
2042
- * upload issue ([4223612](https://github.com/Cap-go/capgo-cli/commit/422361211797e2111e08e4a43afe1de1b43e7871))
2043
- * upload issue ([d5afbcd](https://github.com/Cap-go/capgo-cli/commit/d5afbcd6ed6ba639522b6369dcfed98eb2b2901f))
2044
- * upload multipart on new supabase function ([46f4c94](https://github.com/Cap-go/capgo-cli/commit/46f4c94383a53e8dc8b1b2d69eb581e7597526bc))
2045
- * upload use base64 to have more portable ([d0d0042](https://github.com/Cap-go/capgo-cli/commit/d0d00420c9f82ac7f522c5e945c80297de29266b))
2046
- * upload without key ([af58b69](https://github.com/Cap-go/capgo-cli/commit/af58b69b1a283206319a80b1ca4da4c9e29604d9))
2047
- * url use new one ([620a5f1](https://github.com/Cap-go/capgo-cli/commit/620a5f153693142de1d787c407be532473cb64fa))
2048
- * usage instructions ([f6ddbd0](https://github.com/Cap-go/capgo-cli/commit/f6ddbd01ea6d777ec3c105daae2aaade4621dc26))
2049
- * use appId as identifier ([287e2d7](https://github.com/Cap-go/capgo-cli/commit/287e2d7acb9c02d07cc7ddb2f947d0024ea24f84))
2050
- * use back binary ([5f4d4f9](https://github.com/Cap-go/capgo-cli/commit/5f4d4f965c4254549ea33eba5983bb764eb64fa3))
2051
- * use hostWeb instead of hardcoded ([edc6aee](https://github.com/Cap-go/capgo-cli/commit/edc6aeed199e169427342f8b4fb5401adaa79dc3))
2052
- * use latest webpack cli ([2d2afda](https://github.com/Cap-go/capgo-cli/commit/2d2afdaac78ae44d7cbc634a9e2157185dcde71a))
2053
- * use standar-version instead of cz ([90b6372](https://github.com/Cap-go/capgo-cli/commit/90b63728777904c63f7f00e1b1ec0c46fbe32b0b))
2054
- * use the prod env ([1f976ac](https://github.com/Cap-go/capgo-cli/commit/1f976ac18fcb6d197a7c6e5b3c24f0d5fdf035d7))
2055
- * validation issue semver ([c2368d5](https://github.com/Cap-go/capgo-cli/commit/c2368d53ce1736ccdd689a957f86796a3d1c71e7))
2056
- * version number ([f26da67](https://github.com/Cap-go/capgo-cli/commit/f26da67684b800d460fe74d2fd711ec4487e5c9f))
2057
-
2058
- ## 1.6.2 (2022-11-24)
2059
-
2060
- ### Fix
2061
-
2062
- - better clean privatekey
2063
-
2064
- ## 1.6.1 (2022-11-24)
2065
-
2066
- ### Fix
2067
-
2068
- - key generation
2069
-
2070
- ## 1.6.0 (2022-11-23)
2071
-
2072
- ### Feat
2073
-
2074
- - add encrypted bool to app_version
2075
-
2076
- ## 1.5.1 (2022-11-23)
2077
-
2078
- ### Fix
2079
-
2080
- - rename var to privateKey in decode
2081
-
2082
- ## 1.5.0 (2022-11-23)
2083
-
2084
- ### Feat
2085
-
2086
- - allow decode from base64 privateKey
2087
-
2088
- ## 1.4.4 (2022-11-23)
2089
-
2090
- ### Fix
2091
-
2092
- - make key function use less deps + make config simpler
2093
-
2094
- ## 1.4.3 (2022-11-22)
2095
-
2096
- ### Fix
2097
-
2098
- - return app versions ordered by id
2099
-
2100
- ## 1.4.2 (2022-11-22)
2101
-
2102
- ### Fix
2103
-
2104
- - use latest webpack cli
2105
-
2106
- ## 1.4.1 (2022-11-21)
2107
-
2108
- ### Fix
2109
-
2110
- - upload without key
2111
-
2112
- ## 1.4.0 (2022-11-21)
2113
-
2114
- ### Feat
2115
-
2116
- - add key gen method and decode
2117
-
2118
- ### Fix
2119
-
2120
- - path
2121
-
2122
- ## 1.3.2 (2022-11-21)
2123
-
2124
- ### Fix
2125
-
2126
- - error formating + better import
2127
-
2128
- ## 1.3.1 (2022-11-17)
2129
-
2130
- ### Fix
2131
-
2132
- - better loggin
2133
-
2134
- ## 1.3.0 (2022-11-17)
2135
-
2136
- ### Feat
2137
-
2138
- - Add force option to cleanup command #26
2139
-
2140
- ### Fix
2141
-
2142
- - Keep is only removing the first version, not the given option. #25
2143
-
2144
- ## 1.2.3 (2022-11-17)
2145
-
2146
- ### Fix
2147
-
2148
- - CLI command descriptions
2149
-
2150
- ## 1.2.2 (2022-11-17)
2151
-
2152
- ### Fix
2153
-
2154
- - name function
2155
-
2156
- ## 1.2.1 (2022-11-16)
2157
-
2158
- ### Fix
2159
-
2160
- - doc of cli
2161
-
2162
- ## 1.2.0 (2022-11-16)
2163
-
2164
- ### Feat
2165
-
2166
- - add latest option to restore the old behavior
2167
-
2168
- ## 1.1.13 (2022-11-16)
2169
-
2170
- ### Fix
2171
-
2172
- - readme add keep option
2173
-
2174
- ## 1.1.12 (2022-11-16)
2175
-
2176
- ### Fix
2177
-
2178
- - code norm + add keep option
2179
-
2180
- ## 1.1.11 (2022-11-16)
2181
-
2182
- ### Fix
2183
-
2184
- - message order
2185
-
2186
- ## 1.1.10 (2022-11-10)
2187
-
2188
- ### Fix
2189
-
2190
- - types
2191
-
2192
- ## 1.1.9 (2022-11-09)
2193
-
2194
- ### Fix
2195
-
2196
- - dep issue
2197
-
2198
- ## 1.1.8 (2022-11-09)
2199
-
2200
- ### Fix
2201
-
2202
- - lock file
2203
-
2204
- ## 1.1.7 (2022-11-09)
2205
-
2206
- ### Fix
2207
-
2208
- - pnpm version
2209
-
2210
- ## 1.1.6 (2022-11-09)
2211
-
2212
- ### Fix
2213
-
2214
- - pnpm build
2215
-
2216
- ## 1.1.5 (2022-11-09)
2217
-
2218
- ### Fix
2219
-
2220
- - build issue + update deps
2221
-
2222
- ## 1.1.4 (2022-11-09)
2223
-
2224
- ### Fix
2225
-
2226
- - upgrade commander from 9.2.0 to 9.4.1
2227
-
2228
- ## 1.1.3 (2022-11-09)
2229
-
2230
- ### Fix
2231
-
2232
- - upgrade cli-progress from 3.11.0 to 3.11.2
2233
-
2234
- ## 1.1.2 (2022-11-07)
2235
-
2236
- ### Fix
2237
-
2238
- - update to new is_good_plan + use is_paying
2239
-
2240
- ## 1.1.1 (2022-11-07)
2241
-
2242
- ### Fix
2243
-
2244
- - doc + require option
2245
-
2246
- ## 1.1.0 (2022-11-07)
2247
-
2248
- ### Feat
2249
-
2250
- - add all channel option in set method
2251
-
2252
- ## 1.0.3 (2022-10-27)
2253
-
2254
- ### Fix
2255
-
2256
- - redirection usage
2257
-
2258
- ## 1.0.2 (2022-10-05)
2259
-
2260
- ### Fix
2261
-
2262
- - ensure bundle option recognized
2263
-
2264
- ## 1.0.1 (2022-10-05)
2265
-
2266
- ### Fix
2267
-
2268
- - bundle option
2269
-
2270
- ## 1.0.0 (2022-10-05)
2271
-
2272
- ### Feat
2273
-
2274
- - rename version in bundle to remove arg conflict
2275
-
2276
- ## 0.16.5 (2022-10-02)
2277
-
2278
- ### Fix
2279
-
2280
- - semver issue use official regex
2281
-
2282
- ## 0.16.4 (2022-09-06)
2283
-
2284
- ### Fix
2285
-
2286
- - remove dup code + fix list display
2287
-
2288
- ## 0.16.3 (2022-09-06)
2289
-
2290
- ### Fix
2291
-
2292
- - CLI log
2293
-
2294
- ## 0.16.2 (2022-09-06)
2295
-
2296
- ### Fix
2297
-
2298
- - validation issue semver
2299
-
2300
- ## 0.16.1 (2022-08-21)
2301
-
2302
- ### Fix
2303
-
2304
- - readme
2305
-
2306
- ## 0.16.0 (2022-08-16)
2307
-
2308
- ### Feat
2309
-
2310
- - remove upload limit
2311
-
2312
- ## 0.15.1 (2022-08-03)
2313
-
2314
- ### Fix
2315
-
2316
- - logsnag
2317
-
2318
- ## 0.15.0 (2022-08-03)
2319
-
2320
- ### Feat
2321
-
2322
- - add logsnag
2323
-
2324
- ## 0.14.0 (2022-08-02)
2325
-
2326
- ### Feat
2327
-
2328
- - add checksum upload
2329
-
2330
- ## 0.13.14 (2022-07-30)
2331
-
2332
- ### Fix
2333
-
2334
- - stats add automatic unknown and builtin version
2335
-
2336
- ## 0.13.13 (2022-07-22)
2337
-
2338
- ### Fix
2339
-
2340
- - delete message
2341
-
2342
- ## 0.13.12 (2022-06-17)
2343
-
2344
- ### Fix
2345
-
2346
- - remove install
2347
-
2348
- ## 0.13.11 (2022-06-17)
2349
-
2350
- ### Fix
2351
-
2352
- - remove all --apikey usage
2353
-
2354
- ## 0.13.10 (2022-06-17)
2355
-
2356
- ### Fix
2357
-
2358
- - usage instructions
2359
-
2360
- ## 0.13.9 (2022-06-17)
2361
-
2362
- ### Fix
2363
-
2364
- - install command
2365
-
2366
- ## 0.13.8 (2022-06-17)
2367
-
2368
- ### Fix
2369
-
2370
- - disable upload non semver
2371
-
2372
- ## 0.13.7 (2022-06-11)
2373
-
2374
- ### Fix
2375
-
2376
- - addcheck exist_app_versions in upload
2377
-
2378
- ## 0.13.6 (2022-06-10)
2379
-
2380
- ### Fix
2381
-
2382
- - typo
2383
-
2384
- ## 0.13.5 (2022-06-10)
2385
-
2386
- ### Fix
2387
-
2388
- - issue with add and typo in text
2389
-
2390
- ## 0.13.4 (2022-06-09)
2391
-
2392
- ### Fix
2393
-
2394
- - issue upload and set channel
2395
-
2396
- ## 0.13.3 (2022-06-07)
2397
-
2398
- ### Fix
2399
-
2400
- - issue warning for upload
2401
-
2402
- ## 0.13.2 (2022-06-07)
2403
-
2404
- ### Fix
2405
-
2406
- - remove useless comment
2407
-
2408
- ## 0.13.1 (2022-06-07)
2409
-
2410
- ### Fix
2411
-
2412
- - latest version
2413
-
2414
- ## 0.13.0 (2022-06-06)
2415
-
2416
- ### Feat
2417
-
2418
- - add front lock if not paying
2419
-
2420
- ## 0.12.1 (2022-06-01)
2421
-
2422
- ### Fix
2423
-
2424
- - use hostWeb instead of hardcoded
2425
-
2426
- ## 0.12.0 (2022-06-01)
2427
-
2428
- ### Feat
2429
-
2430
- - add is_trial alert
2431
-
2432
- ## 0.11.7 (2022-06-01)
2433
-
2434
- ### Fix
2435
-
2436
- - upload issue
2437
-
2438
- ## 0.11.6 (2022-06-01)
2439
-
2440
- ### Fix
2441
-
2442
- - host for prod
2443
-
2444
- ## 0.11.5 (2022-06-01)
2445
-
2446
- ### Fix
2447
-
2448
- - for delete allow only all
2449
-
2450
- ## 0.11.4 (2022-06-01)
2451
-
2452
- ### Fix
2453
-
2454
- - use the prod env
2455
-
2456
- ## 0.11.3 (2022-06-01)
2457
-
2458
- ### Fix
2459
-
2460
- - message for delete version
2461
-
2462
- ## 0.11.2 (2022-06-01)
2463
-
2464
- ### Fix
2465
-
2466
- - check if version exist
2467
-
2468
- ## 0.11.1 (2022-06-01)
2469
-
2470
- ### Fix
2471
-
2472
- - add check if version exist
2473
-
2474
- ## 0.11.0 (2022-06-01)
2475
-
2476
- ### Feat
2477
-
2478
- - add login system
2479
-
2480
- ## 0.10.1 (2022-06-01)
2481
-
2482
- ### Fix
2483
-
2484
- - lint issue
2485
-
2486
- ## 0.10.0 (2022-06-01)
2487
-
2488
- ### Fix
2489
-
2490
- - remove useless import
2491
- - types
2492
- - error message system
2493
- - remove old deps
2494
- - add back limit in upload
2495
- - right issue in cli
2496
- - upload issue
2497
- - upload
2498
- - add method
2499
- - replace all console.error by program exit
2500
- - lint + do set
2501
-
2502
- ## 0.9.0 (2022-05-24)
2503
-
2504
- ### Fix
2505
-
2506
- - supa config
2507
- - typing issues
2508
-
2509
- ### Feat
2510
-
2511
- - convert to supabase edge functions
2512
-
2513
- ## 0.8.6 (2022-05-11)
2514
-
2515
- ### Fix
2516
-
2517
- - typo
2518
-
2519
- ## 0.8.5 (2022-05-11)
2520
-
2521
- ### Fix
2522
-
2523
- - lint issue
2524
-
2525
- ## 0.8.4 (2022-05-11)
2526
-
2527
- ### Fix
2528
-
2529
- - issue for app less than 1mb
2530
-
2531
- ## 0.8.3 (2022-05-05)
2532
-
2533
- ### Fix
2534
-
2535
- - remove debug comments
2536
- - build and add auto retry
2537
-
2538
- ## 0.8.2 (2022-04-29)
2539
-
2540
- ### Fix
2541
-
2542
- - external typo
2543
-
2544
- ## 0.8.1 (2022-04-29)
2545
-
2546
- ### Fix
2547
-
2548
- - lint issue
2549
-
2550
- ## 0.8.0 (2022-04-29)
2551
-
2552
- ### Feat
2553
-
2554
- - add --version
2555
-
2556
- ## 0.7.6 (2022-04-21)
2557
-
2558
- ### Fix
2559
-
2560
- - use back binary
2561
-
2562
- ## 0.7.5 (2022-04-21)
2563
-
2564
- ### Fix
2565
-
2566
- - remove useless
2567
-
2568
- ## 0.7.4 (2022-04-21)
2569
-
2570
- ### Fix
2571
-
2572
- - upload use base64 to have more portable
2573
-
2574
- ## 0.7.3 (2022-04-20)
2575
-
2576
- ### Fix
2577
-
2578
- - error mb limit
2579
-
2580
- ## 0.7.2 (2022-04-16)
2581
-
2582
- ### Fix
2583
-
2584
- - tigger CI
2585
-
2586
- ## 0.7.1 (2022-04-16)
2587
-
2588
- ### Fix
2589
-
2590
- - migrate to new npm namespace
2591
-
2592
- ## 0.7.0 (2022-04-08)
2593
-
2594
- ### Feat
2595
-
2596
- - add hard limit of big app, max 30mb
2597
-
2598
- ## 0.6.1 (2022-04-08)
2599
-
2600
- ### Fix
2601
-
2602
- - upload in new supabase method
2603
-
2604
- ## 0.6.0 (2022-04-06)
2605
-
2606
- ### Feat
2607
-
2608
- - allow external url for upload
2609
-
2610
- ## 0.5.6 (2022-04-06)
2611
-
2612
- ### Fix
2613
-
2614
- - mobile app url
2615
-
2616
- ## 0.5.5 (2022-04-05)
2617
-
2618
- ### Fix
2619
-
2620
- - CLI messages
2621
-
2622
- ## 0.5.4 (2022-04-05)
2623
-
2624
- ### Fix
2625
-
2626
- - upload multipart on new supabase function
2627
-
2628
- ## 0.5.3 (2022-04-05)
2629
-
2630
- ### Fix
2631
-
2632
- - remove useless key for now
2633
-
2634
- ## 0.5.2 (2022-04-05)
2635
-
2636
- ### Fix
2637
-
2638
- - revert to old upload logic
2639
-
2640
- ## 0.5.1 (2022-04-01)
2641
-
2642
- ### Fix
2643
-
2644
- - put all env var in same file
2645
-
2646
- ## 0.5.0 (2022-04-01)
2647
-
2648
- ### Feat
2649
-
2650
- - use supbase function instead of netlify to handle timeout
2651
-
2652
- ## 0.4.5 (2022-03-31)
2653
-
2654
- ### Fix
2655
-
2656
- - npm listing
2657
-
2658
- ## 0.4.4 (2022-03-31)
2659
-
2660
- ### Fix
2661
-
2662
- - issue in npm listing
2663
-
2664
- ## 0.4.3 (2022-03-24)
2665
-
2666
- ### Fix
2667
-
2668
- - make channel optional
2669
-
2670
- ## 0.4.2 (2022-03-24)
2671
-
2672
- ### Fix
2673
-
2674
- - remove version from mendatory field in set
2675
-
2676
- ## 0.4.1 (2022-03-24)
2677
-
2678
- ### Fix
2679
-
2680
- - better logs for set
2681
-
2682
- ## 0.4.0 (2022-03-24)
2683
-
2684
- ### Feat
2685
-
2686
- - allow set chanel state
2687
-
2688
- ## 0.3.1 (2022-03-17)
2689
-
2690
- ### Fix
2691
-
2692
- - format upload
2693
-
2694
- ## 0.3.0 (2022-03-17)
2695
-
2696
- ### Feat
2697
-
2698
- - allow format switch
2699
-
2700
- ## 0.2.1 (2022-03-16)
2701
-
2702
- ### Fix
2703
-
2704
- - keywords npm
2705
-
2706
- ## 0.2.0 (2022-03-14)
2707
-
2708
- ### Feat
2709
-
2710
- - update package and allow delete only one version
2711
- - add channel system
2712
- - add delete app method
2713
- - add add feature
2714
- - make upload work
2715
-
2716
- ### Fix
2717
-
2718
- - delete logs
2719
- - deploy new version builded
2720
- - better error throw
2721
- - cli throw error when upload fail
2722
- - delete wrong log
2723
- - publish right version
2724
- - naming in doc and cli
2725
- - pack version for deploy
2726
- - url use new one
2727
- - version number
2728
- - upload for folder bigger than 6 mb
2729
- - error message
2730
- - test other error log
2731
- - description
2732
- - add default path for icon
2733
- - upload allow channel
2734
- - remove production option and use only channel
2735
- - deploy to npm
2736
- - host to service
2737
- - upload
2738
- - use appId as identifier
2739
- - dep issue