Releases: abstra-app/abstra-lib
Releases · abstra-app/abstra-lib
v3.5.0
- ✨ Feature: add email support for hooks
- ✨ Improvement: add a toggle to disable auto-suggest fix in Smart Chat
- ✨ Improvement: add search filter in
get_tasks
function - ✨ Improvement:
read_custom(...)
will now adjust its height to fit the content. - ✨ Improvement: allows selecting all tasks from a type at once
- 🐛 Fix: better layout in task card of tasks tab
v3.4.0
- ✨ Feature: Add clear messages button to chat
- ✨ Improvement: Rename Abstra Intelligence to Smart Chat
- 🐛 Fix: fix date filter in tasks table view
- 🐛 Fix: update automatically trigger tasks options after creating task manually
- 🐛 Fix: Abstra Intelligence was not receiving error context in Job Editor, Hook Editor and On Task Editor
v3.3.0
- ✨ Feature: Smart Chat autosuggests a fix when the code runs into an error
- ✨ Improvement: ai.prompt with pdf files now sends higher DPI images to improve OCR
v3.2.6
- 🐛 Fix application port
v3.2.5
- 🐛 Add label to linterFix
v3.2.4
- ✨ Adding linter to prevent conflicting file names. See more details in the documentation.
v3.2.3
- ✨
.type
property added to tasks - 🔧 Removing
__getattr__
override from tasks
v3.2.2
- ✨ Using real project subdomain for the path input on forms and hooks editor
- ✨ Feature: Add Open in Fullscreen button in Form Preview
- ✨ Feature: Add typing in the Forms SDK
- 🐛 Fix: set linter rule type of psycopg2 to error, preventing deploys
- 🐛 Fix: outdated email notifications information on editor
- 🐛 Fix: server port on local editor
- 🐛 Fix: correctly reloading imported modules after change
- 🐛 Fix: translate "Search" placeholder on
read_cards
widget withsearchable
property - ✨ add
onChange
event listener forread_custom
- ✨ add
change_value
parameter toread_custom
- ✨ don't rerender on every value change anymore when
onChange
has been called
v3.2.1
- ✨ Improvement: add linter to ensure psycopg2-binary is used instead of psycopg2
- ✨ Improvement: save hook test config in hook editor
- 🐛 Fix: correct the file exists check when creating a file via workflow
- 🐛 Fix: fix wrong "File not found" warning on workflow on existing files
- 🐛 Fix: fix usage of
set_title
withuse_legacy_threads
- 🐛 Fix: Abstra Intelligence was not considering the stderr
v3.2.0
- ✨ Improvement: persisting each form query params in editor
- ✨ Improvement: link to stage in tasks table
- 🐛 Fix: allow
use_legacy_threads
call with tasks SDK standard use - 🎨 UI: Change smart suggestions boxes' style
- 🎨 UI: Decrease default terminal output height
- 🎨 UI: Make Smart Suggestions vertical
- 🎨 UI: New layout for the Editor pages