Releases: vanvuongngo/ClaraN
ClaraN v0.2.8
See the assets to download this version and install.
Fix
- Error while starting the app
New contributor
ClaraN v0.2.7
See the assets to download this version and install.
Fix
On desktop the OS locale is de but I figured out that on android device it's e.g. de-DE. So de-DE is the i18n locale instead of de. If the OS locale is de then it will be transform to de-DE.
ClaraN v0.2.6
See the assets to download this version and install.
New features
Internationalization for english and german depends on your OS (Operation System) locale ...
English
Deutsch
Open
- for improvement - persist language selection
- open for discussion - build separated language bundle to prevent so that no flickering occurs when switching?
Maintenance
- bump packages
ClaraN v0.2.5
ClaraN v0.2.4
See the assets to download this version and install.
Fix Android issue #18
- fixed bug(UI): Android keyboard hides chat input field. Found reported issue here: https://github.com/tauri-apps/tauri/pull/13277/files

ClaraN v0.2.3
See the assets to download this version and install.
New features
Implement application updater
- Improves the user experience to get the latest ClaraN version - the new option item shows a button to update with a restart on desktop (last time to manually download and install to upgrade the version)
Doc: Add scenarios diagram
Maintenance
-
bump rust packages (tauri 2.8.3, add thiserror, ...)
-
chore
ClaraN v0.2.2
See the assets to download this version and install.
prepare tauri updater, see assets (latest.json, .sig)
ClaraN v0.2.0
See the assets to download this version and install.
Assistent: add the ollama PoC with markdown rendering and copy feature
- implements ollama provider
- bump dependencies
- use the
proseclass from@tailwindcss/typographyto render the chat markdown answer, see https://github.com/tailwindlabs/tailwindcss-typography - shows the possibility to integrate react components in Qwik - test the usage of the react-markdown and react-syntax-highlighter; any alternative syntax highlighter w/o react?
- add autoscroll down when the answer is streaming (how to fixed the input field position at the bottom?)
- remove the separator above the input field
- copy option for the question and codes see https://v2.tauri.app/plugin/clipboard/
breaking change
-
pnpm devruns the desktop version now andpnpm web:devruns the web frontend only for development
ClaraN v0.1.1
See the assets to download this version and install.
