v0.8.1
nextauthjs/next-authv0.8.1May 29, 2026by github-actions[bot]
AI Summary
A maintenance release primarily focused on bug fixes and documentation improvements, including the addition of Italian translation and fixes for TLS, macOS hardware probing, and UI stability.
Key Highlights
- Added Italian translation
- Fixed TLS to use OS-native trust store on desktop
- Fixed macOS hardware probes to skip NVIDIA/Vulkan
- Fixed router invariants and restored Attachments entry in settings
New Features
- Italian Translation
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