Update version number to 1.99.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.98.2"
|
"version": "1.99.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,14 +1,19 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.98",
|
version: "1.99",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.98
|
# Update 1.99
|
||||||
- Added Hanurai Memory feature
|
- Added Playground
|
||||||
- Added Supamemory boilerplate
|
- Added Chat Playground
|
||||||
- Added Llama3 Tokenizer
|
- Added Embedding Playground
|
||||||
|
- Added Tokenization Playground
|
||||||
|
- Added Syntax Playground
|
||||||
|
- Added Jinja Playground
|
||||||
- Added Openrouter instruct mode
|
- Added Openrouter instruct mode
|
||||||
- Improved vector embedding similarity calculation
|
- Improved embedding performance
|
||||||
- Fixed error alert returning [object Object] instead of the error message
|
- 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
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -15,7 +15,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.98.2"
|
export let appVer = "1.99.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.98.2"}
|
{"version":"1.99.0"}
|
||||||
Reference in New Issue
Block a user