piclist 2.3.4 → 2.3.5
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/dist/i18n/zh-CN.d.ts +0 -1
- package/dist/index.js +7 -2
- package/dist/index.js.map +1 -0
- package/dist/plugins/uploader/helper.d.ts +3 -0
- package/dist/types/index.d.ts +4 -0
- package/dist/utils/common.d.ts +1 -0
- package/dist/utils/eventBus.d.ts +1 -1
- package/package.json +88 -81
- package/.github/workflows/docker.yml +0 -52
- package/.prettierrc +0 -17
- package/CHANGELOG.md +0 -963
- package/Dockerfile +0 -15
- package/docker-compose.yaml +0 -12
- package/eslint.config.js +0 -134
- package/logo.png +0 -0
- package/renovate.json +0 -4
- package/rollup.config.js +0 -77
package/CHANGELOG.md
DELETED
|
@@ -1,963 +0,0 @@
|
|
|
1
|
-
## (2026-02-11)
|
|
2
|
-
|
|
3
|
-
* :bug: Fix(custom): bind methods and init rawinputpath 80bc2ce
|
|
4
|
-
* :bug: Fix(custom): fix an issue compress will have no effect when watermark is setted 39973b2
|
|
5
|
-
* :bug: Fix(custom): fix upload issue when buffer is empty but base64image is not check c4b853a
|
|
6
|
-
* :sparkles: Feature(custom): get url image extension from content type and magic number 36b2235, closes Kuingsmile/piclist#475
|
|
7
|
-
* :sparkles: Feature(custom): migrate to s.ee 751a5c6
|
|
8
|
-
* :sparkles: Feature(custom): optimize aliyun date header 8240d3e
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
## (2026-02-02)
|
|
13
|
-
|
|
14
|
-
* :sparkles: Feature(custom): support read .env in script system 1d809ba
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
## (2026-01-27)
|
|
19
|
-
|
|
20
|
-
* :sparkles: Feature(custom): support lifecycle scripts e5610a9
|
|
21
|
-
* :sparkles: Feature(custom): support upload with custom script Kuingsmile/PicList#462 bda456e, closes Kuingsmile/PicList#462
|
|
22
|
-
* :sparkles: Feature(custom): update picgo-server 0d4390f
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
## (2026-01-25)
|
|
27
|
-
|
|
28
|
-
* :bug: Fix(custom): fix config migrate issue d79dee0, closes #40
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
## (2026-01-12)
|
|
33
|
-
|
|
34
|
-
* :sparkles: Feature(custom): support secondary picbed upload in cli 1083185, closes #26
|
|
35
|
-
* :sparkles: Feature(custom): support secondary upload for server 2fd6a6f
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
## (2026-01-10)
|
|
40
|
-
|
|
41
|
-
* :bug: Fix(custom): specific sharp to 0.34.4 dee8fac
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
## (2026-01-10)
|
|
46
|
-
|
|
47
|
-
* :package: Chore(custom): downgrade sharp ace6ee0
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
## (2026-01-10)
|
|
52
|
-
|
|
53
|
-
* :sparkles: Feature(custom): support picbed specific compress/watermark/rename/autorename/manualrenam 74e8a6f
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
## (2026-01-09)
|
|
58
|
-
|
|
59
|
-
* :arrow_up: Upgrade(custom): upgrade to piclist/store 3.0.1 c4aecc8
|
|
60
|
-
* :pencil: Docs(custom): update readme 587d588
|
|
61
|
-
* :sparkles: Feature(custom): db now support multiple config get 47314cc
|
|
62
|
-
* :sparkles: Feature(custom): support multiple uploader config with the same config in PicList desktop 1f145ed
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
## (2026-01-06)
|
|
67
|
-
|
|
68
|
-
* :arrow_up: Upgrade(custom): upgrade deps 95477a4
|
|
69
|
-
* :arrow_up: Upgrade(custom): upgrade deps 58be712
|
|
70
|
-
* :bug: Fix(custom): fix an issue where eslint not worked as expected 364ce95
|
|
71
|
-
* :package: Chore(custom): enable conditional push to Docker Hub based on workflow input 0212769
|
|
72
|
-
* :package: Chore(custom): update gitignore file fcb0674
|
|
73
|
-
* :pencil: Docs(custom): update docs b971986
|
|
74
|
-
* Add renovate.json (#22) 484bc1a, closes #22
|
|
75
|
-
* Update dependency @smithy/node-http-handler to v4.4.7 (#23) eb0e239, closes #23
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
|
|
79
|
-
## (2025-11-14)
|
|
80
|
-
|
|
81
|
-
* :arrow_up: Upgrade(custom): upgrade deps dcb971f
|
|
82
|
-
* :arrow_up: Upgrade(custom): upgrade deps e25e7c7
|
|
83
|
-
* :arrow_up: Upgrade(custom): upgrade deps e0358be
|
|
84
|
-
* :arrow_up: Upgrade(custom): upgrade deps ebc991a
|
|
85
|
-
* :bug: Fix(custom): fix wayland image upload bug 41a9b96, closes #19
|
|
86
|
-
* :package: Chore(custom): update tseslint usage a0dc819
|
|
87
|
-
* :sparkles: Feature(custom): add webpath for github c7eb33c
|
|
88
|
-
* :sparkles: Feature(custom): optimize cli script 1e2792c
|
|
89
|
-
|
|
90
|
-
|
|
91
|
-
|
|
92
|
-
## (2025-09-25)
|
|
93
|
-
|
|
94
|
-
* :arrow_up: Upgrade(custom): upgrade deps 7b29f04
|
|
95
|
-
* :sparkles: Feature(custom): add sha256 placeholder for rename 2712866
|
|
96
|
-
|
|
97
|
-
|
|
98
|
-
|
|
99
|
-
## (2025-08-21)
|
|
100
|
-
|
|
101
|
-
* :pencil: Docs(custom): update readme be7edd1
|
|
102
|
-
* :sparkles: Feature(custom): support set image process setting for per picbed a98185b
|
|
103
|
-
* :zap: Perf(custom): optimize random string generation algorithm c386b48
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
|
|
107
|
-
## (2025-08-20)
|
|
108
|
-
|
|
109
|
-
* :bug: Fix(custom): replace mime-type with mime 18e6b75
|
|
110
|
-
|
|
111
|
-
|
|
112
|
-
|
|
113
|
-
## (2025-08-12)
|
|
114
|
-
|
|
115
|
-
* :arrow_up: Upgrade(custom): upgrade deps 75e5a11
|
|
116
|
-
* :package: Chore(custom): remove unused files 6be4d68
|
|
117
|
-
* :sparkles: Feature(custom): add image watermark opacity setting a1d41f5
|
|
118
|
-
* :sparkles: Feature(custom): add options for s3 88e2c7f, closes Kuingsmile/Piclist#343
|
|
119
|
-
* :sparkles: Feature(custom): change watermark and image compress order bc380a6
|
|
120
|
-
* :sparkles: Feature(custom): migrate to esm 838cb84
|
|
121
|
-
* :sparkles: Feature(custom): optimize server 0dc69b2
|
|
122
|
-
* :sparkles: Feature(custom): remove cjs support 9cd9674
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
126
|
-
## :tada: 1.9.14 (2025-06-12)
|
|
127
|
-
|
|
128
|
-
|
|
129
|
-
### :back: Revert
|
|
130
|
-
|
|
131
|
-
* **custom:** revert sharp upgrade ([bb558cd](https://github.com/Kuingsmile/PicList-Core/commit/bb558cd))
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
## :tada: 1.9.13 (2025-06-10)
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
### :sparkles: Features
|
|
139
|
-
|
|
140
|
-
* **custom:** add skip process setting ([81da5b1](https://github.com/Kuingsmile/PicList-Core/commit/81da5b1))
|
|
141
|
-
* **custom:** add webPath support for aliyun ([a81fea6](https://github.com/Kuingsmile/PicList-Core/commit/a81fea6))
|
|
142
|
-
* **custom:** add webPath support for tcyun ([1000c8b](https://github.com/Kuingsmile/PicList-Core/commit/1000c8b))
|
|
143
|
-
* **custom:** add webPath support to custom api ([7e83d0e](https://github.com/Kuingsmile/PicList-Core/commit/7e83d0e))
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
### :bug: Bug Fixes
|
|
147
|
-
|
|
148
|
-
* **custom:** fix an issue where upload will filed caused by backup domain setting ([0a6fdf8](https://github.com/Kuingsmile/PicList-Core/commit/0a6fdf8))
|
|
149
|
-
* **custom:** fix webdav webpath default value bug ([0184100](https://github.com/Kuingsmile/PicList-Core/commit/0184100))
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
### :package: Chore
|
|
153
|
-
|
|
154
|
-
* **custom:** add mcp server configuration ([03cdfe9](https://github.com/Kuingsmile/PicList-Core/commit/03cdfe9))
|
|
155
|
-
|
|
156
|
-
|
|
157
|
-
|
|
158
|
-
## :tada: 1.9.12 (2025-06-03)
|
|
159
|
-
|
|
160
|
-
|
|
161
|
-
### :sparkles: Features
|
|
162
|
-
|
|
163
|
-
* **custom:** add error handling for missing SM.MS token in uploader plugin ([b229807](https://github.com/Kuingsmile/PicList-Core/commit/b229807))
|
|
164
|
-
* **custom:** improve image upload handling and error notifications in uploader plugin ([50e8dc8](https://github.com/Kuingsmile/PicList-Core/commit/50e8dc8))
|
|
165
|
-
|
|
166
|
-
|
|
167
|
-
### :bug: Bug Fixes
|
|
168
|
-
|
|
169
|
-
* **custom:** fix typo ([a3dc79b](https://github.com/Kuingsmile/PicList-Core/commit/a3dc79b))
|
|
170
|
-
|
|
171
|
-
|
|
172
|
-
### :package: Chore
|
|
173
|
-
|
|
174
|
-
* **custom:** remove unused files ([0a6827f](https://github.com/Kuingsmile/PicList-Core/commit/0a6827f))
|
|
175
|
-
|
|
176
|
-
|
|
177
|
-
### :pencil: Documentation
|
|
178
|
-
|
|
179
|
-
* **custom:** add DeepWiki reference to English and Chinese README files ([50c4b09](https://github.com/Kuingsmile/PicList-Core/commit/50c4b09))
|
|
180
|
-
* **custom:** update readme ([abc7986](https://github.com/Kuingsmile/PicList-Core/commit/abc7986))
|
|
181
|
-
|
|
182
|
-
|
|
183
|
-
|
|
184
|
-
## :tada: 1.9.11 (2025-02-27)
|
|
185
|
-
|
|
186
|
-
|
|
187
|
-
### :sparkles: Features
|
|
188
|
-
|
|
189
|
-
* **custom:** optimize getconfig to hot-reload ([da65a05](https://github.com/Kuingsmile/PicList-Core/commit/da65a05))
|
|
190
|
-
|
|
191
|
-
|
|
192
|
-
### :bug: Bug Fixes
|
|
193
|
-
|
|
194
|
-
* **custom:** fix alist output url bug ([3270f67](https://github.com/Kuingsmile/PicList-Core/commit/3270f67))
|
|
195
|
-
|
|
196
|
-
|
|
197
|
-
### :pencil: Documentation
|
|
198
|
-
|
|
199
|
-
* **custom:** add chinease readme.md ([08386c3](https://github.com/Kuingsmile/PicList-Core/commit/08386c3))
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
## :tada: 1.9.10 (2024-12-27)
|
|
204
|
-
|
|
205
|
-
|
|
206
|
-
### :bug: Bug Fixes
|
|
207
|
-
|
|
208
|
-
* **custom:** fix custom prefix bug of advanced picbed ([4a58a89](https://github.com/Kuingsmile/PicList-Core/commit/4a58a89))
|
|
209
|
-
|
|
210
|
-
|
|
211
|
-
|
|
212
|
-
## :tada: 1.9.9 (2024-12-19)
|
|
213
|
-
|
|
214
|
-
|
|
215
|
-
### :bug: Bug Fixes
|
|
216
|
-
|
|
217
|
-
* **custom:** fix webdav rename bug ([7d4b9e8](https://github.com/Kuingsmile/PicList-Core/commit/7d4b9e8))
|
|
218
|
-
|
|
219
|
-
|
|
220
|
-
|
|
221
|
-
## :tada: 1.9.8 (2024-11-25)
|
|
222
|
-
|
|
223
|
-
|
|
224
|
-
### :sparkles: Features
|
|
225
|
-
|
|
226
|
-
* **custom:** add milliseconds ([86671c2](https://github.com/Kuingsmile/PicList-Core/commit/86671c2))
|
|
227
|
-
|
|
228
|
-
|
|
229
|
-
|
|
230
|
-
## :tada: 1.9.7 (2024-11-16)
|
|
231
|
-
|
|
232
|
-
|
|
233
|
-
### :bug: Bug Fixes
|
|
234
|
-
|
|
235
|
-
* **custom:** fix file convert bug of HEIC file ([9362aad](https://github.com/Kuingsmile/PicList-Core/commit/9362aad))
|
|
236
|
-
* **custom:** quality must be 1-100 ([abad489](https://github.com/Kuingsmile/PicList-Core/commit/abad489))
|
|
237
|
-
|
|
238
|
-
|
|
239
|
-
|
|
240
|
-
## :tada: 1.9.6 (2024-09-12)
|
|
241
|
-
|
|
242
|
-
|
|
243
|
-
### :sparkles: Features
|
|
244
|
-
|
|
245
|
-
* **custom:** remove telegra.ph ([cb2e076](https://github.com/Kuingsmile/PicList-Core/commit/cb2e076))
|
|
246
|
-
|
|
247
|
-
|
|
248
|
-
|
|
249
|
-
## :tada: 1.9.5 (2024-09-11)
|
|
250
|
-
|
|
251
|
-
|
|
252
|
-
### :sparkles: Features
|
|
253
|
-
|
|
254
|
-
* **custom:** optimize second uploader ([58ae7ea](https://github.com/Kuingsmile/PicList-Core/commit/58ae7ea))
|
|
255
|
-
|
|
256
|
-
|
|
257
|
-
|
|
258
|
-
## :tada: 1.9.4 (2024-09-03)
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
### :bug: Bug Fixes
|
|
262
|
-
|
|
263
|
-
* **custom:** fix webdav url bug ([38bc174](https://github.com/Kuingsmile/PicList-Core/commit/38bc174))
|
|
264
|
-
|
|
265
|
-
|
|
266
|
-
|
|
267
|
-
## :tada: 1.9.3 (2024-08-20)
|
|
268
|
-
|
|
269
|
-
|
|
270
|
-
### :sparkles: Features
|
|
271
|
-
|
|
272
|
-
* **custom:** support picgo-server for piclist picbed ([3e91a9c](https://github.com/Kuingsmile/PicList-Core/commit/3e91a9c))
|
|
273
|
-
|
|
274
|
-
|
|
275
|
-
|
|
276
|
-
## :tada: 1.9.2 (2024-08-12)
|
|
277
|
-
|
|
278
|
-
|
|
279
|
-
### :sparkles: Features
|
|
280
|
-
|
|
281
|
-
* **custom:** optimize windows clipboard script ([52b4612](https://github.com/Kuingsmile/PicList-Core/commit/52b4612))
|
|
282
|
-
|
|
283
|
-
|
|
284
|
-
|
|
285
|
-
## :tada: 1.9.1 (2024-07-25)
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
### :sparkles: Features
|
|
289
|
-
|
|
290
|
-
* **custom:** add advanced picbed ([3c4c806](https://github.com/Kuingsmile/PicList-Core/commit/3c4c806))
|
|
291
|
-
|
|
292
|
-
|
|
293
|
-
### :package: Chore
|
|
294
|
-
|
|
295
|
-
* **custom:** remove eol in prettierrc ([6332a9b](https://github.com/Kuingsmile/PicList-Core/commit/6332a9b))
|
|
296
|
-
|
|
297
|
-
|
|
298
|
-
### :pencil: Documentation
|
|
299
|
-
|
|
300
|
-
* **custom:** update docs ([696a054](https://github.com/Kuingsmile/PicList-Core/commit/696a054))
|
|
301
|
-
|
|
302
|
-
|
|
303
|
-
|
|
304
|
-
# :tada: 1.9.0 (2024-07-05)
|
|
305
|
-
|
|
306
|
-
|
|
307
|
-
### :sparkles: Features
|
|
308
|
-
|
|
309
|
-
* **custom:** add buildin alist ([c7f5659](https://github.com/Kuingsmile/PicList-Core/commit/c7f5659))
|
|
310
|
-
* **custom:** optimize commander ([9e42652](https://github.com/Kuingsmile/PicList-Core/commit/9e42652))
|
|
311
|
-
|
|
312
|
-
|
|
313
|
-
|
|
314
|
-
## :tada: 1.8.12 (2024-06-27)
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
### :sparkles: Features
|
|
318
|
-
|
|
319
|
-
* **custom:** optimize upload progress event ([048b338](https://github.com/Kuingsmile/PicList-Core/commit/048b338))
|
|
320
|
-
|
|
321
|
-
|
|
322
|
-
|
|
323
|
-
## :tada: 1.8.11 (2024-06-24)
|
|
324
|
-
|
|
325
|
-
|
|
326
|
-
### :sparkles: Features
|
|
327
|
-
|
|
328
|
-
* **custom:** picgo-server now support configName ([95f9b18](https://github.com/Kuingsmile/PicList-Core/commit/95f9b18))
|
|
329
|
-
|
|
330
|
-
|
|
331
|
-
### :bug: Bug Fixes
|
|
332
|
-
|
|
333
|
-
* **custom:** remove unused code ([ef137fe](https://github.com/Kuingsmile/PicList-Core/commit/ef137fe))
|
|
334
|
-
|
|
335
|
-
|
|
336
|
-
|
|
337
|
-
## :tada: 1.8.10 (2024-06-14)
|
|
338
|
-
|
|
339
|
-
|
|
340
|
-
|
|
341
|
-
## :tada: 1.8.9 (2024-06-13)
|
|
342
|
-
|
|
343
|
-
|
|
344
|
-
### :sparkles: Features
|
|
345
|
-
|
|
346
|
-
* **custom:** refresh before getconfig ([387abe7](https://github.com/Kuingsmile/PicList-Core/commit/387abe7))
|
|
347
|
-
* **custom:** support delete for repeat image when using sm.ms ([6b512ad](https://github.com/Kuingsmile/PicList-Core/commit/6b512ad))
|
|
348
|
-
|
|
349
|
-
|
|
350
|
-
### :bug: Bug Fixes
|
|
351
|
-
|
|
352
|
-
* **custom:** fix url upload bug ([fb510de](https://github.com/Kuingsmile/PicList-Core/commit/fb510de))
|
|
353
|
-
|
|
354
|
-
|
|
355
|
-
|
|
356
|
-
## :tada: 0.5.3 (2023-04-29)
|
|
357
|
-
|
|
358
|
-
|
|
359
|
-
### :sparkles: Features
|
|
360
|
-
|
|
361
|
-
* add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
|
|
362
|
-
|
|
363
|
-
|
|
364
|
-
### :bug: Bug Fixes
|
|
365
|
-
|
|
366
|
-
* compatibility with auto-delete ([f9248d5](https://github.com/Kuingsmile/PicList-Core/commit/f9248d5))
|
|
367
|
-
|
|
368
|
-
|
|
369
|
-
### :pencil: Documentation
|
|
370
|
-
|
|
371
|
-
* update docs ([2ffac40](https://github.com/Kuingsmile/PicList-Core/commit/2ffac40))
|
|
372
|
-
|
|
373
|
-
|
|
374
|
-
|
|
375
|
-
## :tada: 0.5.2 (2023-04-18)
|
|
376
|
-
|
|
377
|
-
|
|
378
|
-
### :sparkles: Features
|
|
379
|
-
|
|
380
|
-
* add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
|
|
381
|
-
|
|
382
|
-
|
|
383
|
-
### :bug: Bug Fixes
|
|
384
|
-
|
|
385
|
-
* compatibility with auto-delete ([f9248d5](https://github.com/Kuingsmile/PicList-Core/commit/f9248d5))
|
|
386
|
-
|
|
387
|
-
|
|
388
|
-
### :pencil: Documentation
|
|
389
|
-
|
|
390
|
-
* update docs ([2ffac40](https://github.com/Kuingsmile/PicList-Core/commit/2ffac40))
|
|
391
|
-
|
|
392
|
-
|
|
393
|
-
|
|
394
|
-
## :tada: 0.5.1 (2023-04-15)
|
|
395
|
-
|
|
396
|
-
|
|
397
|
-
### :sparkles: Features
|
|
398
|
-
|
|
399
|
-
* add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
|
|
400
|
-
|
|
401
|
-
|
|
402
|
-
|
|
403
|
-
# :tada: 0.3.0 (2023-03-09)
|
|
404
|
-
|
|
405
|
-
|
|
406
|
-
### :sparkles: Features
|
|
407
|
-
|
|
408
|
-
* reduce package size ([c59c1dc](https://github.com/Kuingsmile/PicList-Core/commit/c59c1dc))
|
|
409
|
-
|
|
410
|
-
|
|
411
|
-
|
|
412
|
-
|
|
413
|
-
# :tada: PicList core 0.0.6 (2023-01-23)
|
|
414
|
-
|
|
415
|
-
### :sparkles: Features
|
|
416
|
-
|
|
417
|
-
* github、smms and imgur uploader now returns hash for deleting uploaded file.
|
|
418
|
-
|
|
419
|
-
# :tada: 1.5.0-alpha.17 (2022-11-13)
|
|
420
|
-
|
|
421
|
-
|
|
422
|
-
### :sparkles: Features
|
|
423
|
-
|
|
424
|
-
* update picgo.use ([e19bb6e](https://github.com/PicGo/PicGo-Core/commit/e19bb6e))
|
|
425
|
-
|
|
426
|
-
|
|
427
|
-
### :bug: Bug Fixes
|
|
428
|
-
|
|
429
|
-
* some case will cause proxy not work ([6272303](https://github.com/PicGo/PicGo-Core/commit/6272303))
|
|
430
|
-
|
|
431
|
-
|
|
432
|
-
|
|
433
|
-
# :tada: 1.5.0-alpha.16 (2022-11-09)
|
|
434
|
-
|
|
435
|
-
|
|
436
|
-
### :bug: Bug Fixes
|
|
437
|
-
|
|
438
|
-
* upyun url-options is not required ([9736a11](https://github.com/PicGo/PicGo-Core/commit/9736a11))
|
|
439
|
-
|
|
440
|
-
|
|
441
|
-
|
|
442
|
-
# :tada: 1.5.0-alpha.15 (2022-10-24)
|
|
443
|
-
|
|
444
|
-
|
|
445
|
-
### :bug: Bug Fixes
|
|
446
|
-
|
|
447
|
-
* tencent cos url encode bug ([eafb70f](https://github.com/PicGo/PicGo-Core/commit/eafb70f))
|
|
448
|
-
|
|
449
|
-
|
|
450
|
-
|
|
451
|
-
# :tada: 1.5.0-alpha.14 (2022-10-24)
|
|
452
|
-
|
|
453
|
-
|
|
454
|
-
### :bug: Bug Fixes
|
|
455
|
-
|
|
456
|
-
* url encode bug ([4c70e9b](https://github.com/PicGo/PicGo-Core/commit/4c70e9b))
|
|
457
|
-
|
|
458
|
-
|
|
459
|
-
|
|
460
|
-
# :tada: 1.5.0-alpha.13 (2022-10-19)
|
|
461
|
-
|
|
462
|
-
|
|
463
|
-
### :bug: Bug Fixes
|
|
464
|
-
|
|
465
|
-
* type error ([b934e8a](https://github.com/PicGo/PicGo-Core/commit/b934e8a))
|
|
466
|
-
|
|
467
|
-
|
|
468
|
-
### :package: Chore
|
|
469
|
-
|
|
470
|
-
* create oldRequest types ([749359a](https://github.com/PicGo/PicGo-Core/commit/749359a))
|
|
471
|
-
|
|
472
|
-
|
|
473
|
-
|
|
474
|
-
# :tada: 1.5.0-alpha.12 (2022-10-14)
|
|
475
|
-
|
|
476
|
-
|
|
477
|
-
### :bug: Bug Fixes
|
|
478
|
-
|
|
479
|
-
* types bug ([d77e6f3](https://github.com/PicGo/PicGo-Core/commit/d77e6f3))
|
|
480
|
-
|
|
481
|
-
|
|
482
|
-
|
|
483
|
-
# :tada: 1.5.0-alpha.11 (2022-10-13)
|
|
484
|
-
|
|
485
|
-
|
|
486
|
-
|
|
487
|
-
# :tada: 1.5.0-alpha.10 (2022-09-25)
|
|
488
|
-
|
|
489
|
-
|
|
490
|
-
### :sparkles: Features
|
|
491
|
-
|
|
492
|
-
* add zh-TW ([#135](https://github.com/PicGo/PicGo-Core/issues/135)) ([d111d6a](https://github.com/PicGo/PicGo-Core/commit/d111d6a))
|
|
493
|
-
* update linux.sh ([#134](https://github.com/PicGo/PicGo-Core/issues/134)) ([2910c20](https://github.com/PicGo/PicGo-Core/commit/2910c20))
|
|
494
|
-
|
|
495
|
-
|
|
496
|
-
### :bug: Bug Fixes
|
|
497
|
-
|
|
498
|
-
* some texts in zh-TW ([#136](https://github.com/PicGo/PicGo-Core/issues/136)) ([907e6c9](https://github.com/PicGo/PicGo-Core/commit/907e6c9))
|
|
499
|
-
* url image download bug & tencent cos url encode bug ([53d54f8](https://github.com/PicGo/PicGo-Core/commit/53d54f8))
|
|
500
|
-
|
|
501
|
-
|
|
502
|
-
|
|
503
|
-
# :tada: 1.5.0-alpha.9 (2022-09-03)
|
|
504
|
-
|
|
505
|
-
|
|
506
|
-
### :sparkles: Features
|
|
507
|
-
|
|
508
|
-
* finish request -> axios ([b89cf1e](https://github.com/PicGo/PicGo-Core/commit/b89cf1e))
|
|
509
|
-
|
|
510
|
-
|
|
511
|
-
### :bug: Bug Fixes
|
|
512
|
-
|
|
513
|
-
* qiniu error msg can't show ([0e4661b](https://github.com/PicGo/PicGo-Core/commit/0e4661b))
|
|
514
|
-
* sm.ms backupDomain message text ([45424d1](https://github.com/PicGo/PicGo-Core/commit/45424d1))
|
|
515
|
-
* when request-options resolveWithFullResponse is false bug ([eb8217a](https://github.com/PicGo/PicGo-Core/commit/eb8217a))
|
|
516
|
-
|
|
517
|
-
|
|
518
|
-
|
|
519
|
-
# :tada: 1.5.0-alpha.8 (2022-08-27)
|
|
520
|
-
|
|
521
|
-
|
|
522
|
-
### :sparkles: Features
|
|
523
|
-
|
|
524
|
-
* add backupDomain for sm.ms ([c6d54f1](https://github.com/PicGo/PicGo-Core/commit/c6d54f1))
|
|
525
|
-
* add debug logger type ([4342268](https://github.com/PicGo/PicGo-Core/commit/4342268))
|
|
526
|
-
* add picgo.use for easily using plugin ([c0107f1](https://github.com/PicGo/PicGo-Core/commit/c0107f1))
|
|
527
|
-
|
|
528
|
-
|
|
529
|
-
### :bug: Bug Fixes
|
|
530
|
-
|
|
531
|
-
* sometime tencent-cloud error message is empty ([6355e1b](https://github.com/PicGo/PicGo-Core/commit/6355e1b))
|
|
532
|
-
|
|
533
|
-
|
|
534
|
-
|
|
535
|
-
# :tada: 1.5.0-alpha.7 (2022-08-20)
|
|
536
|
-
|
|
537
|
-
|
|
538
|
-
### :sparkles: Features
|
|
539
|
-
|
|
540
|
-
* finish i18n text ([11b3197](https://github.com/PicGo/PicGo-Core/commit/11b3197))
|
|
541
|
-
|
|
542
|
-
|
|
543
|
-
### :bug: Bug Fixes
|
|
544
|
-
|
|
545
|
-
* aliyun content-type -> Content-Type ([a649fcc](https://github.com/PicGo/PicGo-Core/commit/a649fcc))
|
|
546
|
-
|
|
547
|
-
|
|
548
|
-
|
|
549
|
-
# :tada: 1.5.0-alpha.6 (2022-08-17)
|
|
550
|
-
|
|
551
|
-
|
|
552
|
-
### :bug: Bug Fixes
|
|
553
|
-
|
|
554
|
-
* tencent cos upload error ([61df53a](https://github.com/PicGo/PicGo-Core/commit/61df53a))
|
|
555
|
-
|
|
556
|
-
|
|
557
|
-
|
|
558
|
-
# :tada: 1.5.0-alpha.5 (2022-07-31)
|
|
559
|
-
|
|
560
|
-
|
|
561
|
-
### :sparkles: Features
|
|
562
|
-
|
|
563
|
-
* add log file size limit ([158be01](https://github.com/PicGo/PicGo-Core/commit/158be01))
|
|
564
|
-
* change inner db to @picgo/store ([0e90af3](https://github.com/PicGo/PicGo-Core/commit/0e90af3))
|
|
565
|
-
|
|
566
|
-
|
|
567
|
-
### :bug: Bug Fixes
|
|
568
|
-
|
|
569
|
-
* build error ([674a6b5](https://github.com/PicGo/PicGo-Core/commit/674a6b5))
|
|
570
|
-
|
|
571
|
-
|
|
572
|
-
|
|
573
|
-
# :tada: 1.5.0-alpha.4 (2022-05-26)
|
|
574
|
-
|
|
575
|
-
|
|
576
|
-
### :sparkles: Features
|
|
577
|
-
|
|
578
|
-
* add userAgent for tencent cloud COS ([acac59a](https://github.com/PicGo/PicGo-Core/commit/acac59a))
|
|
579
|
-
|
|
580
|
-
|
|
581
|
-
|
|
582
|
-
# :tada: 1.5.0-alpha.3 (2022-04-04)
|
|
583
|
-
|
|
584
|
-
|
|
585
|
-
### :bug: Bug Fixes
|
|
586
|
-
|
|
587
|
-
* picgo-gui clipboard image uploading error ([1302f76](https://github.com/PicGo/PicGo-Core/commit/1302f76))
|
|
588
|
-
|
|
589
|
-
|
|
590
|
-
|
|
591
|
-
# :tada: 1.5.0-alpha.2 (2022-04-03)
|
|
592
|
-
|
|
593
|
-
|
|
594
|
-
### :sparkles: Features
|
|
595
|
-
|
|
596
|
-
* add wayland support for linux ([#119](https://github.com/PicGo/PicGo-Core/issues/119)) ([28905f2](https://github.com/PicGo/PicGo-Core/commit/28905f2))
|
|
597
|
-
|
|
598
|
-
|
|
599
|
-
### :bug: Bug Fixes
|
|
600
|
-
|
|
601
|
-
* qiniu && upyun errors ([587dd3f](https://github.com/PicGo/PicGo-Core/commit/587dd3f))
|
|
602
|
-
|
|
603
|
-
|
|
604
|
-
|
|
605
|
-
# :tada: 1.5.0-alpha.1 (2022-03-08)
|
|
606
|
-
|
|
607
|
-
|
|
608
|
-
### :sparkles: Features
|
|
609
|
-
|
|
610
|
-
* add options for tencent cos ([1fccdcc](https://github.com/PicGo/PicGo-Core/commit/1fccdcc)), closes [#117](https://github.com/PicGo/PicGo-Core/issues/117)
|
|
611
|
-
* **i18n:** add i18n for picgo ([4b93a76](https://github.com/PicGo/PicGo-Core/commit/4b93a76))
|
|
612
|
-
|
|
613
|
-
|
|
614
|
-
### :bug: Bug Fixes
|
|
615
|
-
|
|
616
|
-
* build error in windows ([5616fb9](https://github.com/PicGo/PicGo-Core/commit/5616fb9))
|
|
617
|
-
|
|
618
|
-
|
|
619
|
-
### :package: Chore
|
|
620
|
-
|
|
621
|
-
* add alpha branch for alpha version ([6882022](https://github.com/PicGo/PicGo-Core/commit/6882022)), closes [#106](https://github.com/PicGo/PicGo-Core/issues/106)
|
|
622
|
-
|
|
623
|
-
|
|
624
|
-
|
|
625
|
-
# :tada: 1.5.0-alpha.0 (2021-10-26)
|
|
626
|
-
|
|
627
|
-
|
|
628
|
-
### :package: Chore
|
|
629
|
-
|
|
630
|
-
* **build:** migrate to esbuild and change export assignment to esm export ([#102](https://github.com/PicGo/PicGo-Core/issues/102)) ([2a6cd18](https://github.com/PicGo/PicGo-Core/commit/2a6cd18))
|
|
631
|
-
|
|
632
|
-
|
|
633
|
-
|
|
634
|
-
## :tada: 1.4.26 (2021-08-23)
|
|
635
|
-
|
|
636
|
-
|
|
637
|
-
### :bug: Bug Fixes
|
|
638
|
-
|
|
639
|
-
* engine bug in package.json ([1c65144](https://github.com/PicGo/PicGo-Core/commit/1c65144))
|
|
640
|
-
|
|
641
|
-
|
|
642
|
-
|
|
643
|
-
## :tada: 1.4.25 (2021-08-21)
|
|
644
|
-
|
|
645
|
-
|
|
646
|
-
### :bug: Bug Fixes
|
|
647
|
-
|
|
648
|
-
* handle clipboard file path error ([ff4ec86](https://github.com/PicGo/PicGo-Core/commit/ff4ec86)), closes [#97](https://github.com/PicGo/PicGo-Core/issues/97)
|
|
649
|
-
* **error:** throw error when transform failed ([#96](https://github.com/PicGo/PicGo-Core/issues/96)) ([57fce75](https://github.com/PicGo/PicGo-Core/commit/57fce75))
|
|
650
|
-
* clipboard path contains space ([#95](https://github.com/PicGo/PicGo-Core/issues/95)) ([d2b73c1](https://github.com/PicGo/PicGo-Core/commit/d2b73c1))
|
|
651
|
-
|
|
652
|
-
|
|
653
|
-
|
|
654
|
-
## :tada: 1.4.24 (2021-08-01)
|
|
655
|
-
|
|
656
|
-
|
|
657
|
-
### :sparkles: Features
|
|
658
|
-
|
|
659
|
-
* uploaded now can be modified since picgo will not use this value ([b6a8b58](https://github.com/PicGo/PicGo-Core/commit/b6a8b58))
|
|
660
|
-
|
|
661
|
-
|
|
662
|
-
|
|
663
|
-
## :tada: 1.4.23 (2021-07-27)
|
|
664
|
-
|
|
665
|
-
|
|
666
|
-
### :bug: Bug Fixes
|
|
667
|
-
|
|
668
|
-
* cases when clipboard of wsl contain image file ([#91](https://github.com/PicGo/PicGo-Core/issues/91)) ([adfc55e](https://github.com/PicGo/PicGo-Core/commit/adfc55e))
|
|
669
|
-
|
|
670
|
-
|
|
671
|
-
### :package: Chore
|
|
672
|
-
|
|
673
|
-
* add github actions for publishing ([caae80e](https://github.com/PicGo/PicGo-Core/commit/caae80e))
|
|
674
|
-
|
|
675
|
-
|
|
676
|
-
|
|
677
|
-
## :tada: 1.4.22 (2021-07-27)
|
|
678
|
-
|
|
679
|
-
|
|
680
|
-
### :sparkles: Features
|
|
681
|
-
|
|
682
|
-
* **smms:** smms now supports image without token ([#89](https://github.com/PicGo/PicGo-Core/issues/89)) ([456b81c](https://github.com/PicGo/PicGo-Core/commit/456b81c))
|
|
683
|
-
* add support for clipboard in wsl ([#87](https://github.com/PicGo/PicGo-Core/issues/87)) ([3e230de](https://github.com/PicGo/PicGo-Core/commit/3e230de))
|
|
684
|
-
|
|
685
|
-
|
|
686
|
-
|
|
687
|
-
## :tada: 1.4.21 (2021-05-09)
|
|
688
|
-
|
|
689
|
-
|
|
690
|
-
### :bug: Bug Fixes
|
|
691
|
-
|
|
692
|
-
* output empty after uploading when using isolate context ([79c228b](https://github.com/PicGo/PicGo-Core/commit/79c228b))
|
|
693
|
-
|
|
694
|
-
|
|
695
|
-
|
|
696
|
-
## :tada: 1.4.20 (2021-05-09)
|
|
697
|
-
|
|
698
|
-
|
|
699
|
-
### :sparkles: Features
|
|
700
|
-
|
|
701
|
-
* add createContext for each upload process ([ecde023](https://github.com/PicGo/PicGo-Core/commit/ecde023))
|
|
702
|
-
|
|
703
|
-
|
|
704
|
-
### :package: Chore
|
|
705
|
-
|
|
706
|
-
* add debug launch.json ([9950259](https://github.com/PicGo/PicGo-Core/commit/9950259))
|
|
707
|
-
|
|
708
|
-
|
|
709
|
-
|
|
710
|
-
## :tada: 1.4.19 (2021-04-04)
|
|
711
|
-
|
|
712
|
-
|
|
713
|
-
### :sparkles: Features
|
|
714
|
-
|
|
715
|
-
* add current uploader && transformer log ([67b2bb1](https://github.com/PicGo/PicGo-Core/commit/67b2bb1))
|
|
716
|
-
* limit some of config's capabilities ([f901505](https://github.com/PicGo/PicGo-Core/commit/f901505))
|
|
717
|
-
|
|
718
|
-
|
|
719
|
-
|
|
720
|
-
## :tada: 1.4.18 (2021-03-06)
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
### :bug: Bug Fixes
|
|
724
|
-
|
|
725
|
-
* unregister plugin delete pluginMap ([85228d8](https://github.com/PicGo/PicGo-Core/commit/85228d8))
|
|
726
|
-
|
|
727
|
-
|
|
728
|
-
|
|
729
|
-
## :tada: 1.4.17 (2021-02-09)
|
|
730
|
-
|
|
731
|
-
|
|
732
|
-
### :bug: Bug Fixes
|
|
733
|
-
|
|
734
|
-
* **type:** type error in index.d.ts ([f617658](https://github.com/PicGo/PicGo-Core/commit/f617658)), closes [#69](https://github.com/PicGo/PicGo-Core/issues/69)
|
|
735
|
-
|
|
736
|
-
|
|
737
|
-
|
|
738
|
-
## :tada: 1.4.16 (2021-02-08)
|
|
739
|
-
|
|
740
|
-
|
|
741
|
-
### :sparkles: Features
|
|
742
|
-
|
|
743
|
-
* add proxy & registry options for pluginHandler ([b10b963](https://github.com/PicGo/PicGo-Core/commit/b10b963))
|
|
744
|
-
* dynamic proxy getter with ctx.Request.request ([687805f](https://github.com/PicGo/PicGo-Core/commit/687805f)), closes [#64](https://github.com/PicGo/PicGo-Core/issues/64)
|
|
745
|
-
* supporting install specific version of plugin ([35e15b0](https://github.com/PicGo/PicGo-Core/commit/35e15b0))
|
|
746
|
-
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
## :tada: 1.4.15 (2021-01-24)
|
|
750
|
-
|
|
751
|
-
|
|
752
|
-
### :sparkles: Features
|
|
753
|
-
|
|
754
|
-
* add local plugin install/uninstall/update support & imporve plugin name handler ([f8ec464](https://github.com/PicGo/PicGo-Core/commit/f8ec464))
|
|
755
|
-
|
|
756
|
-
|
|
757
|
-
|
|
758
|
-
## :tada: 1.4.14 (2020-12-19)
|
|
759
|
-
|
|
760
|
-
|
|
761
|
-
### :bug: Bug Fixes
|
|
762
|
-
|
|
763
|
-
* types error ([303a4ec](https://github.com/PicGo/PicGo-Core/commit/303a4ec))
|
|
764
|
-
|
|
765
|
-
|
|
766
|
-
|
|
767
|
-
## :tada: 1.4.13 (2020-12-19)
|
|
768
|
-
|
|
769
|
-
|
|
770
|
-
### :sparkles: Features
|
|
771
|
-
|
|
772
|
-
* new addPlugin api for node projects ([5a18432](https://github.com/PicGo/PicGo-Core/commit/5a18432))
|
|
773
|
-
|
|
774
|
-
|
|
775
|
-
### :bug: Bug Fixes
|
|
776
|
-
|
|
777
|
-
* **type:** some type error ([233a6ca](https://github.com/PicGo/PicGo-Core/commit/233a6ca))
|
|
778
|
-
* pluginLoader can't get the full plugin list ([83535b9](https://github.com/PicGo/PicGo-Core/commit/83535b9)), closes [#60](https://github.com/PicGo/PicGo-Core/issues/60)
|
|
779
|
-
|
|
780
|
-
|
|
781
|
-
|
|
782
|
-
## :tada: 1.4.12 (2020-11-04)
|
|
783
|
-
|
|
784
|
-
|
|
785
|
-
### :bug: Bug Fixes
|
|
786
|
-
|
|
787
|
-
* let tcyun error info more detail ([ddf645f](https://github.com/PicGo/PicGo-Core/commit/ddf645f))
|
|
788
|
-
* not encode before uploading an image with url ([c0aee32](https://github.com/PicGo/PicGo-Core/commit/c0aee32))
|
|
789
|
-
* qiniu error handler ([de94212](https://github.com/PicGo/PicGo-Core/commit/de94212))
|
|
790
|
-
|
|
791
|
-
|
|
792
|
-
|
|
793
|
-
## :tada: 1.4.11 (2020-07-12)
|
|
794
|
-
|
|
795
|
-
|
|
796
|
-
### :bug: Bug Fixes
|
|
797
|
-
|
|
798
|
-
* initailize db function error ([df7d526](https://github.com/PicGo/PicGo-Core/commit/df7d526))
|
|
799
|
-
|
|
800
|
-
|
|
801
|
-
|
|
802
|
-
## :tada: 1.4.10 (2020-06-28)
|
|
803
|
-
|
|
804
|
-
|
|
805
|
-
### :bug: Bug Fixes
|
|
806
|
-
|
|
807
|
-
* url image hash bug ([e405221](https://github.com/PicGo/PicGo-Core/commit/e405221))
|
|
808
|
-
|
|
809
|
-
|
|
810
|
-
|
|
811
|
-
## :tada: 1.4.9 (2020-06-27)
|
|
812
|
-
|
|
813
|
-
|
|
814
|
-
### :sparkles: Features
|
|
815
|
-
|
|
816
|
-
* add plugin running && error logs ([6adc070](https://github.com/PicGo/PicGo-Core/commit/6adc070))
|
|
817
|
-
* **transformer:** add fallback to support more image formats such as HEIC ([0f5d2a9](https://github.com/PicGo/PicGo-Core/commit/0f5d2a9)), closes [#13](https://github.com/PicGo/PicGo-Core/issues/13)
|
|
818
|
-
|
|
819
|
-
|
|
820
|
-
### :bug: Bug Fixes
|
|
821
|
-
|
|
822
|
-
* multiline logs format ([444a42f](https://github.com/PicGo/PicGo-Core/commit/444a42f))
|
|
823
|
-
* the issue of lost logs ([daa7508](https://github.com/PicGo/PicGo-Core/commit/daa7508))
|
|
824
|
-
* the order of the uploaded list may not be the same as the order entered ([2bf1ed9](https://github.com/PicGo/PicGo-Core/commit/2bf1ed9)), closes [#40](https://github.com/PicGo/PicGo-Core/issues/40)
|
|
825
|
-
* unregisterPlugin's bug ([966bfd8](https://github.com/PicGo/PicGo-Core/commit/966bfd8))
|
|
826
|
-
|
|
827
|
-
|
|
828
|
-
### :package: Chore
|
|
829
|
-
|
|
830
|
-
* add vscode workspace settings & migrate tslint to eslint ([50a4842](https://github.com/PicGo/PicGo-Core/commit/50a4842))
|
|
831
|
-
|
|
832
|
-
|
|
833
|
-
|
|
834
|
-
## :tada: 1.4.8 (2020-04-04)
|
|
835
|
-
|
|
836
|
-
|
|
837
|
-
### :bug: Bug Fixes
|
|
838
|
-
|
|
839
|
-
* encode url before finishing ([7a6b39c](https://github.com/PicGo/PicGo-Core/commit/7a6b39c))
|
|
840
|
-
* return true if decodeURI throw error to avoid crash ([d09d77a](https://github.com/PicGo/PicGo-Core/commit/d09d77a))
|
|
841
|
-
* win10 cmd crash bug when "picgo upload" ([#35](https://github.com/PicGo/PicGo-Core/issues/35)) ([deec252](https://github.com/PicGo/PicGo-Core/commit/deec252))
|
|
842
|
-
|
|
843
|
-
|
|
844
|
-
|
|
845
|
-
## :tada: 1.4.7 (2020-03-07)
|
|
846
|
-
|
|
847
|
-
|
|
848
|
-
### :sparkles: Features
|
|
849
|
-
|
|
850
|
-
* add smms-v2 support ([7e10655](https://github.com/PicGo/PicGo-Core/commit/7e10655))
|
|
851
|
-
* remove weibo support ([96b2b3a](https://github.com/PicGo/PicGo-Core/commit/96b2b3a))
|
|
852
|
-
|
|
853
|
-
|
|
854
|
-
### :pencil: Documentation
|
|
855
|
-
|
|
856
|
-
* update README ([aff6326](https://github.com/PicGo/PicGo-Core/commit/aff6326))
|
|
857
|
-
|
|
858
|
-
|
|
859
|
-
|
|
860
|
-
## :tada: 1.4.6 (2020-02-23)
|
|
861
|
-
|
|
862
|
-
|
|
863
|
-
### :bug: Bug Fixes
|
|
864
|
-
|
|
865
|
-
* auto generate a local png bug ([c54ac67](https://github.com/PicGo/PicGo-Core/commit/c54ac67))
|
|
866
|
-
|
|
867
|
-
|
|
868
|
-
|
|
869
|
-
## :tada: 1.4.5 (2020-02-23)
|
|
870
|
-
|
|
871
|
-
|
|
872
|
-
### :sparkles: Features
|
|
873
|
-
|
|
874
|
-
* add upload image from URL support ([0d87342](https://github.com/PicGo/PicGo-Core/commit/0d87342))
|
|
875
|
-
|
|
876
|
-
|
|
877
|
-
### :package: Chore
|
|
878
|
-
|
|
879
|
-
* travis-ci deploy option ([a2a89cd](https://github.com/PicGo/PicGo-Core/commit/a2a89cd))
|
|
880
|
-
|
|
881
|
-
|
|
882
|
-
|
|
883
|
-
## :tada: 1.4.4 (2019-12-30)
|
|
884
|
-
|
|
885
|
-
|
|
886
|
-
### :bug: Bug Fixes
|
|
887
|
-
|
|
888
|
-
* image_repeated error from smms ([#28](https://github.com/PicGo/PicGo-Core/issues/28)) ([f246b8d](https://github.com/PicGo/PicGo-Core/commit/f246b8d))
|
|
889
|
-
|
|
890
|
-
|
|
891
|
-
|
|
892
|
-
## :tada: 1.4.3 (2019-12-27)
|
|
893
|
-
|
|
894
|
-
|
|
895
|
-
### :sparkles: Features
|
|
896
|
-
|
|
897
|
-
* add aliyun optionUrl option ([0a3bdea](https://github.com/PicGo/PicGo-Core/commit/0a3bdea))
|
|
898
|
-
|
|
899
|
-
|
|
900
|
-
|
|
901
|
-
## :tada: 1.4.2 (2019-12-26)
|
|
902
|
-
|
|
903
|
-
|
|
904
|
-
### :bug: Bug Fixes
|
|
905
|
-
|
|
906
|
-
* cli source ([be6cdcc](https://github.com/PicGo/PicGo-Core/commit/be6cdcc))
|
|
907
|
-
|
|
908
|
-
|
|
909
|
-
|
|
910
|
-
## :tada: 1.4.1 (2019-12-26)
|
|
911
|
-
|
|
912
|
-
|
|
913
|
-
|
|
914
|
-
# :tada: 1.4.0 (2019-12-26)
|
|
915
|
-
|
|
916
|
-
|
|
917
|
-
### :sparkles: Features
|
|
918
|
-
|
|
919
|
-
* add config methods && pluginHandler to ctx ([f9bb9fb](https://github.com/PicGo/PicGo-Core/commit/f9bb9fb))
|
|
920
|
-
* **plugin:** passing environment variables ([50467c7](https://github.com/PicGo/PicGo-Core/commit/50467c7))
|
|
921
|
-
|
|
922
|
-
|
|
923
|
-
### :bug: Bug Fixes
|
|
924
|
-
|
|
925
|
-
* correct sm.ms err msg ([#18](https://github.com/PicGo/PicGo-Core/issues/18)) ([f0a4e8a](https://github.com/PicGo/PicGo-Core/commit/f0a4e8a))
|
|
926
|
-
* pluginHandler args length error ([e15eac2](https://github.com/PicGo/PicGo-Core/commit/e15eac2))
|
|
927
|
-
|
|
928
|
-
|
|
929
|
-
### :package: Chore
|
|
930
|
-
|
|
931
|
-
* **types:** added typings field to export type inform… ([#23](https://github.com/PicGo/PicGo-Core/issues/23)) ([8bb16e7](https://github.com/PicGo/PicGo-Core/commit/8bb16e7))
|
|
932
|
-
|
|
933
|
-
|
|
934
|
-
|
|
935
|
-
## :tada: 1.3.7 (2019-05-12)
|
|
936
|
-
|
|
937
|
-
|
|
938
|
-
### :bug: Bug Fixes
|
|
939
|
-
|
|
940
|
-
* **clipboard:** clipboard image getter error in macOS ([8314604](https://github.com/PicGo/PicGo-Core/commit/8314604))
|
|
941
|
-
|
|
942
|
-
|
|
943
|
-
|
|
944
|
-
## :tada: 1.3.6 (2019-04-20)
|
|
945
|
-
|
|
946
|
-
|
|
947
|
-
### :bug: Bug Fixes
|
|
948
|
-
|
|
949
|
-
* clipboard image upload under win10 ([48b72ed](https://github.com/PicGo/PicGo-Core/commit/48b72ed))
|
|
950
|
-
|
|
951
|
-
|
|
952
|
-
|
|
953
|
-
## :tada: 1.3.5 (2019-04-15)
|
|
954
|
-
|
|
955
|
-
|
|
956
|
-
### :bug: Bug Fixes
|
|
957
|
-
|
|
958
|
-
* writing log sometimes disappeared ([d36c0ae](https://github.com/PicGo/PicGo-Core/commit/d36c0ae))
|
|
959
|
-
|
|
960
|
-
|
|
961
|
-
### :package: Chore
|
|
962
|
-
|
|
963
|
-
* add picgo bump version ([c312302](https://github.com/PicGo/PicGo-Core/commit/c312302))
|