fix: list method is not auto

dumb-splashcat-thing
imspace 2023-06-15 15:59:45 +08:00
parent a67bb4814d
commit 1bc0d3eefc
4 changed files with 8 additions and 4 deletions

View File

@ -1,3 +1,7 @@
## 0.4.5
fix: list method is not auto
## 0.4.4
feat: send Anarchy (Open) Power

View File

@ -8,7 +8,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.4"
"version": "0.4.5"
},
"tauri": {
"allowlist": {
@ -93,4 +93,4 @@
}
]
}
}
}

View File

@ -29,7 +29,7 @@ export const DEFAULT_OPTS: Opts = {
noProgress: false,
monitor: false,
withSummary: false,
listMethod: "latest",
listMethod: "auto",
env: DEFAULT_ENV,
};

View File

@ -1,7 +1,7 @@
import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "s3si.ts";
export const S3SI_VERSION = "0.4.4";
export const S3SI_VERSION = "0.4.5";
export const NSOAPP_VERSION = "2.5.2";
export const WEB_VIEW_VERSION = "4.0.0-d5178440";
export enum Queries {