2025-02-05
v1.6.0

1. Table Trash

  • Allows users to restore deleted records, views, and fields.

2. View Duplication

  • Added support for copying views, allowing users to quickly create duplicates of existing views.

3. Personal Views and Locked Views

  • Introduced Personal Views for local modifications and Locked Views to prevent direct modifications by collaborators.

4. AI Integration

  • Added support for custom Large Language Model APIs, enabling AI-generated formulas.

Admin Panel/Settings/AI Settings

5. Search Index Optimization

  • Implemented search indexing, significantly improving search speed in large tables.

6. Email Verification at Registration

  • Added email verification support during registration to enhance security.

Admin Panel/Settings/General Settings

7. Drag and Drop File Upload

  • Users can now directly drag files into cells for quick attachment uploads.

8. Forced OAuth2/OIDC Login

  • Introduced an environment variable to enforce OAuth2/OIDC login, enhancing authentication control.

PASSWORD_LOGIN_DISABLED=true

9. Quick API Token Permission Selection

  • Simplified API token permission configuration with quick selection options.

10. Custom Physical Field Names

  • Allows specifying custom physical field names (dbFieldName) when creating new fields.

11. Quick Filter, Sort, and Group via Field Name Right-click

12. Enhanced System User Display

  • Improved display of system users, such as “Anonymous” roles.

13. HTTPS Not Strictly Required

  • Copy-paste functionality is not restricted by HTTPS, except when copying large amounts of data (over 300 rows).
2024-11-27
v1.5.2

1. New Calendar View

We’ve launched a new calendar view feature that allows you to manage and view schedules more intuitively.

How to Add Calendar View

  1. Navigate to the view bar
  2. Click the ”+” icon on the right
  3. Select “Calendar View” from the options
  4. The calendar view will be added to your view list

2. Global Search and Keyword Highlighting

Search functionality has been greatly improved. You can now perform global searches across fields and optionally filter out non-matching rows.

  • Support for global search across multiple fields
  • Highlighted search result keywords
  • Flexible search result filtering options

3. Lookup and Rollup Field Optimization

  • Support for precise record filtering
  • Enhanced rollup calculation capabilities
  • Extended data analysis and processing capabilities

4. Form Enhancement

Login Verification

  • New form login requirement option
  • Automatic submission tracking with creator information visible in the creator field

5. Single/Multiple Select Field Settings

Users can now disable the option to add new choices when editing single or multiple select fields to prevent accidental additions.

  • Option to restrict new choice additions
  • Prevention of accidental invalid choice entries

6. Performance Optimization and Other Improvements

Data Processing Speed

Copying loaded data requires no network requests, resulting in 10x faster performance.

Enhanced User Information Display

Support for displaying anonymous users and automation bot identifiers in creator and last modified by fields.

  • Anonymous user identifier display
  • Automation bot user identifier display
2024-11-09
v1.5.1

1. New Gallery View

We’re excited to announce the new Gallery View feature in Teable, offering a more intuitive and visually appealing way to display your data.

How to Add Gallery View

  1. Click the ”+” icon in the view bar
  2. Select “Gallery View” from the options

2. Enhanced Attachment Preview

We’ve optimized the attachment preview functionality to support more file types, improving your workflow efficiency.

Supported File Types

  • PDF files
  • Word documents
  • Excel spreadsheets

How to Use Attachment Preview

  1. Locate the file you want to preview in the attachment field
  2. Click directly on the file
  3. The preview will open automatically without downloading

Note: Preview is intended for quick content review; download the original file for editing.

3. Record Duplication Optimization

We’ve simplified the record duplication process with multiple shortcuts.

Method 1: Using Right-click Menu

  1. Right-click on the record you want to duplicate
  2. Select “Duplicate Record” from the popup menu

Method 2: Through Edit Form

  1. Open the edit form of the record you want to duplicate
  2. Click the “More” button in the form
  3. Select “Duplicate Record” from the dropdown menu

Tip: The record duplication feature helps you quickly create similar records, significantly improving data entry efficiency.


We hope these new features and optimizations enhance your experience. If you have any questions or feedback, please don’t hesitate to contact our support team. We’ll continue working to provide you with better products and services.

2024-10-25
v1.5.0

1. Dashboard

1.1 Comprehensive Chart Types

  • Support for Bar/Line/Pie/Area/Table charts

1.2 Flexible Data Queries

  • Support for selection/filtering/joining/sorting/grouping/aggregation query configurations

2. Plugin View - Sheet Form

3. Record Comments

  • Real-time conversations
  • @mention support
  • Rich text editing
  • Image and link support

4. Group Statistics

  • Statistics for each group

5. Linked Fields

5.1 Cross-base Field Linking

  • Now you can freely link with any base!
    • Edit field
    • Link from other bases
    • Select base and table
    • Example: Link from Project Management base to Product Task Management

5.2 Filter Records from Views

  • Comprehensive permission control prevents accidental data exposure through links! Control which view to link records from; control which filtered records can be linked; control which fields are visible in the linking selection list.
    • Edit field
    • More configurations
    • Select view/configure filter conditions

6. Field Default Values

  • Default values can be set for most field types

7. Kanban View Supports All Field Types for Grouping

8. Experience Improvements

  • Attachment field image preview speed greatly improved
  • Formula date time result now matches timezone
  • Formula can correctly handle escape characters, such as “\n”
  • Directly paste attachments in cells with selected attachment column
2024-09-12
v1.4.1

1. Trash

You can now restore deleted spaces, bases, and tables from the trash!

2. Drag and Drop Attachment Order to Reorder

You can now change the order of attachments by dragging them! Click and hold on an attachment, then drag it to a new position, and release it to reorder.

2024-09-02
v1.4.0

1. Undo and Redo

All operations in the table can be undone and redone.

2. Base collaborator

You can now invite collaborators to enter the base for collaboration without entering the space.

2024-08-16
v1.3.2

1. Record Modification History

View the record modification history of the entire table in the upper right corner of the table.

View the edit history of the current record in the upper right corner of the record edit interface.

2. Creator and Last Modified User Fields

Added two fields. Creator and last modified user fields are used to track data changes.

3. Language/Internationalization Switch

  • Switch system language
    1. My settings
    2. Language
    3. Please select the language you want to use.

2024-06-31
v1.3.1

1. Share View Embedding and Custom Sharing

Teable has added view embedding functionality and optimized sharing settings:

  1. View embedding: Now you can embed views into other webpages.
  2. Enhanced sharing settings
    1. Theme display control
    2. Toolbar hiding control

Operation steps:

  1. Open the target table, click the “Share” button in the upper right corner
  2. Confirm the sharing settings in the pop-up window
  3. Adjust the following parameters according to your needs:
    1. Theme selection
    2. Toolbar display
    3. Embedding code

Through the new feature, you can more flexibly control the display of shared content, improving collaboration efficiency

2024-06-24
v1.3.0

1. Field Value Verification Rule Enhancement

  • Unique Value Verification Constraint: Added field unique value verification function to ensure that the field value is unique in the entire table.
  • Non-empty Verification: Added field non-empty verification function to prevent missing key information.

2. API Query Builder

Introduced visual API query builder to greatly simplify API request building process:

  1. Click the “API - RestfulAPI” button in the upper right corner of the table to enter the builder interface
  2. Build query requests through intuitive user interface
  3. Copy directly runnable code generated by one click

3. User Experience Optimization

3.1 Record Creation Process Optimization

  • Allow users to fill in complete row information before creating records to improve data completeness

3.2 Date Picker Upgrade

  • Date picker now supports direct selection of year and month to improve selection efficiency

3.3 Number Field Editing Optimization

  • Display unformatted original values of number fields for precise modification during editing

3.4 Sharing Function Enhancement

  • Added QR code sharing option when sharing view link, convenient for mobile users to quickly access

4. Data Import Function Enhancement

4.1 Import Notification

  • System will send email notification to user after successful data import

4.2 Performance Optimization

  • CSV import speed increased by 100%, significantly shortening data import time

4.3 API Import Enhancement

  • Enabled API type conversion, user field supports filling in user name, ID, or email for writing

5. System Integration

  • Attachment function added S3 integration support to provide more reliable file storage solution

6. Problem Fix

Fixed the following issues:

  1. Unable to filter when searching for users
  2. File name lost when downloading attachments
  3. New row unable to copy and paste
  4. Attachments unable to display normally in some cases