v0.1.42
What's Changed
- Add icons to example tasks by @wintonzheng in #1258
- Add extraction node by @wintonzheng in #1259
- enforce navigation_goal for Navigation Task by @wintonzheng in #1260
- use task type instead of prompt template by @LawyZheng in #1261
- use skyvern temp to save tempfiles by @LawyZheng in #1262
- add remove dir function by @LawyZheng in #1263
- Add login block by @wintonzheng in #1264
- Add wait block by @wintonzheng in #1265
- add download block by @LawyZheng in #1266
- Wait min time should be 1 sec by @wintonzheng in #1267
- Fix tooltip weird behavior in editable titles by @wintonzheng in #1268
- Fix a problem with duplicate edge created by @wintonzheng in #1269
- Add workflows settings in start node by @wintonzheng in #1270
- use jinja template for workflow parameter by @LawyZheng in #1272
- Add download node by @wintonzheng in #1273
- fallback to use js click by @LawyZheng in #1274
- skip unknown css/svg shape by @LawyZheng in #1275
- Update zapier.mdx by @kati3-design in #1244
- improve css & svg caching by @wintonzheng in #1278
- fix workflow cleanup bug when there are no tasks created for the workflow by @wintonzheng in #1279
- set a DEFAULT_TEXT_PROMPT_LLM_KEY if TextPromptBlock.llm_key is not passed to backend by @wintonzheng in #1280
- fix empty llm_key promblem for the TextPromptBlock by @wintonzheng in #1282
- fix loopblock continue on failure issue by @LawyZheng in #1283
- adjust cache expiration policy by @LawyZheng in #1284
- Fix a bug where empty webhook url causes an issue by @wintonzheng in #1285
- create_empty_workflow interface in workflow service by @wintonzheng in #1286
- all blocks support jinja template by @LawyZheng in #1288
- upload all downloaded files when using s3 by @LawyZheng in #1289
- adjust s3 prefix for downloaded files by @LawyZheng in #1290
- Add application column to tasks by @wintonzheng in #1291
- Add URL to action block by @wintonzheng in #1292
- Change block order in node library by @wintonzheng in #1293
- Update extraction node placeholder by @wintonzheng in #1294
- Clicking on task title should navigate into task by @wintonzheng in #1295
- improve max steps failure description by @LawyZheng in #1296
- Remove version from docker compose file as it's deprecated by @Kumala3 in #1287
- continue on failure for lask block by @LawyZheng in #1299
- remove streaming debugging log by @wintonzheng in #1300
- refactor: tooltips and placeholders by @wintonzheng in #1302
- created_at index for steps table by @wintonzheng in #1301
- use currentColor in custom icons by @wintonzheng in #1304
- remove unused videos by @wintonzheng in #1306
- shu/removeSettingsManager.get_settings by @wintonzheng in #1305
New Contributors
Full Changelog: v0.1.41...v0.1.42