v1.28.10

AutomaApp/automav1.28.10Sep 15, 2023by Kholid060

AI Summary

A new option to use all current global data in the execute workflow block is added. This version also fixes critical issues with undo/redo functionality, condition handling in code blocks, and default window sizing.

Key Highlights

  • Add 'use all current global data' in the execute workflow block
  • Fix undo/redo not working
  • Fix handle condition in code in the conditions block
  • Fix default window size

New Features

  • Add 'use all current global data' in the execute workflow block

Full Release Notes

### What's new
- Add "use all current global data" in the execute workflow block (https://github.com/AutomaApp/automa/pull/1367)

### Bug fixes
- Fix show executed block style (https://github.com/AutomaApp/automa/pull/1369)
- Fix undo/redo not working (https://github.com/AutomaApp/automa/pull/1362)
- Fix handle condition in code in the conditions block (https://github.com/AutomaApp/automa/pull/1364)
- Fix default window size (https://github.com/AutomaApp/automa/pull/1365)

thanks @Siykt