piclist 1.9.4 → 1.9.6

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,3 +1,21 @@
1
+ ## :tada: 1.9.6 (2024-09-12)
2
+
3
+
4
+ ### :sparkles: Features
5
+
6
+ * **custom:** remove telegra.ph ([cb2e076](https://github.com/Kuingsmile/PicList-Core/commit/cb2e076))
7
+
8
+
9
+
10
+ ## :tada: 1.9.5 (2024-09-11)
11
+
12
+
13
+ ### :sparkles: Features
14
+
15
+ * **custom:** optimize second uploader ([58ae7ea](https://github.com/Kuingsmile/PicList-Core/commit/58ae7ea))
16
+
17
+
18
+
1
19
  ## :tada: 1.9.4 (2024-09-03)
2
20
 
3
21
 
@@ -7,7 +7,7 @@ export declare class Lifecycle extends EventEmitter {
7
7
  constructor(ctx: IPicGo);
8
8
  private downloadTTF;
9
9
  private helpGetOption;
10
- start(input: any[]): Promise<IPicGo>;
10
+ start(input: any[], skipProcess?: boolean): Promise<IPicGo>;
11
11
  private preprocess;
12
12
  private buildInRename;
13
13
  private beforeTransform;
@@ -18,6 +18,7 @@ export declare class PicGo extends EventEmitter implements IPicGo {
18
18
  output: IImgInfo[];
19
19
  input: any[];
20
20
  rawInput: any[];
21
+ processedInput: any[];
21
22
  pluginHandler: PluginHandler;
22
23
  /**
23
24
  * @deprecated will be removed in v1.5.0+
@@ -47,4 +48,5 @@ export declare class PicGo extends EventEmitter implements IPicGo {
47
48
  unsetConfig(key: string, propName: string): void;
48
49
  get request(): IRequest['request'];
49
50
  upload(input?: any[]): Promise<IImgInfo[] | Error>;
51
+ uploadReturnCtx(input?: any[], skipProcess?: boolean): Promise<IPicGo>;
50
52
  }
@@ -102,7 +102,6 @@ export declare const ZH_CN: {
102
102
  PICBED_QINIU_MESSAGE_AREA: string;
103
103
  PICBED_QINIU_MESSAGE_OPTIONS: string;
104
104
  PICBED_QINIU_MESSAGE_URL: string;
105
- PICBED_TELEGRAPH: string;
106
105
  PICBED_IMGUR: string;
107
106
  PICBED_IMGUR_CLIENTID: string;
108
107
  PICBED_IMGUR_USERNAME: string;