Skip to content

Releases: Sumrix/LiteRP

LiteRP v0.3.1

21 Aug 20:37

Choose a tag to compare

🐛 Bug Fixes

  • Delete chats when deleting a character to prevent load errors - (4728800)

📝 Documentation

  • Removed old quick start instructions - (22e8a4f)
  • Update Quick Start with chmod +x and localhost note - (d89102c)

LiteRP v0.3.0

19 Aug 20:57

Choose a tag to compare

✨ Features

  • (characters) Add character profile modal - (bc35296)
  • (chat) Persist sessions and show history in sidebar - (a2e858a)
  • (chat) Display animated thinking indicator - (813cebf)
  • (chat) Show alert on connection loss - (fd113fc)
  • (chat) Render Markdown in messages - (d88d748)
  • (chat) Beautify chat message bubbles - (1d29b55)
  • (chat) Add Stop button; polish input; fix clear-on-send - (c9d7a33)
  • (prompt) Adjust AI behavior to follow user choices - (8d64ece)
  • (prompt) Richer prompts with personality + scenario + examples - (1baaed2)
  • (settings) Settings page overhaul - (c6ec153)
  • (ui) Show app in Windows system tray - (2c7bec5)

🐛 Bug Fixes

  • (chat) Broken auto-scroll script on new messages - (270838c)
  • (ollama) Start connection indicator on app launch - (d80e0c4)
  • (tooltip) Usage of incorrect tooltip property - (8ffb8f5)

🚜 Refactor

  • (flowbite) Drop Flowbite.Blazor dependency; vendor used components to enable trimming - (8fcac2a)
  • (localization) Remove obsolete early localization scaffolding - (5466b02)

📝 Documentation

  • (roadmap) Mark feature done, prune & reschedule tasks - (5330133)
  • Update README and add screenshots gallery - (6158f56)

🎨 Styling

  • (ui) Polish visuals and minor interface improvements - (f750492)
  • (ui) Introduce new app icon - (32bae2c)

⚙️ Miscellaneous Tasks

  • (build) Enable trimming to reduce executable size - (2f99565)
  • (build) Configure single-file executable publish - (9257a66)
  • Include osx-x64, fix Tailwind output and release raw executables - (28668bc)

LiteRP v0.2.0

14 Jul 11:17

Choose a tag to compare

✨ Features

  • (characters) Make entire card clickable to open chat - (c128c5d)
  • (chat) Use character description and greeting in prompts - (405c27a)
  • Send chat message on Enter - (1ee6944)
  • Open browser with app page on server start - (4b1b374)

🐛 Bug Fixes

  • (characters) Immediately remove deleted characters from catalog UI - (a58da85)
  • (workflow) Update git-cliff-action to fix release failure - (3ae1f15)

LiteRP v0.1.0

12 Jul 20:47

Choose a tag to compare

✨ Features

  • Initial working prototype (v0.1) - (c304886)