piclist 2.3.2 → 2.3.4
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 +17 -0
- package/dist/core/PicGo.d.ts +1 -0
- package/dist/index.js +2 -2
- package/dist/types/index.d.ts +2 -1
- package/dist/utils/common.d.ts +1 -0
- package/package.json +2 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,3 +1,20 @@
|
|
|
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
|
+
|
|
1
18
|
## (2026-01-27)
|
|
2
19
|
|
|
3
20
|
* :sparkles: Feature(custom): support lifecycle scripts e5610a9
|
package/dist/core/PicGo.d.ts
CHANGED