Skip to content

Releases: kwaroran/RisuAI

v138.1.0

04 Nov 07:30
Compare
Choose a tag to compare
  • Added preview lorebook in tools
  • changed lorebook handling

138.0.3

03 Nov 14:29
Compare
Choose a tag to compare
  • Added cache for message displaying
  • Partly fixed module, background embedding and hide icon UI related issues

138.0.2

02 Nov 14:57
Compare
Choose a tag to compare
  • temporally fixed textarea by disabling highlight and auto-completion

138.0.1

02 Nov 14:19
Compare
Choose a tag to compare
  • 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

02 Nov 06:06
Compare
Choose a tag to compare

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 and extensions.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
  • 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

23 Oct 12:30
Compare
Choose a tag to compare

Update 137.1.0

  • Added Claude-3-5-sonnet-20240620
  • Fixed theme changing to classic Risu style

137.0.0

22 Oct 10:32
Compare
Choose a tag to compare

Update 137.0.0

  • Added docker support #648
  • Added fish speech tts #647
  • Fixed import from other frontends
  • Fixed backup in local versions

136.0.1

09 Oct 14:47
Compare
Choose a tag to compare

136.0.1

  • Stabilized software

136.0.0

09 Oct 14:02
7763543
Compare
Choose a tag to compare

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

29 Sep 13:01
Compare
Choose a tag to compare

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