Update version numbers to 1.95.0

This commit is contained in:
kwaroran
2024-04-11 06:06:26 +09:00
parent 386129626f
commit 8c0fe0d795
4 changed files with 17 additions and 17 deletions

View File

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

View File

@@ -1,20 +1,20 @@
export const patchNote = { export const patchNote = {
version: "1.94", version: "1.95",
content: content:
` `
# Update 1.94 # Update 1.95
- Added "If Value" condition in Trigger Scripts - Added New character import screen
- Added "Call Trigger" effect in Trigger Scripts - Added Metadata viewer for chat
- Added "Stop Sending Prompt" effect in Trigger Scripts - Changed default prompt
- Added "Run Command" effect in Trigger Scripts - Changed High contrast text color
- Added Trigger Scripts' help dialog - Changed SupaMemory and HypaMemory to return one chunk instead of multiple
- Added "risu-trigger" attribute support to trigger Trigger Scripts in HTML - Made progress circle color to change dynamically depending how the progress is
- Reworked {{button::A::B}} to use with Trigger Scripts - Imported flag would be saved when character is imported
- Trigger Scripts now parses curly braced syntax in attributes - Fixed Realm UI cutoff
- Fixed Commands not chaining properly - Fixed Realm import not working for new URLs
- Fixed Trigger Scripts' variable not saving and syncing properly - Fixed Error message in SupaMemory returning [Object Object]
- Changed CharacterJS in character to not be shown unless unrecommended option is enabled - Fixed HypaMemory not running even the HypaMemory is enabled
- Changed CharacterJS to not be exported in character export - Fixed HypaMemory and SupaMemory returning same result
` `
} }

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

View File

@@ -1 +1 @@
{"version":"1.94.1"} {"version":"1.95.0"}