Skip to content

Commit 73eec2f

Browse files
committed
chore: Update version to 1.107.0
1 parent f822765 commit 73eec2f

File tree

6 files changed

+15
-47
lines changed

6 files changed

+15
-47
lines changed

android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ android {
88
minSdkVersion rootProject.ext.minSdkVersion
99
targetSdkVersion rootProject.ext.targetSdkVersion
1010
versionCode 2
11-
versionName "1.106.5"
11+
versionName "1.107.0"
1212
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
1313
aaptOptions {
1414
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.

android/app/release/output-metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"filters": [],
1313
"attributes": [],
1414
"versionCode": 2,
15-
"versionName": "1.106.5",
15+
"versionName": "1.107.0",
1616
"outputFile": "app-release.apk"
1717
}
1818
],

src-tauri/tauri.conf.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
},
99
"package": {
1010
"productName": "RisuAI",
11-
"version": "1.106.5"
11+
"version": "1.107.0"
1212
},
1313
"tauri": {
1414
"allowlist": {

src/etc/patchNote.ts

+10-42
Original file line numberDiff line numberDiff line change
@@ -1,48 +1,16 @@
11
export const patchNote = {
2-
version: "1.106",
2+
version: "1.107",
33
content:
44
`
5-
# Update 1.106 (Character Card V3 Update 1 & Highlights)
6-
- Added Character Card V3 Support
7-
- Added Character Card V3 Export
8-
- Added Character Card V3 Import
9-
- Added Multiple character icons support
10-
- Added {{// }} CBS support
11-
- Added {{hidden_key:A}} support
12-
- Added {{reverse:B}} support
13-
- Added {{comment:B}} support
14-
- Added nickname field
15-
- Added creation date field
16-
- Added last modified date field
17-
- Added use regex field on lorebook
18-
- Rewrote lorebook system
19-
- Added decorators support
20-
- Added @@activate_only_after support
21-
- Added @@activate_only_every support
22-
- Added @@depth support
23-
- Added @@reverse_depth support
24-
- Added @@role support
25-
- Added @@@scan_depth support
26-
- Added @@is_greeting support
27-
- Added @@position support
28-
- Added @@ignore_on_max_context support
29-
- Added @@additional_keys support
30-
- Added @@exclude_keys support
31-
- Added @@activate support
32-
- Added @@dont_activate support
33-
- Added @@disable_ui_prompt support
34-
- Deprecated legacy decorators
35-
- Deprecated @@end, use @@role end instead
36-
- Deprecated @@assistant, use @@role assistant instead
37-
- Deprecated @@user, use @@role user instead
38-
- Deprecated @@system, use @@role system instead
39-
- Added Highlight system
40-
- Requires Custom Highlight API support in the browser/OS
41-
- This would enable Highlights of CBS, decorators, and more
42-
- Added Long press to close edit
43-
- Added Long press to remove recursive
44-
- Changed Regex OUT to multi-line input, rather than single line
45-
- Changed many Trigger Script fields to multi-line input, rather than single line
5+
# Update 1.107 (Things & Stuff Update)
6+
- Added custom toggle system in prompt template
7+
- Added default variable setting in prompt template and characters
8+
- Removed experimental flag from HypaMemory V2
9+
- Added HypaMemory V2 chunk size and allocation size setting
10+
- Changed old COT toggle to deprecated, dude to new custom toggle system
11+
- Fixed Supamemory summary not working when generation choices are more than 1
12+
- Fixed triggerscript not handling undefined values as null
13+
- Fixed Character Card V3 export not working or missing fields in specific cases
4614
`
4715
}
4816

src/ts/storage/database.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';
1414

1515
export const DataBase = writable({} as any as Database)
1616
export const loadedStore = writable(false)
17-
export let appVer = "1.106.5"
17+
export let appVer = "1.107.0"
1818
export let webAppSubVer = ''
1919

2020
export function setDatabase(data:Database){

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
{"version":"1.106.5"}
1+
{"version":"1.107.0"}

0 commit comments

Comments
 (0)