Skip to content

Releases: vanvuongngo/ClaraN

ClaraN v0.2.8

08 Oct 00:49
3a2fa82

Choose a tag to compare

See the assets to download this version and install.

Fix

  • Error while starting the app

New contributor

ClaraN v0.2.7

05 Sep 00:26
2ccbe06

Choose a tag to compare

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

03 Sep 12:28
f952c1b

Choose a tag to compare

See the assets to download this version and install.

New features

Internationalization for english and german depends on your OS (Operation System) locale ...

English

Bildschirmfoto 2025-08-31 um 14 54 12

Deutsch

Bildschirmfoto 2025-08-31 um 14 53 52

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

27 Aug 07:32
aae6e84

Choose a tag to compare

See the assets to download this version and install.

image

New Contributors

We got the first contribution, thanks a lot 🎉

New features

  • "What's new" opens the latest release page in a browser

Bug fixes

  • hide option items which are not implemented yet: settings, chat history, archive list etc.

ClaraN v0.2.4

25 Aug 21:43

Choose a tag to compare

See the assets to download this version and install.

Fix Android issue #18

image

ClaraN v0.2.3

25 Aug 00:40
4def8ec

Choose a tag to compare

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)
Bildschirmfoto 2025-08-24 um 23 19 12

Doc: Add scenarios diagram

image

Maintenance

  • bump rust packages (tauri 2.8.3, add thiserror, ...)

  • chore

ClaraN v0.2.2

16 Aug 07:55
0715102

Choose a tag to compare

See the assets to download this version and install.

prepare tauri updater, see assets (latest.json, .sig)

ClaraN v0.2.0

11 Aug 05:10
0e7c7f5

Choose a tag to compare

See the assets to download this version and install.

Bildschirmfoto 2025-08-04 um 05 37 14

Assistent: add the ollama PoC with markdown rendering and copy feature

  • implements ollama provider
  • bump dependencies
  • use the prose class from @tailwindcss/typography to 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 dev runs the desktop version now and pnpm web:dev runs the web frontend only for development

ClaraN v0.1.1

06 Jul 23:22
22f2acf

Choose a tag to compare

See the assets to download this version and install.