diff --git a/CHANGELOG b/CHANGELOG index 9cad6b03..8e093ecd 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,7 +1,7 @@ -0.12.0 (2022-03-29) +0.12.0 (2022-03-30) ===== -Eight months and 203 commits after 0.11.0 we are happy to release 0.12.0. +Eight months and 207 commits after 0.11.0 we are happy to release 0.12.0. 16 people contributed code to it: @sjaeckel, @MarcoPolo-PasTonMolo, @paulfertser, @DebXWoody, @trofi, @nandesu-utils, @carlocab, @binex-dsk, @nlfx, @JurajMlich, @@ -51,6 +51,7 @@ Changes: - Make sendfile work with self signed certificates (#1624) - Reset URL autocompletion after usage (#1654) - Use EDITOR environment variable and only use vim if this is unset (#1658) +- Fix invalid mbrlen in input field (#1660) Tips: - You can press alt+c to open an external editor. This is handy for multiline editing diff --git a/configure.ac b/configure.ac index 616b410c..431ee556 100644 --- a/configure.ac +++ b/configure.ac @@ -24,7 +24,7 @@ AS_CASE([$target_os], AM_INIT_AUTOMAKE([foreign subdir-objects]) -PACKAGE_STATUS="development" +PACKAGE_STATUS="release" ## Get git branch and revision if in development if test "x$PACKAGE_STATUS" = xdevelopment; then diff --git a/docs/profanity-about.1 b/docs/profanity-about.1 new file mode 100644 index 00000000..1fe70d85 --- /dev/null +++ b/docs/profanity-about.1 @@ -0,0 +1,12 @@ +.TH man 1 "2022-03-30" "0.12.0" "Profanity XMPP client" + +.SH NAME +/about + +.SH DESCRIPTION +Show version and license information. + +.SH SYNOPSIS +/about + +.LP diff --git a/docs/profanity-account.1 b/docs/profanity-account.1 new file mode 100644 index 00000000..73bdcf0f --- /dev/null +++ b/docs/profanity-account.1 @@ -0,0 +1,353 @@ +.TH man 1 "2022-03-30" "0.12.0" "Profanity XMPP client" + +.SH NAME +/account + +.SH DESCRIPTION +Commands for creating and managing accounts. Calling with no arguments will display information for the current account. + +.SH SYNOPSIS +/account + +.LP +/account list + +.LP +/account show + +.LP +/account enable|disable + +.LP +/account default set + +.LP +/account default off + +.LP +/account add + +.LP +/account remove + +.LP +/account rename + +.LP +/account set jid + +.LP +/account set server + +.LP +/account set port + +.LP +/account set status + +.LP +/account set status last + +.LP +/account set + +.LP +/account set resource + +.LP +/account set password + +.LP +/account set eval_password + +.LP +/account set muc + +.LP +/account set nick + +.LP +/account set otr + +.LP +/account set pgpkeyid + +.LP +/account set startscript