chore: Update version to 1.107.0
This commit is contained in:
@@ -8,7 +8,7 @@ android {
|
|||||||
minSdkVersion rootProject.ext.minSdkVersion
|
minSdkVersion rootProject.ext.minSdkVersion
|
||||||
targetSdkVersion rootProject.ext.targetSdkVersion
|
targetSdkVersion rootProject.ext.targetSdkVersion
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName "1.106.5"
|
versionName "1.107.0"
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
aaptOptions {
|
aaptOptions {
|
||||||
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
"filters": [],
|
"filters": [],
|
||||||
"attributes": [],
|
"attributes": [],
|
||||||
"versionCode": 2,
|
"versionCode": 2,
|
||||||
"versionName": "1.106.5",
|
"versionName": "1.107.0",
|
||||||
"outputFile": "app-release.apk"
|
"outputFile": "app-release.apk"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
|||||||
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.106.5"
|
"version": "1.107.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,48 +1,16 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.106",
|
version: "1.107",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.106 (Character Card V3 Update 1 & Highlights)
|
# Update 1.107 (Things & Stuff Update)
|
||||||
- Added Character Card V3 Support
|
- Added custom toggle system in prompt template
|
||||||
- Added Character Card V3 Export
|
- Added default variable setting in prompt template and characters
|
||||||
- Added Character Card V3 Import
|
- Removed experimental flag from HypaMemory V2
|
||||||
- Added Multiple character icons support
|
- Added HypaMemory V2 chunk size and allocation size setting
|
||||||
- Added {{// }} CBS support
|
- Changed old COT toggle to deprecated, dude to new custom toggle system
|
||||||
- Added {{hidden_key:A}} support
|
- Fixed Supamemory summary not working when generation choices are more than 1
|
||||||
- Added {{reverse:B}} support
|
- Fixed triggerscript not handling undefined values as null
|
||||||
- Added {{comment:B}} support
|
- Fixed Character Card V3 export not working or missing fields in specific cases
|
||||||
- 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
|
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,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.106.5"
|
export let appVer = "1.107.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.106.5"}
|
{"version":"1.107.0"}
|
||||||
Reference in New Issue
Block a user