Releases: Crosstalk-Solutions/project-nomad
Releases · Crosstalk-Solutions/project-nomad
v1.29.1
v1.29.0
Version 1.29.0 - March 11, 2026
Features
- AI Assistant: Added improved user guidance for troubleshooting GPU pass-through issues
- AI Assistant: The last used model is now automatically selected when a new chat is started
- Settings: Nomad now automatically performs nightly checks for available app updates, and users can select and apply updates from the Apps page in Settings
Bug Fixes
- Settings: Fixed an issue where the AI Assistant settings page would be shown in navigation even if the AI Assistant was not installed, thus causing 404 errors when clicked
- Security: Path traversal and SSRF mitigations
- AI Assistant: Fixed an issue that was causing intermittent failures saving chat session titles
Improvements
- AI Assistant: Extensive performance improvements and improved RAG intelligence/context usage
📝 All Changes
- chore: remove alpha banner from README (25f4ed3)
- build: add OCI image labels to Dockerfile (e7ab2b1)
- fix(UI): replace WikiHow reference with DIY repair guides (63e1f56)
- feat(collections): add Project Gutenberg ZIMs and fix broken education entry (9422c76)
- ci: tag with and without v prefix (a77edca)
- feat(AI Assistant): performance improvements and smarter RAG context usage (96e5027)
- feat(AI Assistant): improved state management and performance (460756f)
- feat(AI Assistant): remember last model used (6f0fae0)
- fix(System): ensure nomad container image tag resolves correctly (d30c1a1)
- fix(Settings): hide AI Assistant from navigation until installed (be25408)
- fix(security): narrow SSRF scope to allow RFC1918 LAN addresses (5d3c659)
- fix(security): path traversal and SSRF protections from pre-launch audit (75106a8)
- docs: update documentation for recent features and hardware page (b9dd32b)
- feat: support for updating services (58b106f)
- build(deps): bump tar from 7.5.9 to 7.5.10 in /admin (20a313c)
- feat(GPU): warn when GPU passthrough not working and offer one-click fix (650ae40)
- fix(AI): allow force refresh of models list (db69428)
- ci: configure dependabot to target rc branch (bc016e6)
- fix: container update pattern in run_updater_fixes (0e94d5d)
- fix: typo in run_updater_fixes (744504d)
v1.29.0-rc.5
1.29.0-rc.5 (2026-03-11)
Bug Fixes
- UI: replace WikiHow reference with DIY repair guides (c931c2b)
Features
- collections: add Project Gutenberg ZIMs and fix broken education entry (a20ea54)
v1.29.0-rc.4
1.29.0-rc.4 (2026-03-11)
Features
v1.29.0-rc.3
1.29.0-rc.3 (2026-03-09)
Bug Fixes
- System: ensure nomad container image tag resolves correctly (64e3ad5)
v1.29.0-rc.2
1.29.0-rc.2 (2026-03-09)
Bug Fixes
- security: narrow SSRF scope to allow RFC1918 LAN addresses (20c28cb)
- security: path traversal and SSRF protections from pre-launch audit (db1fe84)
- Settings: hide AI Assistant from navigation until installed (d0fd1cd)
Features
- support for updating services (bdeccfa)
v1.29.0-rc.1
1.29.0-rc.1 (2026-03-06)
Bug Fixes
- AI: allow force refresh of models list (175d63d)
- container update pattern in run_updater_fixes (0e94d5d)
- typo in run_updater_fixes (744504d)
Features
- GPU: warn when GPU passthrough not working and offer one-click fix (6783cda)
v1.28.0
Version 1.28.0 - March 5, 2026
Features
- RAG: Added support for viewing active embedding jobs in the processing queue and improved job progress tracking with more granular status updates
- RAG: Added support for removing documents from the knowledge base (deletion from Qdrant and local storage)
Bug Fixes
- Install: Fixed broken url's in install script and updated to prompt for Apache 2.0 license acceptance
- Docs: Updated legal notices to reflect Apache 2.0 license and added Qdrant attribution
- Dependencies: Various minor dependency updates to close security vulnerabilities
Improvements
- License: Added Apache 2.0 license file to repository for clarity and legal compliance
📝 All Changes
- fix: update channel flexibility (a105ac1)
- feat(RAG): allow deletion of files from KB (dfa896e)
- feat(RAG): display embedding queue and improve progress tracking (99b96c3)
- build(deps-dev): bump minimatch from 3.1.2 to 3.1.5 in /admin (80ae0aa)
- build(deps): bump fast-xml-parser from 5.3.6 to 5.3.8 in /admin (d9d3d2e)
- build(deps): bump rollup from 4.57.1 to 4.59.0 in /admin (56b0d69)
- fix(legal): update Legal Notices to Apache 2.0 license and add Qdrant attribution (782985b)
- feat(AI Assistant): custom name option for AI Assistant (96beab7)
- chore: add Apache 2.0 license (b806cef)
- build: fix wait-for-it url and update to Apache 2 license (e2b447e)
v1.28.0-rc.1
1.28.0-rc.1 (2026-03-05)
Bug Fixes
- legal: update Legal Notices to Apache 2.0 license and add Qdrant attribution (bfb0347)
Features
v1.27.0
Version 1.27.0 - March 4, 2026
Features
- Settings: Added pagination support for Ollama model list
- Early Access Channel: Allows users to opt in to receive early access builds with the latest features and improvements before they hit stable releases
Bug Fixes
Improvements
- AI Assistant: Improved chat performance by optimizing query rewriting and response streaming logic
- CI/CD: Updated release workflows to support release candidate versions
- KV Store: Improved type safety in KV store implementation
📝 All Changes
- docs: update release notes (d4a50f3)
- feat: early access release channel (efa57ec)
- fix: improve type-safety for KVStore values (6817e2e)
- docs: update release notes (fbfaf5f)
- fix(AI): improved perf via rewrite and streaming logic (00bd864)
- ops: support RC versions (41eb30d)
- feat(Models): paginate available models endpoint (6874a28)
- fix: update default branch name (a3f10dd)