Skip to content

v0.57

Compare
Choose a tag to compare
@Grimler91 Grimler91 released this 23 Dec 12:22
· 12 commits to master since this release
6f8a41e

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