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