Update version to 1.82.0 and add patch notes for 1.82
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.81.1"
|
"version": "1.82.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,15 +1,13 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.81",
|
version: "1.82",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.81
|
# Update 1.82
|
||||||
- Added {{model}}
|
- Added native fetch handling for local version
|
||||||
- {{model}} outputs the current ai model that is being used
|
- This would make the fetch request faster and more stable
|
||||||
- Added {{axmodel}}
|
- This would solve many issues with fetch request on local version
|
||||||
- {{axmodel}} outputs the current ax. model that is being used
|
- Added Claude-3 streaming
|
||||||
- Added {{startswith::A::B}}
|
- Force Plain Fetch is now unrecommended
|
||||||
- {{startswith::A::B}} returns true if A starts with B
|
|
||||||
- Improved Claude 3 format handling
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.81.1"
|
export let appVer = "1.82.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.81.1"}
|
{"version":"1.82.0"}
|
||||||
Reference in New Issue
Block a user