Skip to content

Commit

Permalink
Update version to 1.78.0
Browse files Browse the repository at this point in the history
  • Loading branch information
kwaroran committed Feb 6, 2024
1 parent ca31eaf commit 3278e49
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"package": {
"productName": "RisuAI",
"version": "1.77.0"
"version": "1.78.0"
},
"tauri": {
"allowlist": {
Expand Down
20 changes: 13 additions & 7 deletions src/etc/patchNote.ts
Original file line number Diff line number Diff line change
@@ -1,13 +1,19 @@
export const patchNote = {
version: "1.77",
version: "1.78",
content:
`
# Update 1.77
- Added Risu RCC export
- Added password protection
- Added license for file export
- Added memory limit border thickness (#286)
- Minor fixes
# Update 1.78
- Added Modules
- Modules are package of triggers, regex, and lorebook
- You can enable globally, or enable only in specific chat
- Designed for easy sharing and activation/deactivation.
- Removed global regex and lorebook
- This would be replaced by modules
- Old global regex and lorebook will be converted to modules
- Fixed Claude prompting
- Settings menu would be remembered
- Added persona portraits (#289)
- Added gpt-3.5-turbo-0125 (#288)
`
}

Expand Down
2 changes: 1 addition & 1 deletion src/ts/storage/database.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import type { OobaChatCompletionRequestParams } from '../model/ooba';

export const DataBase = writable({} as any as Database)
export const loadedStore = writable(false)
export let appVer = "1.77.0"
export let appVer = "1.78.0"
export let webAppSubVer = ''

export function setDatabase(data:Database){
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"version":"1.77.0"}
{"version":"1.78.0"}

0 comments on commit 3278e49

Please sign in to comment.