Update version to 1.78.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.77.0"
|
"version": "1.78.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,13 +1,19 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.77",
|
version: "1.78",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.77
|
# Update 1.78
|
||||||
- Added Risu RCC export
|
- Added Modules
|
||||||
- Added password protection
|
- Modules are package of triggers, regex, and lorebook
|
||||||
- Added license for file export
|
- You can enable globally, or enable only in specific chat
|
||||||
- Added memory limit border thickness (#286)
|
- Designed for easy sharing and activation/deactivation.
|
||||||
- Minor fixes
|
- Removed global regex and lorebook
|
||||||
|
- This would be replaced by modules
|
||||||
|
- Old global regex and lorebook will be converted to modules
|
||||||
|
- Fixed Claude prompting
|
||||||
|
- Settings menu would be remembered
|
||||||
|
- Added persona portraits (#289)
|
||||||
|
- Added gpt-3.5-turbo-0125 (#288)
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.77.0"
|
export let appVer = "1.78.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.77.0"}
|
{"version":"1.78.0"}
|
||||||
Reference in New Issue
Block a user