Update version numbers to 1.94.0

This commit is contained in:
kwaroran
2024-04-10 11:34:37 +09:00
parent 488a0f2015
commit 0d4b89ff80
4 changed files with 17 additions and 12 deletions

View File

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

View File

@@ -1,15 +1,20 @@
export const patchNote = {
version: "1.93",
version: "1.94",
content:
`
# Update 1.93
- Added {{#each A B}} syntax for looping through arrays
- Added {{range::A}} syntax which returns an array of numbers from 0 to A
- Added {{assetlist}} and {{emotionlist}} which returns a list of assets and emotions
- Added functionality to update card to realm optionally
- Changed {{history}} behavior to return the array of history
- Fixed a bug where {{#if}} was not working properly when its nested multiple times
- Removed <Pure> tag dude to buggy behavior
# Update 1.94
- Added "If Value" condition in Trigger Scripts
- Added "Call Trigger" effect in Trigger Scripts
- Added "Stop Sending Prompt" effect in Trigger Scripts
- Added "Run Command" effect in Trigger Scripts
- Added Trigger Scripts' help dialog
- Added "risu-trigger" attribute support to trigger Trigger Scripts in HTML
- Reworked {{button::A::B}} to use with Trigger Scripts
- Trigger Scripts now parses curly braced syntax in attributes
- Fixed Commands not chaining properly
- Fixed Trigger Scripts' variable not saving and syncing properly
- Changed CharacterJS in character to not be shown unless unrecommended option is enabled
- Changed CharacterJS to not be exported in character export
`
}

View File

@@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.93.7"
export let appVer = "1.94.0"
export let webAppSubVer = ''
export function setDatabase(data:Database){

View File

@@ -1 +1 @@
{"version":"1.93.7"}
{"version":"1.94.0"}