Update version number to 1.99.0

This commit is contained in:
kwaroran
2024-04-24 22:54:08 +09:00
parent 561ec6137c
commit 4bf65af264
4 changed files with 15 additions and 10 deletions

View File

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

View File

@@ -1,14 +1,19 @@
export const patchNote = {
version: "1.98",
version: "1.99",
content:
`
# Update 1.98
- Added Hanurai Memory feature
- Added Supamemory boilerplate
- Added Llama3 Tokenizer
# Update 1.99
- Added Playground
- Added Chat Playground
- Added Embedding Playground
- Added Tokenization Playground
- Added Syntax Playground
- Added Jinja Playground
- Added Openrouter instruct mode
- Improved vector embedding similarity calculation
- Fixed error alert returning [object Object] instead of the error message
- Improved embedding performance
- Now Chat prompt item in prompt template would not show chat range by default
- Fixed Harunai enable option not appearing
- Fixed Approximate Tokens displaying wrong number
`
}

View File

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

View File

@@ -1 +1 @@
{"version":"1.98.2"}
{"version":"1.99.0"}