Desktop pre-release v3.7 is now available (Updated 11/09/2026)

I agree with Ben here that the new blue in the theme doesn't feel like an improvement. I posted a more detailed comment on Desktop, Mobile: Slightly adjust button colors and add new theme variable by personalizedrefrigerator · Pull Request #15764 · laurent22/joplin · GitHub

v3.7.10

v3.7.12

Can the new toggle AI chat toolbar button/icon on the top RHS only be visible when the AI features are enabled? And/or can there be a way to hide it?

Users who intentionally do not want AI features in Joplin probably don’t want to see it and so find it’s in the way and distracting. I’m definitely in that category and would very much prefer not to see anything AI-related. Moreover with AI features disabled the button is reductant and so should not be visible from the point of view of UI logic.

Thanks

Ben

Your logic makes sense to me that if AI features are not enabled the AI button should not be visible. Hopefully this will be modified, however in the meantime this seems to work...

userchrome.css

button[title="Toggle AI Chat"] {
    /* removes the AI Chat button */
    display: none;
}

v3.7.13

v3.7.14

v3.7.16

v3.7.18

  • Improved: Fix notes imported from OneNote are displayed with a very small font size (#16440) (#16424 by @Rygaa)
  • Improved: Tag area broken with Japanese language (#16483) (#16427 by @Rygaa)
  • Improved: Whiteboard: Double-click empty canvas to add a note (#16470)
  • Fixed: Allow OpenAI reasoning models to be used with tools (#16451) (#16444)
  • Fixed: Fix WebDAV sync failing with 409 errors after 3.7 upgrade (#16471) (#16422)
  • Fixed: Fix keyboard navigation issues related to level-1 headings (#16409) (#16407 by @personalizedrefrigerator)
  • Fixed: In-editor Markdown rendering: Fix markup syntax is visible while clicking and dragging the scrollbar (#16461) (#16454 by @personalizedrefrigerator)
  • Fixed: Return 202 for MCP notification requests (#16473) (#16414)
  • Fixed: Toggle AI Chat keystroke shortcut does nothing (#16433)
  • Fixed: Treat private network AI providers as local and make their API key optional (#16472) (#16431)
  • Fixed: Whiteboard: Add missing "Add note to whiteboard" menu item (#16468) (#16457)
  • Fixed: Fix WebDAV sync error "Protocol https: not supported" on servers that redirect (#16488) (#16486)