Update version numbers to 1.100.0
This commit is contained in:
@@ -8,7 +8,7 @@
|
|||||||
},
|
},
|
||||||
"package": {
|
"package": {
|
||||||
"productName": "RisuAI",
|
"productName": "RisuAI",
|
||||||
"version": "1.99.1"
|
"version": "1.100.0"
|
||||||
},
|
},
|
||||||
"tauri": {
|
"tauri": {
|
||||||
"allowlist": {
|
"allowlist": {
|
||||||
|
|||||||
@@ -1,19 +1,36 @@
|
|||||||
export const patchNote = {
|
export const patchNote = {
|
||||||
version: "1.99",
|
version: "1.100",
|
||||||
content:
|
content:
|
||||||
`
|
`
|
||||||
# Update 1.99
|
# Update 1.100
|
||||||
- Added Playground
|
- Improved {{datetimeformat:A}}
|
||||||
- Added Chat Playground
|
- Now it can be also called with {{datetimeformat::A}}, {{date::A}}, {{time::A}}
|
||||||
- Added Embedding Playground
|
- Added \`X\` and \`x\` format for unix timestamp
|
||||||
- Added Tokenization Playground
|
- Characters over 300 will be cut off
|
||||||
- Added Syntax Playground
|
- Improved {{calc::A}}
|
||||||
- Added Jinja Playground
|
- Now it can be also called with {{? A}}
|
||||||
- Added Openrouter instruct mode
|
- Now it can use \`(\` and \`)\` for calculation
|
||||||
- Improved embedding performance
|
- Now it can use \`^\` for power
|
||||||
- Now Chat prompt item in prompt template would not show chat range by default
|
- Now it can use \`%\` for modulo
|
||||||
- Fixed Harunai enable option not appearing
|
- Now it can use \`|\` for or
|
||||||
- Fixed Approximate Tokens displaying wrong number
|
- Now it can use \`&\` for and
|
||||||
|
- Now it can use \`<\` for less than
|
||||||
|
- Now it can use \`>\` for greater than
|
||||||
|
- Added {{idle_duration}}
|
||||||
|
- Old {{idle_duration}} has been renamed to {{message_idle_duration}}
|
||||||
|
- {{idle_duration}} will return (current time - last message time)
|
||||||
|
- Added {{setdefaultvar::A::B}}
|
||||||
|
- If A is not defined, it will be set to B
|
||||||
|
- Added \`/?\` command
|
||||||
|
- Added \`risu_user\` and \`risu_char\` variable to jinja template
|
||||||
|
- Added escape key functionality to close the modal
|
||||||
|
- Added Text Input Size setting
|
||||||
|
- Added Text Input Text Size setting
|
||||||
|
- Added Sidebar Size setting
|
||||||
|
- Added functionality to make a blank first message by using only {{blank}}
|
||||||
|
- CloneDeep has been replaced with structuredClone
|
||||||
|
- This will improve the performance
|
||||||
|
- Unhandled Error will be automatically alerted now
|
||||||
`
|
`
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -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.99.1"
|
export let appVer = "1.100.0"
|
||||||
export let webAppSubVer = ''
|
export let webAppSubVer = ''
|
||||||
|
|
||||||
export function setDatabase(data:Database){
|
export function setDatabase(data:Database){
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
{"version":"1.99.1"}
|
{"version":"1.100.0"}
|
||||||
Reference in New Issue
Block a user