这是indexloc提供的服务,不要输入任何密码
Skip to content

Releases: termux/termux-api-package

v0.59.0

16 Mar 21:45
22d6c10

Choose a tag to compare

v0.58.0

23 Dec 21:28
e62bdad

Choose a tag to compare

v0.57

23 Dec 12:22
6f8a41e

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

Choose a tag to compare

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

v0.55

17 Apr 02:44

Choose a tag to compare

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

v0.52

29 Sep 06:54
1519179

Choose a tag to compare

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

v0.51

26 Apr 08:04

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

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

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

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