Skip to content

Tags: fmaclen/hollama

Tags

0.27.0

Toggle 0.27.0's commit message

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

Toggle 0.26.1's commit message

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 <[email protected]>

0.26.0

Toggle 0.26.0's commit message

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 <[email protected]>
Co-authored-by: Fernando Maclen <[email protected]>

0.25.1

Toggle 0.25.1's commit message

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

Toggle 0.25.0's commit message

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

Toggle 0.24.0's commit message

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

Toggle 0.23.2's commit message

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.

0.23.1

Toggle 0.23.1's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
fix: minor bug fixes (#246)

- Fixes #243 
- Fixes #231
- Fixes #236
- Refactors several components to Svelte 5
- Split tests so they run 4s faster

0.23.0

Toggle 0.23.0's commit message

Verified

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

Closes #240

---------

Co-authored-by: Fernando Maclen <[email protected]>

0.22.0

Toggle 0.22.0's commit message

Verified

This commit was created on github.com and signed with GitHub’s verified signature.
feat: can connect multiple servers (#234)

Fixes #233 

- [x] Updates to Svelte 5 (with a partial migration to runes)
- [x] Update tests
- [x] Fix build warnings
- [x] Fix linter errors
- [ ] ~~Remove unused i18n keys from non-english languages~~
- [x] Update locales for Chinese `zh-cn` and Spanish `es`
- [x] Add new tests