Compare commits
2 Commits
ff95f1a4b0
...
3ce8ae8d8e
| Author | SHA1 | Date |
|---|---|---|
|
|
3ce8ae8d8e | |
|
|
1bc0d3eefc |
|
|
@ -1,3 +1,7 @@
|
|||
## 0.4.5
|
||||
|
||||
fix: list method is not auto
|
||||
|
||||
## 0.4.4
|
||||
|
||||
feat: send Anarchy (Open) Power
|
||||
|
|
|
|||
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "s3si-ts",
|
||||
"version": "0.4.4"
|
||||
"version": "0.4.5"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@ export const DEFAULT_OPTS: Opts = {
|
|||
monitor: false,
|
||||
withSummary: false,
|
||||
withStages: true,
|
||||
listMethod: "latest",
|
||||
listMethod: "auto",
|
||||
env: DEFAULT_ENV,
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Reference in New Issue