Update version numbers to 1.94.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.93.7"
|
"version": "1.94.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -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
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.93.7"}
|
{"version":"1.94.0"}
|
||||||
Reference in New Issue
Block a user