cover
  • #Release

Tapicker v5.2.12 released 🎉👏

Welcome to the release of Tapicker v5.2.12. There are many updates in this version that we hope you'll like, some of the key highlights include:

  • Add a Download File function block
  • Can be rendered as a link or image when viewing data
  • Add getDate, getUUID functions to @funcs
  • Add date format function to transforms & pipelines
  • Reduce log accumulation and prevent memory leaks
  • Improve editor interaction experience
  • Make browser notifications optional

Add a Download File function block

To use this feature, you need to grant Downloads permission first.

grant permission

And then, enter a download link, such as an image address, which is required.
The filename is optional and defaults to the filename on the url.

set download

It can also be used with the Loop block to enable batch downloading.

Can be rendered as a link or image when viewing data

You can now choose to render data as Text, Link, Image, the default is Text.

render mode

Add getDate, getUUID functions to @funcs

You can now generate dates and UUIDs with these two functions, which will be very useful when you need them!

get date and uuid

Add date format function to transforms & pipelines

You can now convert dates to specific formats using the format function, see Day.js

date format

Reduce log accumulation and prevent memory leaks

If the log exceeds 1500 lines, we only keep the first 500 and last 500 lines.

logs

Improve engine performance and reduce CPU usage

We have optimized the engine's execution efficiency, while reducing CPU usage as much as possible to ensure that tasks run stably and for a long time.

Improve editor interaction experience

Unlike previous versions, you now need to hold down the Command(macOS) or Ctrl(Windows) key and scroll the mouse wheel to zoom in or out on the canvas, which reduces the possibility of accidental operation. There are also other subtle adjustments to improve the user experience.

Make browser notifications optional

Notifications are great for those who are just starting out, but once they become frequent they can become annoying, so we now provide the option to turn them off.

notifications

Conclusion

In this update, we added a major piece of functionality that gives you the ability to download files from a web page. In addition, we added some small functions that you may find useful when you need them. We also improved performance and user experience.