Skip to content

Releases: termux/termux-api-package

v0.58.0

23 Dec 21:28
e62bdad
Compare
Choose a tag to compare

v0.57

23 Dec 12:22
6f8a41e
Compare
Choose a tag to compare

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

26 Apr 06:29
Compare
Choose a tag to compare

Fixes an error in the handling of termux-sms-list's arguments.

v0.55

17 Apr 02:44
Compare
Choose a tag to compare

Fix termux-notification and termux-toast from hanging when running from background

v0.52

29 Sep 06:54
1519179
Compare
Choose a tag to compare

Use util-linux instead of busybox in api scripts. Thanks @landfillbaby.

v0.51

26 Apr 08:04
Compare
Choose a tag to compare
  • termux-notification: add --icon feature and more than 950 icons. Big thanks to @yurimataev !

v0.50

18 Jan 12:14
Compare
Choose a tag to compare
  • termux-notification: add documentation in --help-actions for the direct reply feature (thanks to @benmoran)

v0.49

04 Jan 10:30
Compare
Choose a tag to compare

termux-job-scheduler: add --persisted option to support creating jobs that survive a reboot

v0.48

25 Oct 21:39
Compare
Choose a tag to compare
  • termux-wallpaper: fix bug when trying to use a file with spaces in its name as the wallpaper
  • shellcheck most scripts

v0.47

06 Oct 14:48
97d7297
Compare
Choose a tag to compare
  • Add termux-usb to interact with the new USB API (thanks to @bndeff)