Replies: 2 comments 3 replies
-
|
Beta Was this translation helpful? Give feedback.
-
I'm working on W10, jdk 21.0.2 LTS, signal-cli 0.13.0 I've a c++ program that starts signal-cli with CreateProcess (without window and replacing STDIN/STDOUT). To close program I attach a console to process and send CTRL_C_EVENT, something like this: AttachConsole(g_idChildProcess)
GenerateConsoleCtrlEvent(CTRL_C_EVENT, 0);
FreeConsole(); this is the verbose log
If it can be useful I did other tests and verified that a similar thing happen if I launch from the command line using this (after setting %CLASSPATH% correctly)
The system launch the java.exe located in C:\Program Files\Common Files\Oracle\Java\javapath_target_10551593 (installed by jdk setup) Using the previous version 0.12.8 the process ends after pressing CTRL-C without further input in all cases described. |
Beta Was this translation helpful? Give feedback.
-
Attention: Now requires Java 21 and libsignal-client version 0.39.2
Breaking changes
--note-to-self
parameter. To get the previousbehavior with notification, the
--notify-self
parameter can be added.Added
--hidden
parameter forremoveContact
command--notify-self
parameter forsend
command, for sending a non-sync message when self is part of the recipientsor groups.
--unrestricted-unidentified-sender
,--discoverable-by-number
,--number-sharing
,--username
and
--delete-username
parameter forupdateAccount
command--bus-name
parameter fordaemon
command to use another D-Bus bus namegetAvatar
andgetSticker
commands to get avatar and sticker imagessendMessageRequestResponse
command to accept/delete message requestsFixed
Improved
Provides better contact and settings sync for linked devices.
listContacts
doesn't list unregistered users anymoreWhat's Changed
New Contributors
Full Changelog: v0.12.8...v0.13.0
This discussion was created from the release v0.13.0.
Beta Was this translation helpful? Give feedback.
All reactions