Skip to content

Releases: teableio/teable

release.2026-04-21T13-16-47Z.1517

22 Apr 04:26
ceba9a7

Choose a tag to compare

Features

  • Added an inline hint in the Gmail IMAP Password field to clarify that Gmail requires an App Password instead of your regular account password.

  • Improved Billing details: all AI Chat tool calls from the same conversation are now grouped into one record with total credits shown. A Model ID column was added, and the detail section is now expanded by default.

  • You can now open a table in a new window with ⌘ + Click (Ctrl + Click on Windows), making it easier to compare data side by side.

  • Attachment fields now show a PDF preview (first page) directly in the cell, and file thumbnails have been improved for easier identification.

  • Custom domains now support editing a custom subdomain on teable.app — you can use your-name.teable.app for your published app.

Bug Fixes

  • Fixed an issue where deleting records could cause errors in certain tables and views.

  • Improved filter stability — invalid or mismatched filter conditions are now skipped automatically instead of crashing the view. Clearer warnings are shown for problematic rules.

  • Fixed an issue where Today date filters could create unusable rules, especially when generated by AI.

  • Fixed an issue where importing a .tea file could fail when a Select field contained duplicate options.

  • Fixed an issue where automations could get stuck in a pending state; affected tasks are now retried automatically.

  • Fixed an issue where trial licenses were not shown in the license list.

  • Fixed a mobile issue where the Space list could not be scrolled.

  • Fixed in v2 an issue where copying a Lookup field and converting it to a Single Select could clear existing data.

  • Fixed in v2 an issue where bulk paste in a filtered view could append new rows instead of updating visible ones.

  • Fixed an issue where the updateRecord automation trigger could be missing fields, causing scripts to loop unexpectedly.

  • Fixed an issue where AI Chat could use the wrong default model; the correct default is now applied consistently.

  • Fixed incorrect credit limit prompts for users with custom Minimax model configurations.

  • Fixed an issue in App Builder Chat where switching models did not always take effect.

  • Fixed in v2 an issue where filters using is / is not with empty values could match unintended records.

  • Fixed an issue where error indicators in Apps could remain visible after the error was resolved.

  • Fixed an issue where the Space base list was not fully displayed even when there was enough space.

  • Unified the styling of share-related icons for a more consistent look.

  • Fixed an issue where grouped field default values were not auto-filled correctly on the .cn site.

  • Fixed in v2 an issue where linked records could not be selected repeatedly in a relationship field.

  • Fixed an issue where AI-generated single-select values did not appear until the page was refreshed.

  • Fixed an issue where the value 0 was incorrectly treated as blank in formulas.

  • Fixed an issue where deleted Apps could still be accessed via their publish links.

  • Fixed an issue where pasting the same value into a cell could still trigger automations and AI recalculation unnecessarily.

  • Fixed an issue where dragging items in the sidebar could accidentally trigger a file upload prompt in the AI Chat panel.

  • Fixed an issue where the AI API ignored the selected model and always used the default one.

  • Fixed an issue where Apps created through General Chat did not inherit your selected model.

  • Fixed layout issues on the Plan and Pricing pages, including dark mode display problems.

  • Fixed an issue where the TEXTBEFORE formula function was unavailable.

  • Fixed an issue where long base names in Cuppy/Claw could overflow the dialog boundary.

  • Fixed in v2 an issue where date fields did not support search.

  • Fixed an issue where downloading invoice attachments by email could return far more files than expected.

  • Fixed false-positive error cards in App Builder preview caused by recoverable rendering issues.

  • Fixed in v2 an issue where converting certain legacy fields could corrupt settings and cause query errors.

  • Fixed in v2 an issue where cross-base lookup fields could not be deleted.

  • Fixed an issue where AI used the wrong timezone when working with date and time fields, which could lead to incorrect results.

release.2026-04-21T08-57-20Z.1513

21 Apr 09:54
ceba9a7

Choose a tag to compare

Apr 20, 2026 — Formula, Search, and Stability Updates

  • Added the TEXTBEFORE and TEXTSPLIT formula functions for extracting text before a delimiter and splitting text by a delimiter.
  • Global search now supports date fields.
  • Bulk attachment downloads now respect the current search results and include attachments from matching rows only.
  • Improved formula comparisons when numeric values are blank, reducing incorrect matches in edge cases.
  • Improved the App Builder preview experience by reducing unnecessary preview errors and improving sync stability after refresh.
  • Improved task recovery across the system to reduce cases where workflows get stuck, stay unresponsive for too long, or enter abnormal states.
  • Refined parts of the CuppyClaw UI, including modal sizing, tab layout, and spacing consistency.
  • Improved undo/redo snapshot consistency for record changes in V2, making recovery more reliable in complex editing scenarios.
  • Improved V2 progress handling during large undo/redo replays, with more stable feedback for long-running operations.
  • Enhanced V2 schema diagnostics to help identify structure-related issues faster.

Apr 17, 2026 — Claude Opus 4.7 is now in Teable

We've found it better at handling complex tasks, with stronger multi-step reasoning and more reliable agent workflows. It delivers up to 14% better performance on complex workflows, with tool errors reduced to 2/3, and reduces document reasoning errors by 21% when working with source information.

This makes Teable better for real-world work where data needs to be processed, organized, and turned into action. It gives teams a new top-end model option for their most demanding workflows in Teable.

You can try it in Teable now.

Claude Opus 4.7 is now in Teable

Apr 15, 2026 — AI Chat Now Understands Your Views

Teable's View-Aware AI Chat gives you precise control over every piece of data, every row and column, every table, and every view.

1. What You See Is What AI Gets

AI Chat now perceives your active table view — including filters, sorts, and groupings. When you ask it to update data, it operates within your current view context, not the entire table.

Video: Watch

2. Precise CRUD via Chat

Create, read, update, and delete data using natural language. Ask AI to "mark row 123 as High Value and row 456 as Follow-up," and it updates them instantly.

Video: Watch

3. Improved AI Field Output

AI-generated field content is now more polished and accurate, with better formatting and fewer edge cases in output quality.

AI & Chat Fixes (4)

  • Fixed the AI settings reset button restoring the last saved model instead of the actual default.
  • Fixed AI Chat attachment example upload failing during the onboarding flow.
  • Fixed the Trash cleanup processor repeatedly failing due to a 404 error on deleted chat resources.
  • Fixed the Created Time column stopped auto-updating for new records.

V2 Database Engine Upgrade — Invite-only Beta (15)

  • Fixed a stack overflow error in V2 computed field polling.
  • Fixed database duplication failing with errors whether records were included or excluded.
  • Fixed newly created tables not appearing in the sidebar navigation until a manual refresh.
  • Optimized V2 computed field recalculation to avoid unnecessary full-table recomputation.
  • Added Sentry tags to distinguish V1/V2 environments for faster issue triage.
  • Rebuilt Create Table and Restore Table operations under the V2 architecture for improved reliability.
  • Fixed Formula fields not displaying values in real-time after creation in V2 — previously required a page refresh.
  • Fixed V2 trigger chains not properly propagating updates to dependent AI fields and automations.
  • Fixed the API view filter returning all records instead of the filtered subset in V2.
  • Integrated the V2 authorization module into the plugin architecture for unified permission handling.
  • Introduced a plugin system with Hook and constraint injection for safe, flexible extensibility.
  • Enhanced observability for Formula, Rollup, and Lookup computation tasks with better tracing and monitoring.
  • Improved monitoring and resource usage for better overall stability.
  • Improved real-time update reliability with recoverable and concurrency-safe outbox processing.
  • Added a fast-path optimization for conditional aggregation to reduce redundant computation.

Apr 10, 2026 — New Teable Agent: Super Intelligent at a Much Lower Cost

We've made a major upgrade to the Teable Agent engine — dramatically improving AI Chat's ability to handle complex tasks, while reducing credit consumption to just 20% to 3% of previous levels—or even lower.

New Teable Agent: Super Intelligent at a Much Lower Cost

What's New

  • Credit consumption drastically reduced — in our complex task benchmarks, efficiency improved 5–30x, or even higher.
  • Enhanced large file processing — AI Chat can now handle dozens of Excel/CSV files at once, or PDF documents up to 100 pages.
  • Significantly improved complex task capabilities — for example, provide your Airtable API key to AI Chat and migrate an entire base to Teable:

{Your Airtable Token}
Use this Airtable token to read all content and create a migration plan to Teable. If the data volume is large, please use the maximum write throughput available.

Tip: Remember to delete your token after the migration is complete.

  • Model switching support — AI Chat now lets you switch between models, including Opus, Sonnet, Haiku, and MiniMax.
  • Uninterrupted AI Chat sessions — fixed internal server error disruptions so conversations stay smooth from start to finish.
  • Clear task timing visibility — each conversation turn now shows execution time at completion.
  • Credit usage visibility — tap the bottom-right three-dot menu to view credit consumption once a conversation ends.
  • Lean, faster conversation UI — redesigned interface is more compact, responsive, and focused on high-value information.
  • Parallel sub-task execution — support for sub-agents enables concurrent workflows and faster completion of complex tasks.
  • CuppyClaw is here — access the Teable Agent directly in Slack, Telegram, and Feishu.
  • Prompt while running — you can now send follow-up instructions even while the Agent is still executing.
  • Granular credit transparency — added a detailed credit usage breakdown in Settings → Billing.

Our Thoughts

We believe that after this update, Teable Agent has reached a top-tier level in the industry in both credit efficiency and intelligence. You can now use Teable AI Chat with much greater confidence to describe your needs and build what you want.

Combined with our at-cost, zero-markup credit pricing, Teable is built to make every credit go further: More use. More power. More gain.

What's Next

  • Support for skill usage and management.
  • CuppyClaw support for WhatsApp.
  • V2 database engine upgrade for faster, more powerful data processing at larger scale.
  • Login authentication system with support for email, Google, Teable, and more sign-in methods.
  • Support in-app AI features in App Builder.
  • A series of product capability enhancements.

Important Notes

  • During AI conversations, occasional session interruptions may occur. As a temporary workaround, start a new conversation or click "Clear Chat" in App Builder. This is a known issue and will be fixed within 1–2 weeks.
  • During AI conversations, Question Cards may occasionally display incorrectly. This is a known issue and will be fixed within 1–2 weeks.
  • The New Agent Engine is currently in Beta — there may be rough edges. We're committed to continuous iteration toward a flawless experience. If you encounter any issues, please share your feedback and we'll address them promptly: New Agent Engine Feedback Form

Apr 08, 2026 — Markdown Support in Long Text Field

Long Text fields now render Markdown natively — write structured content in your cells, and toggle between plain text and Markdown with one click.

1. Write Markdown, See It Rendered

Long Text fields support full Markdown rendering. Write headings, lists, code blocks, and more — all visible right inside the cell. Toggle between plain text and Markdown in one click.

Video: Watch

2. Paste Formatted Text, Get Markdown

Copy content from Notion, Google Docs — Teable automatically converts it to clean Markdown. No manual reformatting needed.

Video: Watch

Field & Data Fixes (10)

  • Fixed an issue where the Long Text editor had extra blank space at the bottom in multi-line mode.
  • Fixed Markdown expanded view jumping to the bottom of content and line break rendering issues.
  • Fixed an issue where clicking into a text or Long Text field wouldn't register the first character typed.
  • Fixed long single/multi-select values not wrapping in the record modification history page.
  • Fixed a crash when duplicating a Sum field and converting it to Currency or Percentage format.
  • Fixed an issue where copying a Link field and switching it from one-way to two-way created a duplicate field name in the linked table.
  • Fixed Multi-Select Rollup returning empty results wh...
Read more

v1.10.0

15 Sep 16:12

Choose a tag to compare

Teable EE - The AI Database Agent

Aligned with Teable 2.0 — the AI Database Agent, this release brings 6 big revolutions, rewriting how we work with data.

  1. Talk to Build Databases: Say goodbye to disorganized leads. Teable can automatically tag sentiment and draft replies from your CRM data.
case1.talk.to.build.databases_compressed.mp4
  1. Talk to Build Apps on Data: Generate apps directly from your database (e.g., turn a leads table into a landing page in minutes). Unlike vibe-coding tools that leave you with a dead app, Teable builds apps that actually run on live data.
Case2.Talk.to.build.apps.on.data_compressed.mp4
  1. Talk to Automate Workflow: Create automations in plain language (e.g., “email your customer or teammate when a form is submitted”). Customers and teammates get notified instantly.
Case3.Talk.to.automate.workflow_compressed.mp4
  1. Talk to Data for Analysis: Conversational query, visualize, and get instant insights on your data. No SQL, no code.
Case4.Talk.to.data.for.analysis_compressed.mp4
  1. Talk to Process Data at Scale: Batch-handle files and auto-extract key fields. (e.g., just drop in your invoices, then hit the share button and send it straight to your accountant).
case5.talk.to.process.files_compressed.mp4
  1. Batch Image & Copy Generation: Batch-generate product images, copy, and video scripts to become a super marketer.
Case6.Batch.image.copy.generation_compressed.mp4

Community Edition v1.10.0

🎯 New Core Features

  • Notification Toast System: New notification system for better user feedback
  • Mail Settings: Enhanced email configuration and verification system
  • Collaboration Messaging: Constantly sending collaboration messages for real-time updates

Performance Improvements

  • Performance Cache: Added caching to aggregation and record doc-ids APIs for better performance
  • DataLoader Optimization: Reduced duplicate field queries through dataloader implementation
  • Template UI Enhancements: Improved template application with icons and names

🛠️ Infrastructure & Developer Experience

  • Batch Operations: Implemented batch update for view operations
  • Database Indexes: Added indexes to TableTrash and RecordTrash models
  • S3 Upload Fixes: Multiple improvements to S3 streaming uploads and avatar handling
  • Import Improvements: Enhanced Excel import with better error handling and caching

🎨 User Experience

  • System Setting Guide: Added guidance for admins on first entry
  • UI Improvements: Fixed dropdown scroll bars, sheet-form errors, and various UI polish
  • Permanent Delete: Added permanent delete functionality for bases and tables

What's Changed

Full Changelog: v1.9.1...v1.10.0

v1.9.1

13 Aug 13:20
aa0cc4c

Choose a tag to compare

Teable EE v0.4.0 / Community v1.9.1 Release Notes

✨ teable.io now teable.ai

Enterprise Edition

Key Features

  • Button Field: Interactive button fields for enhanced workflows
    2025-08-12-20-31-22

  • Advanced User Management: Permanent user deletion with enterprise compliance

  • Visit Logging: User access tracking and analytics

Critical Fixes

  • Fixed S3 file upload stability issues
  • Resolved button field duplication errors during base import
  • Fixed AliCloud export expiration errors

Community Edition v1.9.1

Key Features

  • User Account Deletion: Self-service account deletion feature
  • AWS Bedrock AI Support: Extended AI capabilities with AWS integration
  • AliCloud Storage Support: Native support for AliCloud storage services

Performance & Fixes

  • ShareDB Query Optimization: Significantly improved real-time collaboration performance
  • File Upload Fixes: Multiple S3 upload stability improvements
  • Multi-value Field Grouping: Fixed sorting issues in grouped views
  • Import Reliability: Resolved timeout issues with large field imports

What's Changed

New Contributors

Full Changelog: v1.9.0...v1.9.1

v1.9.0

16 Jul 13:34
a7b2ae1

Choose a tag to compare

Teable EE Updates (Enterprise Edition 0.3.0)

AI Features

  • Base Chat System: Complete chat functionality with enhanced UI, SQL query capabilities, and auto-continuation for length-limited responses
  • AI Field Configuration: Comprehensive AI configuration support for attachment, numeric, and other field types with improved interaction experience

Permission & Access Control

  • Cell-level Permission Control: Granular permission management at the cell level with enhanced authority matrix and record history permissions
  • Advanced Access Management: Full access control with hasFullAccess field and improved user validation systems

Enterprise Management

  • Custom Branding: Complete custom branding solution for enterprise deployments
  • Department Management: Advanced department creation with custom IDs and enhanced member management capabilities
  • Audit & Monitoring: Comprehensive audit log functionality for tracking system activities

Automation & Workflow

  • Enhanced Automation System: Improved automation with nested conditions, better date comparisons, and deadlock prevention in automation actions
  • Advanced Workflow Actions: Enhanced HTTP actions with proper encoding, JSON parsing, and error handling

Teable Updates (Community Edition)

Core Platform Features

  • Base & Workspace Management: Support for moving bases between spaces and enhanced workspace organization
  • Template System: Complete template functionality with markdown descriptions, mobile UI optimization, and advanced duplication capabilities
  • Field Management: Support for field duplication and improved field conversion with undo/redo functionality

Data Management & Performance

  • Enhanced Import/Export: Optimized import queue with worker system, improved Excel handling with precision fixes, and better export functionality
  • Database Performance: Deadlock retry mechanisms, Prisma migration for better performance, and search index time limitations
  • Data Integrity: Enhanced unique constraint management and improved data validation systems

User Experience Improvements

  • Enhanced Editors: Improved formula editor performance and date editor with manual input support and European format compatibility
  • Navigation & Discovery: Recent base list functionality and quick page navigation with last visited page memory
  • Mobile Experience: Comprehensive mobile optimization across all components and interfaces

UI & Interaction

  • Advanced Filtering: Support for filtering by formatted date and improved filter management
  • Copy/Paste Enhancement: HTML parsing support for better data transfer between applications
  • Multi-line Support: Field names with multi-line support and batch collapse functionality for better organization

Technical Improvements

  • Server-Side Rendering: Enhanced SSR performance for better page load times and SEO
  • Localization: HTTP error message localization and improved internationalization support
  • Stability Fixes: Comprehensive bug fixes for calendar views, data integrity issues, and file upload problems

What's Changed

Read more

v1.8.0

16 Apr 07:37
6582c1d

Choose a tag to compare

Highlight 🎉

Template Management

Navigate to Admin Panel > Template Admin to create a new template.

You can select a base from any space, customize it with a cover image, and add a detailed description.

Template creation interface

Users can create new bases from any available template.

Create base from template option Template selection interface

Base Import/Export

Export your base to a .tea file (which can be extracted as a ZIP archive)
Base export option

Import an existing base from a .tea file
Base import option

Import process interface

Field Duplication

Easily duplicate any field with a single click
Field duplication feature


News: Teable Enterprise Edition Now Available! 🚀

We're thrilled to announce that after continuous refinement and development, Teable Enterprise Edition (EE) is now available to all users! Both on cloud and selfhost, Visit teable.ai to experience powerful features including:

AI Field
Automation
Authority Matrix
Admin Panel

Subscriptions are now open. For detailed information about pricing and plans, please visit our Pricing page.


What's Changed

New Contributors

Full Changelog: v1.7.0...v1.8.0

v1.7.0

21 Mar 06:02
bbcbf96

Choose a tag to compare

Highlight 🎉

Custom LLM Integration Support

  • You can custom LLM integration in space setting by @Sky-FE (#1315)
image

Table Duplication

  • Support for duplicating tables, including proper handling of linked fields and relationships (#1335)
image

Quick navigation

  • Added memory of last visited page for quick navigation (#1388)
last-visit.mp4

Plugin Enhancements

  • Added floating element plugin (#1313)
  • Added table plugin support (#1340)
  • Plugin support for getting temporary tokens (#1317)
  • Added getSelectionRecords plugin bridge method (#1358)
image

Performance Improvements

  • Optimized layout for touch devices (#1338)
  • Better SSR implementation across the application (#1354, #1357)
  • Improved performance when creating multiple fields at once (#1356)
  • Merged database I/O operations during table imports (#1362)

New Language Support 🌍

Notable Fixes

  • Fixed calendar border color in dark mode (#1260)
  • Fixed timezone errors when grouping by date fields (#1296)
  • Fixed data misalignment issues from column order changes (#1297)
  • Resolved issues with Excel imports:
    • Fixed crash when row number is 0 or 1 (#1302)
    • Fixed number precision issues in Excel imports (#1308)
  • Fixed 401 errors when uploading attachments in shared forms (#1327)
  • Fixed scrolling issues throughout the application (#1329)
  • Removed year selection range restrictions in calendar (#1352)
  • Fixed issues with relationship field conversions (#1365)

Other Improvements

  • Dynamic color system implementation (#1387)
  • Optimized responsive layout for base cards (#1361)
  • Improved UI for longer internationalized text (#1299)

What's Changed

New Contributors

Read more

v1.6.0

05 Feb 09:19
973cfb8

Choose a tag to compare

Highlight 🎉

  1. Table Trash
    • Introduced a table trash feature, allowing users to recover deleted records, views, and fields. (#1141)
image image
  1. Duplicate Views

    • Added support for duplicating views, enabling users to quickly create copies of existing views. (#1147)
  2. Personal and Locked Views

    • Introduced personal views for local modifications and locked views to prevent collaborators from making direct changes. (#1250, #1256)
image
  1. AI Integration
    • Added support for custom large language model APIs, enabling AI-generated formulas. (#1117)

Admin Panel / Settings / AI settings
image

  1. Search Index Optimization
    • Implemented search indexing, significantly improving search speed for large tables. (#1245, #1193, #1205)
image
  1. Email Verification During Registration
    • Added email verification support during user registration for enhanced security. (#1252)

Admin Panel / Settings / General settings
image

  1. Drag-and-Drop Attachment Upload
    • Users can now drag and drop files directly into cells for quick attachment uploads. (#1255)
image
  1. Forced OAuth2/OIDC Login
    • Introduced a ENV to enforce OAuth2/OIDC login for improved authentication control. (#1131)

PASSWORD_LOGIN_DISABLED=true

image
  1. API Token Permission Quick Selection
    • Streamlined API token permissions with quick selection options for easier configuration. (#1116)
image
  1. Custom Physical Field Names During Creation
    • Allowed specifying custom physical field names (dbFieldName) when creating new fields. (#1244)
image
  1. Quick Filtering via Field Name Right-Click
    • Added support for quick filtering by right-clicking on field names. (#1135)
image
  1. System User Display Enhancements

    • Improved the display of system users, such as "Anonymous" roles. (#1128)
  2. No mandatory reliance on HTTPS
    Copy-paste functionality is unaffected without HTTPS, except when copying large amounts of data (over 300 rows), which requires an HTTPS environment (#1247)

What's Changed

Read more

v1.5.2

27 Nov 15:11
5bfeded

Choose a tag to compare

Highlight 🎉

Calendar view

Show and edit your schedule in the calendar view
image

Global search and highlight

The search feature has been greatly improved. You can now search not only by specific fields but also do a global search, with the option to filter out unmatched rows.
image

Filter in Lookup and Rollup field

Now, you can filter the relevant records and do the calculations. The boundary has broadened even further!
image

Form support require-login

After adding this option, you'll be able to view the submitter's information in the created-by field.
image

A switch for allowing new options when editing.

Users can now disable the option to add new options while editing single or multiple select fields, preventing accidental addition of options.
image

More optimization

Copying on loaded data doesn't require a network request, it's 10x faster.
Created-by and Last-modified-by field support display for anonymous user and automation robot users.

What's Changed

Full Changelog: v1.5.1...v1.5.2

v1.5.1

09 Nov 08:09
9dc5e2c

Choose a tag to compare

Highlight 🎉

Gallary view

One more view!
image
image

Preview PDF / Word / Excel in the attachment field

Click on your attachment and preview

iShot_2024-11-09_16.04.00.mp4

Duplicate a record

Right-click, or click the edit form's "more button" to duplicate a record

image image

What's Changed

Full Changelog: v1.5.0...v1.5.1