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