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