Skip to content

Commit c59a415

Browse files
chore(main): release 1.27.0
1 parent 536beb2 commit c59a415

2 files changed

Lines changed: 23 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,27 @@
11
# Changelog
22

3+
## [1.27.0](https://github.com/cgoinglove/better-chatbot/compare/v1.26.0...v1.27.0) (2026-02-20)
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 norwegian translation ([#341](https://github.com/cgoinglove/better-chatbot/issues/341)) ([64f88cc](https://github.com/cgoinglove/better-chatbot/commit/64f88cc37fab0613c0711d9b30bff84daae74839))
10+
* 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))
11+
* **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))
12+
13+
14+
### Bug Fixes
15+
16+
* align chat messages with prompt input ([#366](https://github.com/cgoinglove/better-chatbot/issues/366)) ([e65be9f](https://github.com/cgoinglove/better-chatbot/commit/e65be9f584aa2dd62123431d72e1192b23ffb527))
17+
* 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))
18+
* enter ([78573e4](https://github.com/cgoinglove/better-chatbot/commit/78573e4de8d509cf717123235e55e6d801eeb581))
19+
* **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))
20+
* 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))
21+
* 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))
22+
* 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)
23+
* 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))
24+
325
## [1.26.0](https://github.com/cgoinglove/better-chatbot/compare/v1.25.0...v1.26.0) (2025-11-07)
426

527

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "better-chatbot",
3-
"version": "1.26.0",
3+
"version": "1.27.0",
44
"private": true,
55
"author": "cgoinglove",
66
"license": "MIT",

0 commit comments

Comments
 (0)