From 52f42bc42f6c9751bd746447922a7cba003afae3 Mon Sep 17 00:00:00 2001 From: spacemeowx2 Date: Tue, 27 Feb 2024 15:10:03 +0800 Subject: [PATCH] chore: bump version and update CHANGELOG --- CHANGELOG.md | 6 ++++++ gui/src-tauri/tauri.conf.json | 2 +- src/constant.ts | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5961192..09b4383 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.4.15 + +feat: add znca headers ([#95](https://github.com/spacemeowx2/s3si.ts/issues/95)) + +feat: update User-Agent ([#94](https://github.com/spacemeowx2/s3si.ts/pull/94)) + ## 0.4.14 chore: update `WEB_VIEW_VERSION` and queries diff --git a/gui/src-tauri/tauri.conf.json b/gui/src-tauri/tauri.conf.json index afe5afc..68aebd0 100644 --- a/gui/src-tauri/tauri.conf.json +++ b/gui/src-tauri/tauri.conf.json @@ -9,7 +9,7 @@ }, "package": { "productName": "s3si-ts", - "version": "0.4.14" + "version": "0.4.15" }, "tauri": { "allowlist": { diff --git a/src/constant.ts b/src/constant.ts index bf7e6dd..45cbb06 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.14"; +export const S3SI_VERSION = "0.4.15"; export const NSOAPP_VERSION = "2.9.0"; export const WEB_VIEW_VERSION = "6.0.0-eb33aadc"; export enum Queries {