Release v0.6.1 #6

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

Release v0.6.1

New Features

  • About Page: Dedicated Settings > About tab with version info, update checking, and links

Improvements

  • Development Configuration: justfile and docker-compose now read from .env
    • PORT, DEV_PORT, LLAMA_PORT, OLLAMA_PORT configurable
    • Added just dev-build and just dev-rebuild recipes
    • Updated .env.example with all variables

Changes

  • Moved About section from General tab to dedicated About tab
  • About page shows app branding, version badge, update status
  • Manual "Check for Updates" button with loading state
  • Links to GitHub repo and issue tracker
  • Tech stack badges and license info
## Release v0.6.1 ### New Features - **About Page**: Dedicated Settings > About tab with version info, update checking, and links ### Improvements - **Development Configuration**: justfile and docker-compose now read from .env - PORT, DEV_PORT, LLAMA_PORT, OLLAMA_PORT configurable - Added `just dev-build` and `just dev-rebuild` recipes - Updated .env.example with all variables ### Changes - Moved About section from General tab to dedicated About tab - About page shows app branding, version badge, update status - Manual "Check for Updates" button with loading state - Links to GitHub repo and issue tracker - Tech stack badges and license info
vikingowl added 3 commits 2026-01-22 12:41:35 +01:00
- 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
vikingowl merged commit d6994bff48 into main 2026-01-22 12:41:42 +01:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: vikingowl/vessel#6