2024.9.2
Released on: 2025.4.17
-
Added automatic logout functionality based on user inactivity. The change was added to improve security by automatically logging out inactive users (
8fda0ae,881b696). -
Added autocompletion to layout title/visibility and record conditional fields. The change was added to improve the user experience when creating or modifying page layouts and record conditions (
857457d). -
Added step highlighting feature to workflow dry run functionality. The change was added to provide better visual feedback during workflow development and debugging (
1dee838).
-
Changed inline actions to be shown on hover of table row or record block instead of cell/field. The change was made to provide a more consistent user experience and improve visibility of available actions (
412d98b). -
Changed ace editor theming to use CSS variables more extensively. The change was made to ensure consistent styling across different themes and improve visual appearance (
58e649b). -
Changed Node.js to version 22 and updated related frontend dependencies. The change was made to improve security and performance with the latest stable versions (
619fcaf). -
Changed Go version from 1.19 to 1.24.1 and updated backend dependencies. The change was made to leverage the latest improvements and security features in the Go programming language (
c17ab3d).
-
Removed Nylas integration. The removal was made to simplify the codebase and remove unused functionality (
e036456).
-
Fixed JSONL export for multi-value fields (
bbd6166). -
Fixed navigation between page builder and specific page layouts (
27eba7b). -
Fixed block condition not being preserved when cloning a block (
1af0948). -
Fixed report block not automatically refetching on record or prompt changes (
9bb5d21). -
Fixed layout, block, and field condition handling for record pages (
c33dbba,198640e). -
Fixed missing access check in reminder search functionality (
249a3f4). -
Fixed session error buffer size to prevent deadlocks (
b7f5d5a). -
Fixed multi-value record assignment in record handling, serialization, and filtering (
c26fb37,5f47b57,864702e). -
Fixed record values serialization for bulk updates to properly handle arrays (
8305c7e). -
Fixed case sensitivity issues when querying MSSQL database (
ac5d8f6). -
Fixed workflow dry run cancellation and processing issues (
1dee838,f1efbab). -
Fixed inline filtering with multi-value fields (
51f2c4b). -
Fixed ace editor suggestions being initialized even when autocomplete was disabled (
55a921f). -
Fixed styling issues with pill tabs when used without block card title (
5d1b448).