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