Skip to content

Releases: Crosstalk-Solutions/project-nomad

v1.29.0-rc.3

09 Mar 05:50

Choose a tag to compare

v1.29.0-rc.3 Pre-release
Pre-release

1.29.0-rc.3 (2026-03-09)

Bug Fixes

  • System: ensure nomad container image tag resolves correctly (64e3ad5)

v1.29.0-rc.2

09 Mar 05:13

Choose a tag to compare

v1.29.0-rc.2 Pre-release
Pre-release

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

06 Mar 00:32

Choose a tag to compare

v1.29.0-rc.1 Pre-release
Pre-release

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

05 Mar 04:07

Choose a tag to compare

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

05 Mar 00:05

Choose a tag to compare

v1.28.0-rc.1 Pre-release
Pre-release

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

  • AI Assistant: custom name option for AI Assistant (f10ca70)
  • RAG: allow deletion of files from KB (4ec99e3)
  • RAG: display embedding queue and improve progress tracking (5513a3a)

v1.27.0

04 Mar 04:54

Choose a tag to compare

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)

v1.27.0-rc.1

25 Feb 17:48

Choose a tag to compare

v1.27.0-rc.1 Pre-release
Pre-release

1.27.0-rc.1 (2026-02-25)

Bug Fixes

  • AI: improved perf via rewrite and streaming logic (274351b)

Features

  • Models: paginate available models endpoint (2a63d95)

v1.26.1

19 Feb 05:43

Choose a tag to compare

1.26.1 (2026-02-19)

Bug Fixes

  • AI: type error in fallback models (765207f)

v1.26.0

19 Feb 05:24

Choose a tag to compare

Version 1.26.0 - February 19, 2026

Features

  • AI Assistant: Added support for showing reasoning stream for models with thinking capabilities
  • AI Assistant: Added support for response streaming for improved UX

Bug Fixes

Improvements


📝 All Changes

  • build(deps): bump systeminformation from 5.30.7 to 5.30.8 in /admin (6cb1cfe)
  • build(deps): bump tar from 7.5.7 to 7.5.9 in /admin (83d328a)
  • fix(UI): move content updates section (485d34e)
  • feat(AI): thinking and response streaming (98b65c4)

v1.25.2

18 Feb 22:53

Choose a tag to compare

Version 1.25.2 - February 18, 2026

Features

Bug Fixes

  • AI Assistant: Fixed an error from chat suggestions when no Ollama models are installed
  • AI Assistant: Improved discrete GPU detection logic
  • UI: Legacy links to /docs and /knowledge-base now gracefully redirect to the correct pages instead of showing 404 errors

Improvements

  • AI Assistant: Chat suggestions are now disabled by default to avoid overwhelming smaller hardware setups

📝 All Changes

  • build(deps): bump fast-xml-parser from 5.3.4 to 5.3.6 in /admin (5840bfc)
  • build(deps): bump qs from 6.14.1 to 6.14.2 in /admin (cdf931b)
  • docs: updated release notes (ed26df7)
  • fix(UI): gracefully handle legacy docs and knowledge-base paths (e75d54b)
  • fix(AI): leave chat suggestions disabled by default (43ebaa9)
  • fix(AI): improve GPU detection logic (77f1868)
  • fix(UI): invert update banner colors (3ee3cff)
  • ops: add optional storage dir removal to uninstall script (b2e4ce7)
  • ops: fix uninstall script to remove network and updater volume (ad31a98)