@capgo/cli 4.12.14 → 4.13.3

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