Update version to 1.102.0

This commit is contained in:
kwaroran
2024-05-06 06:43:02 +09:00
parent e904d44eb5
commit 50fd644539
4 changed files with 9 additions and 13 deletions

View File

@@ -8,7 +8,7 @@
}, },
"package": { "package": {
"productName": "RisuAI", "productName": "RisuAI",
"version": "1.101.0" "version": "1.102.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@@ -1,16 +1,12 @@
export const patchNote = { export const patchNote = {
version: "1.101", version: "1.102",
content: content:
` `
# Update 1.101 # Update 1.102
- Added ≤ (or <=) operator to {{calc::A}} cbs - Changed download URL notification
- Added ≥ (or >=) operator to {{calc::A}} cbs - Fixed hanurai to skip query chats when push to processor (#400)
- Added = (or ==) operator to {{calc::A}} cbs - Fixed ollama's hardcoded url (#404)
- Now | and & operators' precedence is 1, instead of 0 - Added New Option Combine Translation (#405)
- || now works as alternative to | operator
- && now works as alternative to & operator
- {{calc::A}} cbs is now set to 0 by default, instead of NaN
- {{calc::A}} cbs now automatically fills non-existing values with 0
` `
} }

View File

@@ -14,7 +14,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database) export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false) export const loadedStore = writable(false)
export let appVer = "1.101.0" export let appVer = "1.102.0"
export let webAppSubVer = '' export let webAppSubVer = ''
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.101.0"} {"version":"1.102.0"}