Skip to main content

12 posts tagged with "changelog"

View All Tags

Β· One min read
  • Tables
    • ✨ Improved SDK exception formating for better understanding
  • Editor
    • 🎨 Improved readability on workflow conditions labels
    • πŸ› Fixed Ctrl+Z and Ctrl+A hotkeys not working on some input fields
    • 🎨 Improved env vars screen UI
  • Console
    • πŸ› Fixed possibility to open links on new tabs (and ctrl + click shortcuts)
    • πŸ› Fixed project's subdomain settings misplaced errors
    • 🎨 Improved env vars screen UI
  • Forms
    • 🎨 Improved read_camera layout (now matching read_file)
  • User App
    • 🎨 Added loading indicators for Home links

Β· One min read
  • Tables
    • πŸ› Fixed varchar column default value placeholder
    • πŸ› Fixed editing column name and
  • Editor
    • πŸ› Fixed multiple workflow editor bugs
  • General
    • πŸ› Fixed support chat not opening
  • Forms
    • πŸ› Fixed steps UI for high step counts
  • AI
    • πŸ› Fixed unhandled ai.prompt errors

Β· One min read
  • Console
    • ✨ Added Thread Data to Logs screen
  • Tables
    • ✨ Added column sort to Tables UI
  • Editor
    • πŸ› Fixed SmartConsole sometimes not showing logs
  • Forms
    • πŸ› Fixed display_markdown not styling code blocks correctly

Β· One min read
  • General
    • 🎨 New login screen layout
  • Tables
    • πŸ› Fixed bool columns showing NULL instead of false
    • πŸ› Fixed loading feedback while adding rows to a Table
    • πŸ› Fixed delete table action not asking for confirmation
  • Forms
    • πŸ› Fixed end_program param being accepted on input widgets
    • πŸ› Fixed inconsistent full_width behaviour
    • πŸ› Fixed allowing editing settings with unsaved changes

Β· One min read
  • General
    • πŸ› Fixed navbar layout for long project titles
  • Tables
    • πŸ› Fixed showing NULL values as empty cell on Tables UI
  • Forms
    • πŸ› Fixed editor's β€œRepeat last answer” not working on some widgets
    • πŸ› Fixed accepted_formats no read_file
    • πŸ› Fixed read_phone inconsistent validation behaviour
    • πŸ› Fixed read_nps ui colors
    • πŸ› Fixed multiple widget previews on docs
  • Editor
    • ✨ Allow search on project font selector
    • πŸ› Fixed incorrect warning about changed env var
    • πŸ› Fixed editor layout issues with long env var names

Β· One min read
  • General
    • ✨ Project's home page is now private by default
    • πŸ› Fixed project styling inconsistencies
    • πŸ› Fixed background image
  • Tables
    • πŸ› Fixed showing JSON objects on β€œRun SQL” interface
  • Kanban
    • πŸ› Fixed β€œContinue this thread” button having no action
    • πŸ› Fixed β€œContinue this thread” button appearing on Job stages
  • Hooks
    • πŸ› Fixed sent headers when using send_json()
  • Forms
    • πŸ› Fixed read_rating returning 0 when unfilled (now it's none)
    • πŸ› Fixed get_user() and display_pandas type hints
  • Editor
    • ✨ Improved workflow editor UI
    • πŸ› Fixed creating Stage .py file when creating Stage (on Workfllow Editor)
    • πŸ› Fixed requirements linter providing incorrect suggestions due to casing
    • πŸ› Fixed terminal displaying multiple β€œSyntax Warning” messages
  • AI
    • ✨ Added Anthropic as fallback AI provider

Β· One min read
  • Forms
    • ✨ Improvement: file uploads now are saved by default on "Files"
    • ✨ Improvement: added possibility to create public link for any file
    • ✨ Improvement: improved UI for read_checklist, read_multiple_choice, read_checkbox, read_toggle and read_time
    • πŸ› Fix: initial_value on read_time
    • πŸ› Fix: Page() sometimes would show errors for fields before the user has altered them
  • Editor
    • ✨ Improvement: new workflow editor layout
    • πŸ› Fix: "open console" link
    • πŸ› Fix: Hook Editor scroll
  • AI
    • πŸ› Fix: prompt function was not working when instructions were a list of strings
  • General
    • πŸ› Fix: access denied warning would sometimes appear incorreclty

Β· One min read
  • Forms
    • ⚑️ Performance: initial load time decreased by ~18x
    • ✨ Improvement: uploaded files (using read_file) are now automatically saved on the _uploads directory
    • πŸ› Fix: required field validation was inconsistent on read_list widget
  • Editor
    • ✨ Improvement: added option to apply modified environment variables (replacing the need to restart the server)
    • ✨ Improvement: email notifications are now sent to the developer for testing porpouses
  • AI
    • ✨ Improvement: added possibility to define temperature parameter (ai.prompt() docs)
  • Kanban
    • 🎨 UI: style adjustments on buttons
    • πŸ› Fix: repositioning columns caused an infinite loading issue
  • General
    • 🎨 UI: sent emails now use project's style setting

Β· One min read
  • Forms
    • ✨ Improvement: new display_image widget
  • Tables
    • ✨ Improvement: new UI allowing expanding rows for long content
  • Editor
    • ✨ Improvement: feedback option on SmartConsole responses
    • πŸ› Fix: form editor modals sometimes had black background
    • πŸ› Fix: layout adjustments on SmartConsole
    • πŸ› Fix: more informative error messages on SmartConsole
  • Console
    • πŸ› Fix: show more helpful errors when project upload fails

Β· One min read
  • Project
    • ✨ Improvement: add favicon option
  • Console
    • ✨ Improvement: small UI adjustments in Tables
    • ✨ Improvement: allow deleting and adding files to folders
    • ✨ Improvement: improve login UX
  • Forms
    • πŸ› Fix: redirect showed a warning not to close the window
  • Editor
    • ✨ Improvement: UX adjustments in the β€œPreferences” tab (formerly β€œStyle”)
    • πŸ› Fix: concurrency issues in accessing internal files
    • πŸ› Fix: fix errors with very large messages in SmartConsole