|
1 | 1 | # Changelog |
2 | 2 |
|
| 3 | +## [1.27.0](https://github.com/cgoinglove/better-chatbot/compare/v1.26.0...v1.27.0) (2026-06-10) |
| 4 | + |
| 5 | + |
| 6 | +### Features |
| 7 | + |
| 8 | +* add DISABLE_EMAIL_SIGN_UP to control email and OAuth signups separately ([#331](https://github.com/cgoinglove/better-chatbot/issues/331)) ([2811cf3](https://github.com/cgoinglove/better-chatbot/commit/2811cf3dbcce03da467cd958587473326dab9cc1)) |
| 9 | +* add HTTP/HTTPS proxy support ([#365](https://github.com/cgoinglove/better-chatbot/issues/365)) ([dde98ed](https://github.com/cgoinglove/better-chatbot/commit/dde98ed593b74e4cad2cb91ae10b32bd452afe78)) |
| 10 | +* add norwegian translation ([#341](https://github.com/cgoinglove/better-chatbot/issues/341)) ([64f88cc](https://github.com/cgoinglove/better-chatbot/commit/64f88cc37fab0613c0711d9b30bff84daae74839)) |
| 11 | +* cache MCP tool info in DB for lazy connection architecture ([#369](https://github.com/cgoinglove/better-chatbot/issues/369)) ([57c638e](https://github.com/cgoinglove/better-chatbot/commit/57c638e8eb72330dee8a2645886249730f969bcb)) |
| 12 | +* **i18n:** add translations for tool-related components ([#367](https://github.com/cgoinglove/better-chatbot/issues/367)) ([536beb2](https://github.com/cgoinglove/better-chatbot/commit/536beb204cc354a83423b1f8fc38cc6b0c444e85)) |
| 13 | +* improve Tiptap JSON content processing with recursive parser ([#375](https://github.com/cgoinglove/better-chatbot/issues/375)) ([5cb318f](https://github.com/cgoinglove/better-chatbot/commit/5cb318f3533392d9cefba1c194dff659053e7a64)) |
| 14 | + |
| 15 | + |
| 16 | +### Bug Fixes |
| 17 | + |
| 18 | +* align chat messages with prompt input ([#366](https://github.com/cgoinglove/better-chatbot/issues/366)) ([e65be9f](https://github.com/cgoinglove/better-chatbot/commit/e65be9f584aa2dd62123431d72e1192b23ffb527)) |
| 19 | +* blur prompt-input after submit to collapse mobile keyboard ([#337](https://github.com/cgoinglove/better-chatbot/issues/337)) ([aec3530](https://github.com/cgoinglove/better-chatbot/commit/aec35300c1ca7269aa5086a95f1a4f480b2564c7)) |
| 20 | +* derive current user in password reset ([#377](https://github.com/cgoinglove/better-chatbot/issues/377)) ([113a86d](https://github.com/cgoinglove/better-chatbot/commit/113a86dfe0a050c7a820347fa916b1641b499c30)) |
| 21 | +* enter ([78573e4](https://github.com/cgoinglove/better-chatbot/commit/78573e4de8d509cf717123235e55e6d801eeb581)) |
| 22 | +* **mcp:** improve 401 detection for OAuth flow trigger ([#362](https://github.com/cgoinglove/better-chatbot/issues/362)) ([a99dca9](https://github.com/cgoinglove/better-chatbot/commit/a99dca9a26117dec41611a1f40038b80026a675b)) |
| 23 | +* preserve whitespace in chat input during editing ([#361](https://github.com/cgoinglove/better-chatbot/issues/361)) ([e914a30](https://github.com/cgoinglove/better-chatbot/commit/e914a30f66113c49b60ff3695b52db3d8d7e3a8f)) |
| 24 | +* redirect authenticated users from auth pages to home ([#345](https://github.com/cgoinglove/better-chatbot/issues/345)) ([5c98ab6](https://github.com/cgoinglove/better-chatbot/commit/5c98ab67afd438982320515e65c4246ad418ac6e)) |
| 25 | +* skip signup method selection when only email is enabled ([#338](https://github.com/cgoinglove/better-chatbot/issues/338)) ([7538bc8](https://github.com/cgoinglove/better-chatbot/commit/7538bc8babb0943f2857a9a9139bff79e2c5e486)) |
| 26 | +* text message part inline buttons is not visible on mobile ([#334](https://github.com/cgoinglove/better-chatbot/issues/334)) ([666c395](https://github.com/cgoinglove/better-chatbot/commit/666c395865d03dd33884f9f17933b1a3659d44eb)), closes [#333](https://github.com/cgoinglove/better-chatbot/issues/333) |
| 27 | +* use translation for user settings menu item ([#339](https://github.com/cgoinglove/better-chatbot/issues/339)) ([eadc71a](https://github.com/cgoinglove/better-chatbot/commit/eadc71ae6d62ae297aeff44979591bd03a86b19d)) |
| 28 | + |
3 | 29 | ## [1.26.0](https://github.com/cgoinglove/better-chatbot/compare/v1.25.0...v1.26.0) (2025-11-07) |
4 | 30 |
|
5 | 31 |
|
|
0 commit comments