Merge remote-tracking branch 'upstream/main' into dumb-splashcat-thing

dumb-splashcat-thing
Rosalina 2023-07-01 00:25:14 -04:00
commit 3ce8ae8d8e
No known key found for this signature in database
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

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

View File

@ -2,7 +2,7 @@ import type { StatInkPostBody, VsHistoryDetail } from "./types.ts";
export const AGENT_NAME = "splashcat / s3si.ts";
export const AGENT_VERSION = "1.1.1";
export const S3SI_VERSION = "0.4.4";
export const S3SI_VERSION = "0.4.5";
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
export const NSOAPP_VERSION = "2.5.2";
export const WEB_VIEW_VERSION = "4.0.0-d5178440";