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