@capgo/cli 5.0.0-alpha.3 → 5.0.0

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