v0.8.1
Mail-0/Zerov0.8.1May 29, 2026by github-actions[bot]
AI Summary
This release focuses on bug fixes, Italian translation, and configuration adjustments, including TLS improvements and default context length changes.
Key Highlights
- Added Italian Translation support.
- Improved TLS handling using OS-native trust store on desktop.
- Disabled auto-fit by default and increased default context length to 8192.
- Fixed hardware detection to skip NVIDIA/Vulkan probes on macOS.
- Fixed Attachments entry restoration in settings menu.
New Features
- Italian localization support.
- TLS improvements.
- Context length configuration adjustments.
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