v0.8.1
NirDiamant/GenAI_Agentsv0.8.1May 29, 2026by github-actions[bot]
AI Summary
A maintenance release addressing documentation updates, build issues, and hardware compatibility problems, specifically fixing macOS TLS and GPU probe behaviors.
Key Highlights
- Fixed macOS TLS trust store usage for desktop
- Resolved macOS GPU probing issues by skipping NVIDIA/Vulkan
- Added Italian Translation support
- Fixed system theme launch behavior
- Fixed deleted model tombstones for re-downloaded models
New Features
- Italian Translation
- System theme launch 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