cover
  • #Release

Tapicker v5.15.5 released 🎉👏

Welcome to Tapicker v5.15.5! This version comes with a host of updates, and we hope you’ll enjoy the new features. Here are some of the highlights:

  • Added a "Feishu Sheets" block
  • Supports detecting string similarity via @funcs.getSimilarity(str1, str2)
  • Supports compositing data from multiple columns
  • Supports monitoring element changes in iframe
  • Fixed incorrect template expression syntax recognition
  • Fixed some minor UI issues

Fieshu Sheets

You can now read or write data from Feishu Sheets.

example

Text similarity detection

We provide a helper function @funcs.getSimilarity(str1, str2) for detecting text similarity. You can read the documentation to learn how to use it.

Column Data Access

Now you can access other columns of the same row via @cols.

multi-cols

Iframe Monitoring

Supports monitoring the appearance or changes of elements within an iframe.

iframe-monitoring

Others

For more subtle improvements, please go ahead and experience it now!