piclist 0.6.5 → 0.6.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,50 +1,50 @@
1
- ## :tada: 0.5.3 (2023-04-29)
2
-
3
-
4
- ### :sparkles: Features
5
-
6
- * add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
7
-
8
-
9
- ### :bug: Bug Fixes
10
-
11
- * compatibility with auto-delete ([f9248d5](https://github.com/Kuingsmile/PicList-Core/commit/f9248d5))
12
-
13
-
14
- ### :pencil: Documentation
15
-
16
- * update docs ([2ffac40](https://github.com/Kuingsmile/PicList-Core/commit/2ffac40))
17
-
18
-
19
-
20
- ## :tada: 0.5.2 (2023-04-18)
21
-
22
-
23
- ### :sparkles: Features
24
-
25
- * add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
26
-
27
-
28
- ### :bug: Bug Fixes
29
-
30
- * compatibility with auto-delete ([f9248d5](https://github.com/Kuingsmile/PicList-Core/commit/f9248d5))
31
-
32
-
33
- ### :pencil: Documentation
34
-
35
- * update docs ([2ffac40](https://github.com/Kuingsmile/PicList-Core/commit/2ffac40))
36
-
37
-
38
-
39
- ## :tada: 0.5.1 (2023-04-15)
40
-
41
-
42
- ### :sparkles: Features
43
-
44
- * add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
45
-
46
-
47
-
1
+ ## :tada: 0.5.3 (2023-04-29)
2
+
3
+
4
+ ### :sparkles: Features
5
+
6
+ * add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
7
+
8
+
9
+ ### :bug: Bug Fixes
10
+
11
+ * compatibility with auto-delete ([f9248d5](https://github.com/Kuingsmile/PicList-Core/commit/f9248d5))
12
+
13
+
14
+ ### :pencil: Documentation
15
+
16
+ * update docs ([2ffac40](https://github.com/Kuingsmile/PicList-Core/commit/2ffac40))
17
+
18
+
19
+
20
+ ## :tada: 0.5.2 (2023-04-18)
21
+
22
+
23
+ ### :sparkles: Features
24
+
25
+ * add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
26
+
27
+
28
+ ### :bug: Bug Fixes
29
+
30
+ * compatibility with auto-delete ([f9248d5](https://github.com/Kuingsmile/PicList-Core/commit/f9248d5))
31
+
32
+
33
+ ### :pencil: Documentation
34
+
35
+ * update docs ([2ffac40](https://github.com/Kuingsmile/PicList-Core/commit/2ffac40))
36
+
37
+
38
+
39
+ ## :tada: 0.5.1 (2023-04-15)
40
+
41
+
42
+ ### :sparkles: Features
43
+
44
+ * add auth user upload for imgur ([ebfe657](https://github.com/Kuingsmile/PicList-Core/commit/ebfe657))
45
+
46
+
47
+
48
48
  # :tada: 0.3.0 (2023-03-09)
49
49
 
50
50
 
@@ -116,6 +116,8 @@ export declare const ZH_CN: {
116
116
  BUILDIN_WATERMARK_MESSAGE_WATERMARKIMAGEPATH: string;
117
117
  BUILDIN_WATERMARK_WATERMARKPOSITION: string;
118
118
  BUILDIN_WATERMARK_MESSAGE_WATERMARKPOSITION: string;
119
+ BUILDIN_RENAME_FORMAT: string;
120
+ BUILDIN_RENAME_ENABLE: string;
119
121
  BUILDIN_COMPRESS_QUALITY: string;
120
122
  BUILDIN_COMPRESS_MESSAGE_QUALITY: string;
121
123
  BUILDIN_COMPRESS_ISCONVERT: string;