🎉 Congratulations, you got a super discount!⚡️ 50% OFF COUPON
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:

  • Added a "Download File" function block
  • Supported rendering as a link or image when viewing data
  • Added getDate and getUUID functions to @funcs
  • Added date format function to transforms and pipelines
  • Reduced log accumulation to prevent memory leaks
  • Enhanced editor interaction experience
  • Made browser notifications optional

Added 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.

Supported rendering 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

Added getDate and 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

Added date format function to transforms and pipelines

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

date format

Reduced log accumulation to 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.

Enhanced 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.

Made 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.