Skip to main content

Β· 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

Β· One min read
  • Project
    • ✨ Improvement: allow language selection in settings
    • πŸ› Fix: sidebar font did not follow project settings
    • πŸ› Fix: some colors did not follow project settings
  • Console
    • ✨ Improvement: list home and threads on "Live" screen
    • πŸ› Fix: β€œtrigger” (form/hook path or cron) hides text without ellipsis
  • Forms
    • πŸ› Fix: button positioning was vertical on mobile
    • πŸ› Fix: appointment input layout
  • Editor
    • πŸ› Fix: scroll position when opening smart console
    • πŸ› Fix: missing placeholder on "add requirement" modal
  • Threads
    • πŸ› Fix: β€œretry” was not working in production

Β· 2 min read
  • General
    • ✨ Feature: Added get_project_url() to return the project URL (docs)
    • 🎨 UI: Project's error pages are now translated
    • 🎨 UI: Project's home page buttons had the wrong color
  • Editor
    • ⭐ Feature: New projects can be generated from a prompt (video)
    • ✨ Improvement: New project login flow
    • ✨ Improvement: Real-time logs for jobs, hooks, and scripts
    • πŸ› Fix: Non-standard requirements.txt prevented usage
    • πŸ› Fix: File path editing was not possible when the previous path was nonexistent
  • Forms
    • ✨ Improvement: Removed Login button in Forms
    • ✨ Improvement: Forms restart if the connection fails
    • πŸ› Fix: Added loading indicator for initial loading
    • πŸ› Fix: Page() in a loop retained the state from the previous one
    • πŸ› Fix: Disabling next button when validation fails
    • πŸ› Fix: An error is now shown when choosing an invalid URL path
  • Smart Console
    • ✨ Improvement: Smart Console now recognizes Tables schema
  • Tables
    • ✨ Improvement: Insert batch (docs)
    • πŸ› Fix: Empty Select One returned an error
    • πŸ› Fix: Update by ID was returning a list
    • πŸ› Fix: Filters were not working
  • Threads View
    • πŸ› Fix: Retry and fork flows were inconsistent
    • πŸ› Fix: Workflow view showed overlapping elements in some cases
  • Docs
    • πŸ“š New tutorial for connecting with Google API (link)
  • Cloud Console
    • πŸ› Fix: Scripts did not appear in β€œInspect Build”