Bump to 1.85.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.84.0"
|
"version": "1.85.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,24 +1,13 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.84",
|
version: "1.85",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.84
|
# Update 1.85
|
||||||
# Changes
|
- Added Claude-3 vision functionality
|
||||||
- Added \`{{endswith::A::B}}\`
|
- Added local captioning for non-vision models
|
||||||
- Added \`{{contains::A::B}}\`
|
- Post file button would be available regardless of settings
|
||||||
- Added \`{{replace::A::B::C}}\`
|
- Removed 'able post file' setting, since it's always available now
|
||||||
- Added \`{{split::A::B}}\`
|
- Fixed creator's quote not updating
|
||||||
- Added \`{{join::A::B}}\`
|
|
||||||
- Added \`{{length::A}}\`
|
|
||||||
- Added \`{{arraylength::A}}\`
|
|
||||||
- Added \`{{lower::A}}\`
|
|
||||||
- Added \`{{upper::A}}\`
|
|
||||||
- Added \`{{capitalize::A}}\`
|
|
||||||
- Added \`{{round::A}}\`
|
|
||||||
- Added \`{{floor::A}}\`
|
|
||||||
- Added \`{{ceil::A}}\`
|
|
||||||
- Added \`{{abs::A}}\`
|
|
||||||
- Fix Claude streaming on ax. model
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.84.0"
|
export let appVer = "1.85.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.84.0"}
|
{"version":"1.85.0"}
|
||||||
Reference in New Issue
Block a user