diff --git a/en/changelog.mdx b/en/changelog.mdx
index 0dec5f4..2b94d42 100644
--- a/en/changelog.mdx
+++ b/en/changelog.mdx
@@ -3,6 +3,61 @@ title: "Changelog 2026"
rss: true
---
+
+
+# Built-in Login for App Builder
+
+> Teable App Builder now lets you add login to your app directly, without building it yourself.
+
+
+
+## 1. Enable Login in One Click
+
+Support email registration, Teable login, and Google login.
+
+
+
+## 2. Control Who Can Access Your App
+
+For example, allow only invited users to sign in. This is useful for internal tools, client portals, private dashboards, and similar scenarios.
+
+
+
+## 3. Manage Logged-in Users with an Existing Table
+
+If you already have a user table, you can use it directly to manage logged-in users.
+
+
+
+> Next, we will launch logged-in user roles, so different users can see different interfaces and have different permissions after signing in.
+
+
+
+- Redesigned login method cards with clearer descriptions.
+- Improved the user table setup dialog.
+- Made it easier to use an existing table for sign-in records.
+- Improved login configuration interactions.
+- Updated the default Teable logo on generated login pages.
+
+
+
+- Added warnings when deleting fields used by app login.
+- Added warnings when changing field types that may affect login email fields.
+- Improved validation for missing or invalid email fields.
+- Improved OAuth setup and profile handling for more reliable Teable and Google login.
+
+
+
+
+
# AI image enhancement and import optimization
diff --git a/zh/changelog.mdx b/zh/changelog.mdx
index 51a89b5..32eff06 100644
--- a/zh/changelog.mdx
+++ b/zh/changelog.mdx
@@ -3,6 +3,61 @@ title: "更新日志 2026"
rss: true
---
+
+
+# App Builder 支持内置登录了
+
+> Teable App Builder 现在可以直接给应用加登录,不用自己开发。
+
+
+
+## 1. 一键开启登录
+
+支持邮箱注册、Teable 登录、Google 登录。
+
+
+
+## 2. 限制谁能访问
+
+比如只允许被邀请的人登录,适合内部工具、客户门户、私有看板等场景。
+
+
+
+## 3. 用现有表格管理登录用户
+
+如果已经有用户表,可以直接用它来管理登录用户。
+
+
+
+> 下一步,我们将上线登录用户角色:支持不同用户登录后,看到不同界面,拥有不同权限。
+
+
+
+- 重新设计了登录方式卡片,说明更清晰。
+- 优化了用户表设置弹窗。
+- 使用已有表格管理登录记录时更直观。
+- 优化了登录配置交互。
+- 更新了生成登录页中的默认 Teable logo。
+
+
+
+- 删除应用登录依赖的字段时,现在会显示提醒。
+- 修改可能影响登录邮箱字段的字段类型时,现在会显示提醒。
+- 优化了缺失或无效邮箱字段的校验。
+- 改进了 OAuth 设置和用户资料处理,让 Teable 与 Google 登录更稳定。
+
+
+
+
+
# AI 图片增强与导入优化