diff --git a/CHANGELOG.md b/CHANGELOG.md index 6ddd7b7..d2322f3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.4.5 + +fix: list method is not auto + ## 0.4.4 feat: send Anarchy (Open) Power diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index 794615c..15ddca7 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -8,7 +8,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.4.4" + "version": "0.4.5" }, "tauri": { "allowlist": { @@ -93,4 +93,4 @@ } ] } -} \ No newline at end of file +} diff --git a/src/app.ts b/src/app.ts index 1380ede..4d5e9e6 100644 --- a/src/app.ts +++ b/src/app.ts @@ -29,7 +29,7 @@ export const DEFAULT_OPTS: Opts = { noProgress: false, monitor: false, withSummary: false, - listMethod: "latest", + listMethod: "auto", env: DEFAULT_ENV, }; diff --git a/src/constant.ts b/src/constant.ts index 62c25e1..3076afd 100644 --- a/src/constant.ts +++ b/src/constant.ts @@ -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 {