Merge remote-tracking branch 'upstream/main' into splashcat-exporter

splashcat-exporter
Rosalina 2023-07-26 14:56:36 -04:00
commit b86fcfc64d
No known key found for this signature in database
3 changed files with 12 additions and 5 deletions

View File

@ -1,3 +1,10 @@
## 0.4.6
chore: update constants
fix: skip updateState if history if empty
([#81](https://github.com/spacemeowx2/s3si.ts/issues/81))
## 0.4.5
fix: list method is not auto

View File

@ -9,7 +9,7 @@
},
"package": {
"productName": "s3si-ts",
"version": "0.4.5"
"version": "0.4.6"
},
"tauri": {
"allowlist": {

View File

@ -2,20 +2,20 @@ 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.5";
export const S3SI_VERSION = "0.4.6";
export const COMBINED_VERSION = `${AGENT_VERSION}/${S3SI_VERSION}`;
export const NSOAPP_VERSION = "2.6.0";
export const WEB_VIEW_VERSION = "4.0.0-d5178440";
export const WEB_VIEW_VERSION = "4.0.0-22ddb0fd";
export enum Queries {
HomeQuery = "7dcc64ea27a08e70919893a0d3f70871",
LatestBattleHistoriesQuery = "0d90c7576f1916469b2ae69f64292c02",
RegularBattleHistoriesQuery = "3baef04b095ad8975ea679d722bc17de",
BankaraBattleHistoriesQuery = "0438ea6978ae8bd77c5d1250f4f84803",
XBattleHistoriesQuery = "6796e3cd5dc3ebd51864dc709d899fc5",
EventBattleHistoriesQuery = "9744fcf676441873c7c8a51285b6aa4d",
EventBattleHistoriesQuery = "e7bbaf1fa255305d607351da434b2d0f",
PrivateBattleHistoriesQuery = "8e5ae78b194264a6c230e262d069bd28",
VsHistoryDetailQuery = "9ee0099fbe3d8db2a838a75cf42856dd",
CoopHistoryQuery = "91b917becd2fa415890f5b47e15ffb15",
CoopHistoryQuery = "01fb9793ad92f91892ea713410173260",
CoopHistoryDetailQuery = "379f0d9b78b531be53044bcac031b34b",
myOutfitCommonDataFilteringConditionQuery =
"d02ab22c9dccc440076055c8baa0fa7a",