Skip to content

v6 User Experience Release

Compare
Choose a tag to compare
@siowyisheng siowyisheng released this 10 Mar 09:08
· 510 commits to master since this release

New Features

  • Deploy double-clickable shortcuts easily using -deploy / -d option #692
  • Run flow options with one letter, -h instead of -headless
  • Click on text using OCR, like this: click your text here using ocr #702 / #736
  • Use indentation instead of {} for code blocks #746
  • Access live mode directly from the command line with tagui live
  • Use the exist() function to check until whether a given element exists #651

Breaking Changes

  • Makes chrome the new default browser #691
  • Makes visible chrome browser mode the default mode
  • .tag extension is now mandatory
  • echo, dump, write, check steps no longer use quotes for strings, consistent with other steps #693
  • All run options must be run with a leading dash -, like -headless
  • Run flows that don't use the browser with -nobrowser / -n option #715

Bug Fixes

  • Fixes "did not close properly" error in chrome #690 / #699 / #735

General

  • No more (often unwanted) default saving of log files, To enable logging, create an empty tagui_logging file in the tagui/src folder.
  • Documentation overhaul and migration to readthedocs
  • New logo
  • Hindi keywords updated

Deprecated features

  • R integration #745
  • Upload run option #753

This release introduces many changes to improve the user experience when writing, running and deploying TagUI flows. It also brings a documentation overhaul and migration to readthedocs.