Releases: termux/termux-api-package
Releases · termux/termux-api-package
v0.58.0
v0.57
Noticeable changes:
- Try to use a unix socket instead of am broadcast for communicating with the termux-api app (thanks to @tareksander)
- Add option to open usb device based on vendorId and productId
- Add option to pass usb file descriptor as environmental variable instead of command line arg
Probably not noticeable changes (from a user perspective):
- Remove hardcoded com.termux.api entries and use the termux-shared library
- termux-api code into new library libtermux-api.so, allowing programs to link to it and run api commands (a bit) easier
- Use CMakeLists.txt instead of a Makefile
v0.56
v0.55
Fix termux-notification and termux-toast from hanging when running from background
v0.52
Use util-linux instead of busybox in api scripts. Thanks @landfillbaby.
v0.51
- termux-notification: add --icon feature and more than 950 icons. Big thanks to @yurimataev !