Skip to content

Tags: fmaclen/hollama

Tags

0.30.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: edit session titles manually (#284)

Closes #275


![image](https://github.com/user-attachments/assets/28e4e5fb-2074-4cbb-b92a-f9319b1aeeae)

0.29.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: warn user before leaving behind an unsaved prompt (#281)

Closes #274 

Asks user to confirm when closing the tab or navigating away from a
Session and there is a prompt in the textarea, except when navigating to
another session.

0.28.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for math notation using katex (#280)

Closes #263

0.27.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: allow requests from specified hosts (#271)

Closes #266

0.26.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: Add .nvmrc to allow users to deploy on cloudflare pages (#269)

This project can be hosted on cf pages, as the code in gh actions. The
problem is that the node version used in cf pages is not 20 which will
cause the deployment failing.

This PR adds a .nvmrc that specifies node version to 20, so cf pages can
be successfully deployed.

To deploy it:

1. Fork this repo
2. In cf pages, create a new project from forked repo
3. Choose framework "SvelteKit"
4. Click deploy

---------

Co-authored-by: Fernando Maclen <fmaclen@gmail.com>

0.26.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add French language support (#267)

Would be nice to have it also in French.

---------

Co-authored-by: aginies <aginies@suse.com>
Co-authored-by: Fernando Maclen <fmaclen@gmail.com>

0.25.1

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: update dependencies and Docker configuration (#262)

- Closes #259 
- Updates dependencies

0.25.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add dedicated UI for reasoning model responses (#261)

DeepSeek R1 returns it's reasoning process wrapped in `<think></think>`
tags.
We parse those while the completion is underway and move it's contents
to a collapsible UI component.

0.24.0

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: copy content on insecure connections (HTTP) (#251)

Closes #250

0.23.2

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: UX improvements to `FieldSelectModel` and minor bug fixes (#247)

- Fixes #238
- Fixes #244 
- Fixes #242
- Refactor components to Svelte 5
- Hides "**Recently used models**" group when there are no recently used
models.