Releases: kwaroran/RisuAI
Releases · kwaroran/RisuAI
v138.1.0
138.0.3
138.0.2
138.0.1
- fixed auto translate doesn't work
- fixed bind persona doesn't work
- fixed module regex scripts and its HTML and CSS not working
- fixed module hideIconGUI option
- fixed module background HTML
- fixed module assets
- fixed save handler causing extreme lag and CPU, RAM, and disk usage
- fixed welcome page crashes
- fixed text input box cursor moves inappropriately
v138.0.0
Update 138.0.0
- Performance improvements
- Updated to Svelte 5
- Fixed deep-cloning and referencing every time
- Added save caching for account save
- Changed gzip to use native API
- Removed character and chat variable separation, now gets directly from DBState
- Improved first loading
- Compailbity improvements
- Regex keyed lorebook not starting with
/
will be marked as non-regex - Lorebooks using
extensions.probability
will be migrated to@@probability
- Lorebooks using
extensions.position
andextensions.depth
will be migrated to@@depth
and@@role
- Lorebooks using
extensions.selectiveLogic
will be migrated to the corresponding decorators - Lorebooks using
extentions.delay
will be migrated to the@@activate_only_after
- Lorebooks using
extensions.match_whole_words
will be migrated to@@match_full_word
or@@match_partial_word
- Lorebooks using
\x01
in regex will work like other applications
- Regex keyed lorebook not starting with
- Added Themes
- Added mobilechat
- Added Cardboard
- Added Custom HTML
- Added decorator autocomplete
- Added drag and drop to import
- Added Lamba to open router settings
- Fixed crashing on HMR
- Fixed lorebook second key not working in specific situations
137.1.0
137.0.0
136.0.1
136.0.0
This is a test version.
Do not update to this version if you are not a developer
136.0.0
- Update Tauri framework to V2
- This will make local version more performant and more maintainable
- This may fix many issues from Tauri V1, but it might be unstable for some time
- Added Deep link on local version (
risuailocal://realm/:ID
) - Added
.charx
,.risum
,.risup
file associations on local version - fixed chat sync issue in lua engine (#639)
135.0.0
Update 135.0.0
- Added support for character-specific translation prompts with Ax. model (#635)
- Added "Non-Speaker Inner Format" setting
- Added "Non-Speaker Role in Group" setting
- Changed group chat handling
- Fixed lorebook import being broken on specific cases
- Fixed Group chat becoming freezed
- Removed LLM translation using DOM parser #632