v2.6.5

Release v2.6.5

πŸŽ™οΈ Audio & Transcription

  • Microphone capture now runs through Quill's native audio engine, giving more reliable device handling and lower-overhead recording.
  • Refreshed the native audio modules on all supported platforms.

🌍 Languages

  • New installs now seed the default meeting language from your operating system's locale, so you no longer have to change it manually if you work in a language other than English.

πŸ›‘οΈ Stability

  • Fixed a crash that could occur when the on-device ONNX runtime failed to load. Quill now degrades gracefully and keeps working instead of shutting down.

πŸ”— Sharing

  • Fixed an issue where re-sharing a note that was already registered could surface as an error instead of being recovered automatically.
  • Improved how sharing errors are classified, so genuine failures are reported accurately and transient ones are handled quietly.

πŸ€– Bring Your Own LLM

  • Hardened Azure OpenAI configuration handling for BYOLLM setups, reducing setup failures with custom endpoints.

🏒 Enterprise

  • First-device enrollment for the Quill Enterprise encrypted key vault is now available in production, controlled by per-organization policy.

🧩 Under the Hood

  • Backend services now pass through the real status from upstream calls instead of collapsing everything into a generic server error, so error messages you see in the app are more specific and actionable.