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": { "package": {
"productName": "RisuAI", "productName": "RisuAI",
"version": "1.93.7" "version": "1.94.0"
}, },
"tauri": { "tauri": {
"allowlist": { "allowlist": {

View File

@@ -1,15 +1,20 @@
export const patchNote = { export const patchNote = {
version: "1.93", version: "1.94",
content: content:
` `
# Update 1.93 # Update 1.94
- Added {{#each A B}} syntax for looping through arrays - Added "If Value" condition in Trigger Scripts
- Added {{range::A}} syntax which returns an array of numbers from 0 to A - Added "Call Trigger" effect in Trigger Scripts
- Added {{assetlist}} and {{emotionlist}} which returns a list of assets and emotions - Added "Stop Sending Prompt" effect in Trigger Scripts
- Added functionality to update card to realm optionally - Added "Run Command" effect in Trigger Scripts
- Changed {{history}} behavior to return the array of history - Added Trigger Scripts' help dialog
- Fixed a bug where {{#if}} was not working properly when its nested multiple times - Added "risu-trigger" attribute support to trigger Trigger Scripts in HTML
- Removed <Pure> tag dude to buggy behavior - 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 DataBase = writable({} as any as Database)
export const loadedStore = writable(false) export const loadedStore = writable(false)
export let appVer = "1.93.7" export let appVer = "1.94.0"
export let webAppSubVer = '' export let webAppSubVer = ''
export function setDatabase(data:Database){ export function setDatabase(data:Database){

View File

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