v0.8.1

TEN-framework/ten-frameworkv0.8.1May 29, 2026by github-actions[bot]

AI Summary

This release focuses on bug fixes and initial setup improvements, adding Italian translation, fixing TLS trust stores on desktop, resolving macOS hardware probe issues, and fixing startup and router invariants.

Key Highlights

  • Added Italian translation.
  • Fixed TLS trust store usage on desktop.
  • Fixed macOS GPU/Vulkan probe skips.
  • Fixed router invariant in PromptProgress.
  • Fixed system theme launch.

New Features

  • Italian translation
  • System theme launch fix
  • TLS trust store fix

Full Release Notes

## What's Changed
* Add Italian Translation by @albanobattistella in https://github.com/janhq/jan/pull/8157
* chore: merge release v0.8.0 to main by @qnixsynapse in https://github.com/janhq/jan/pull/8170
* chore: fix build due to missing comma in italian i18n by @qnixsynapse in https://github.com/janhq/jan/pull/8171
* docs: update for v0.8.0 by @qnixsynapse in https://github.com/janhq/jan/pull/8164
* chore: update manifest and changelog release 0.8.0 by @Minh141120 in https://github.com/janhq/jan/pull/8172
* docs: remove connectors note from 0.8.0 changelog by @qnixsynapse in https://github.com/janhq/jan/pull/8173
* chore: update filename changelog by @Minh141120 in https://github.com/janhq/jan/pull/8177
* fix(docs): guard null entity arrays in TweetCard by @qnixsynapse in https://github.com/janhq/jan/pull/8187
* fix: clear deletedModels tombstones for re-downloaded models by @qnixsynapse in https://github.com/janhq/jan/pull/8178
* chore(ci): pin all GitHub Actions to SHAs and add cancel-in-progress by @Minh141120 in https://github.com/janhq/jan/pull/8193
* fix(tls): use OS-native TLS trust store on desktop by @FyrbyAdditive in https://github.com/janhq/jan/pull/8186
* chore(ci): bump dcarbone/install-jq-action from v2.0.1 to v3.2.0 by @Minh141120 in https://github.com/janhq/jan/pull/8199
* chore: merge dev branch fix/macos backend-install-ux by @qnixsynapse in https://github.com/janhq/jan/pull/8197
* fix(llamacpp): disable auto-fit by default, default ctx_len to 8192  by @qnixsynapse in https://github.com/janhq/jan/pull/8204
* Merge fix/pre-r-dev branch to main by @qnixsynapse in https://github.com/janhq/jan/pull/8207
* Fix/system theme launch by @qnixsynapse in https://github.com/janhq/jan/pull/8217
* fix(hardware): skip NVIDIA/Vulkan GPU probes on macOS by @qnixsynapse in https://github.com/janhq/jan/pull/8219
* fix(threads): avoid router invariant in PromptProgress by @qnixsynapse in https://github.com/janhq/jan/pull/8220
* fix(settings): restore Attachments entry in settings menu by @qnixsynapse in https://github.com/janhq/jan/pull/8222

## New Contributors
* @albanobattistella made their first contribution in https://github.com/janhq/jan/pull/8157
* @FyrbyAdditive made their first contribution in https://github.com/janhq/jan/pull/8186

**Full Changelog**: https://github.com/janhq/jan/compare/v0.8.0...v0.8.1