chore: Update version to 1.107.0

This commit is contained in:
kwaroran
2024-05-27 12:40:28 +09:00
parent f822765d95
commit 73eec2f018
6 changed files with 15 additions and 47 deletions

View File

@@ -8,7 +8,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 2
versionName "1.106.5"
versionName "1.107.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
aaptOptions {
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

View File

@@ -12,7 +12,7 @@
"filters": [],
"attributes": [],
"versionCode": 2,
"versionName": "1.106.5",
"versionName": "1.107.0",
"outputFile": "app-release.apk"
}
],

View File

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

View File

@@ -1,48 +1,16 @@
export const patchNote = {
version: "1.106",
version: "1.107",
content:
`
# Update 1.106 (Character Card V3 Update 1 & Highlights)
- Added Character Card V3 Support
- Added Character Card V3 Export
- Added Character Card V3 Import
- Added Multiple character icons support
- Added {{// }} CBS support
- Added {{hidden_key:A}} support
- Added {{reverse:B}} support
- Added {{comment:B}} support
- Added nickname field
- Added creation date field
- Added last modified date field
- Added use regex field on lorebook
- Rewrote lorebook system
- Added decorators support
- Added @@activate_only_after support
- Added @@activate_only_every support
- Added @@depth support
- Added @@reverse_depth support
- Added @@role support
- Added @@@scan_depth support
- Added @@is_greeting support
- Added @@position support
- Added @@ignore_on_max_context support
- Added @@additional_keys support
- Added @@exclude_keys support
- Added @@activate support
- Added @@dont_activate support
- Added @@disable_ui_prompt support
- Deprecated legacy decorators
- Deprecated @@end, use @@role end instead
- Deprecated @@assistant, use @@role assistant instead
- Deprecated @@user, use @@role user instead
- Deprecated @@system, use @@role system instead
- Added Highlight system
- Requires Custom Highlight API support in the browser/OS
- This would enable Highlights of CBS, decorators, and more
- Added Long press to close edit
- Added Long press to remove recursive
- Changed Regex OUT to multi-line input, rather than single line
- Changed many Trigger Script fields to multi-line input, rather than single line
# Update 1.107 (Things & Stuff Update)
- Added custom toggle system in prompt template
- Added default variable setting in prompt template and characters
- Removed experimental flag from HypaMemory V2
- Added HypaMemory V2 chunk size and allocation size setting
- Changed old COT toggle to deprecated, dude to new custom toggle system
- Fixed Supamemory summary not working when generation choices are more than 1
- Fixed triggerscript not handling undefined values as null
- Fixed Character Card V3 export not working or missing fields in specific cases
`
}

View File

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

View File

@@ -1 +1 @@
{"version":"1.106.5"}
{"version":"1.107.0"}