piclist 0.0.6 → 0.0.7

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 CHANGED
@@ -1,6 +1,9 @@
1
- # :tada: 1.5.0 (2022-11-13)
2
1
 
2
+ # :tada: PicList core 0.0.6 (2023-01-23)
3
3
 
4
+ ### :sparkles: Features
5
+
6
+ * github、smms and imgur uploader now returns hash for deleting uploaded file.
4
7
 
5
8
  # :tada: 1.5.0-alpha.17 (2022-11-13)
6
9
 
package/README.md CHANGED
@@ -17,6 +17,7 @@ A tool for picture uploading. Both CLI & api supports. It also supports plugin s
17
17
 
18
18
  * smms图床的返回参数增加了图片hash,用于删除图片
19
19
  * imgur图床的返回参数增加了图片hash,用于删除图片
20
+ * github图床的返回参数增加了图片hash,用于删除图片
20
21
 
21
22
  ## Installation
22
23