Better file support in Table View
Working with files in Table View just got easier. You can now upload files directly in table cells: click +, press Enter, double-click on focused cell, or simply drag and drop a file into a cell.
Files can be previewed or downloaded right from the table. We’ve also added new ways to display files, including Compact List, Count, and Gallery views.
Block reordering in the Editor via keyboard shortcuts
Moving paragraphs, headers and lists items has been one of the most-requested improvements to our text editor. Now you can re-order blocks using keyboard. Block reordering works in two modes:
- Cursor mode. Just place your cursor inside any blocks and press
Cmd/Ctrl+Shift+↑/↓. The block moves immediately, no selection needed.
Selection mode. PressEsc(orCmd/Ctrl+Click) to select an entire block, then move it withCmd/Ctrl+Shift+↑/↓or drag it to a new position.
Reordering checklist items, bullet points, and numbered lists now works the way it should Reprioritize tasks, restructure outlines, reorder steps, all without cutting and pasting.
Collapsed headers bring their content along. When you move a collapsed header, everything nested under it moves with it.
In the next releases we will add drag handlers and finally enable usable drag and drop of all block elements. Stay tuned!
History API
You’ve always been able to see who changed what in the Activity Log. But you couldn’t query it from code. Now you can.
POST /api/history/v2/search
One endpoint. Filter by database, action type, author, entity, timeframe. Get back every field change with before/after values, who made it, and when. Paginated, so it works for workspaces of any size.
Use cases and details:
- Get all changes by a specific user for yesterday. Filter by author + timeframe, get back everything they created, updated or deleted.
- Get feature changes for last week. Filter by database + timeframe to see what moved, what was created, what was closed.
- Get full history of a specific entity. Filter by entity ID or public ID to see the complete timeline of how a task, feature, or bug evolved from creation to current state.
- Noise control built in. Use the
field not-infilter with wildcards like:hidden,:formula,:automations,:systemto strip out automatic and system changes. See only what humans actually did.
History API user guide → https://the.fibery.io/@public/User_Guide/Guide/History-API-470.
Fibery Desktop App update
Desktop app has been updated (4.0.0).
- Updated title bar on Windows for themes, so now Warm theme should look good.
- Fixed background flash after switching tabs.
- Electron version updated to 40.
Improvements
- Appearance: The favicon and the default workspace icon now feature our updated warmer logo.
- Hide and open by Default Entity Views rules: Now you can use many-to many relations and multi-select fields in Hide and open by Default Entity Views rules with operators:
contains any of,contains none of,containsanddoes not contain. - Activity Log:
- Changes made by automations rules and auto-linker are hidden by default and can be seen when you select
All fields (all sources)option in Activity History. - If a change was made by some integration, now it is visible what integration did the change. In the past it was just Fibery Integration, now you will see GitLab integration, Stripe integration, etc.
- Changes made by automations rules and auto-linker are hidden by default and can be seen when you select
- Filters: Now any user can pin personal filters as well.
- AI Agent. Now you can open AI Agent when creating an automation rule or a button and iterate on it from chat interface.
- Mobile Apps: Warm theme added, logo and branding updated.
Fixed Bugs
- Documents / Rich Text:
- User is not getting redirected to duplicated document and error occurs in attempt to duplicate from doc main menu
- Language selector should not be available for Code block in entity history pop-up
- Input rule for checkboxes works in lists
- It’s impossible to convert paragraph which consists of references first to bulleted/numeric list and then to checklist
- Typing .com breaks entity creation process
- History & Audit Log:
- Improve text diff when text is completely replaced
- Fix margins for deleted and not deleted authors in the history
- It’s not evident that filter in Audit Log get unapplied if a user changes field
- Can’t restore specific change from the entity history
- User role changing does not look good in History
- Performance: Rank recalculation fails due to 60 seconds timeout
- Mobile: The file unit on mobile looks a bit off
- Search & Recent Items: When searching AI, it has “add an ai key” which is no longer relevant
- Themes: Old theme for Files during dnd and on hover
- MCP Server: MCP connectors in Claude expires: The Fibery connection has expired (JWT token). You’ll need to reconnect the Fibery MCP server
- Board View: Wrong placeholder positioning when drag&drop cards on Board view
- Mobile: iOS app crashes when uploading a video to profile
- Architect Mode:
- Rename, delete and edit config options are hidden for Smart folders and Folders in User mode
- It’s impossible to create views in Default Space in User mode
- “New field” option is not hidden in User mode on Table view
- Validation Rules: Restore (Undo) fails with oops error when core throws validation error setup for entity create
P.S. Your opinions, questions and ideas help us improve! ![]()

