Update version to 1.81.0

This commit is contained in:
kwaroran
2024-03-05 02:44:47 +09:00
parent 4e55290735
commit 65ea30bde1
4 changed files with 12 additions and 16 deletions

View File

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

View File

@@ -1,19 +1,15 @@
export const patchNote = { export const patchNote = {
version: "1.78", version: "1.81",
content: content:
` `
# Update 1.78 # Update 1.81
- Added Modules - Added {{model}}
- Modules are package of triggers, regex, and lorebook - {{model}} outputs the current ai model that is being used
- You can enable globally, or enable only in specific chat - Added {{axmodel}}
- Designed for easy sharing and activation/deactivation. - {{axmodel}} outputs the current ax. model that is being used
- Removed global regex and lorebook - Added {{startswith::A::B}}
- This would be replaced by modules - {{startswith::A::B}} returns true if A starts with B
- Old global regex and lorebook will be converted to modules - Improved Claude 3 format handling
- Fixed Claude prompting
- Settings menu would be remembered
- Added persona portraits (#289)
- Added gpt-3.5-turbo-0125 (#288)
` `
} }

View File

@@ -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.80.0" export let appVer = "1.81.0"
export let webAppSubVer = '' export let webAppSubVer = ''
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.80.0"} {"version":"1.81.0"}