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": {
"productName": "RisuAI",
"version": "1.101.0"
"version": "1.102.0"
},
"tauri": {
"allowlist": {

View File

@@ -1,16 +1,12 @@
export const patchNote = {
version: "1.101",
version: "1.102",
content:
`
# Update 1.101
- Added ≤ (or <=) operator to {{calc::A}} cbs
- Added ≥ (or >=) operator to {{calc::A}} cbs
- Added = (or ==) operator to {{calc::A}} cbs
- Now | and & operators' precedence is 1, instead of 0
- || 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
# Update 1.102
- Changed download URL notification
- Fixed hanurai to skip query chats when push to processor (#400)
- Fixed ollama's hardcoded url (#404)
- Added New Option Combine Translation (#405)
`
}

View File

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

View File

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