Release v0.6.1 #6

Merged
vikingowl merged 3 commits from dev into main 2026-01-22 12:41:42 +01:00

3 Commits

Author SHA1 Message Date
daa8c87cf4 chore: bump version to 0.6.1 2026-01-22 12:41:13 +01:00
9007faab0d Merge pull request 'feat(settings): add dedicated About page' (!5) from feature/about-page into dev 2026-01-22 12:40:33 +01:00
7fe4286d34 feat(settings): add dedicated About page with version info
- Add AboutTab.svelte with app branding, version display, update checking
- Show update status and download link when new version available
- Include links to GitHub repo and issue tracker
- Display tech stack badges and license info
- Remove About section from GeneralTab (now separate tab)

Also improves development configuration:
- justfile now reads PORT, DEV_PORT, LLAMA_PORT, OLLAMA_PORT from .env
- docker-compose.dev.yml uses env var substitution
- Add dev-build and dev-rebuild recipes for Docker
- Update .env.example with all configurable variables
2026-01-22 12:39:19 +01:00