Releases: termux/termux-api-package
Releases · termux/termux-api-package
v0.59.0
16 Mar 21:45
Compare
Sorry, something went wrong.
No results found
v0.58.0
23 Dec 21:28
Compare
Sorry, something went wrong.
No results found
v0.57
23 Dec 12:22
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Fixes an error in the handling of termux-sms-list's arguments.
v0.55
17 Apr 02:44
Compare
Sorry, something went wrong.
No results found
Fix termux-notification and termux-toast from hanging when running from background
v0.52
29 Sep 06:54
Compare
Sorry, something went wrong.
No results found
Use util-linux instead of busybox in api scripts. Thanks @landfillbaby .
v0.51
26 Apr 08:04
Compare
Sorry, something went wrong.
No results found
termux-notification: add --icon feature and more than 950 icons. Big thanks to @yurimataev !
v0.50
18 Jan 12:14
Compare
Sorry, something went wrong.
No results found
termux-notification: add documentation in --help-actions for the direct reply feature (thanks to @benmoran )
v0.49
04 Jan 10:30
Compare
Sorry, something went wrong.
No results found
termux-job-scheduler: add --persisted option to support creating jobs that survive a reboot
v0.48
25 Oct 21:39
Compare
Sorry, something went wrong.
No results found
termux-wallpaper: fix bug when trying to use a file with spaces in its name as the wallpaper
shellcheck most scripts