diff --git a/CHANGELOG b/CHANGELOG index 15ae4229..c78c8f13 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,20 @@ +0.11.1 (2021-09-28) +===== + +5 people contributed to this bugfix release: @a1346054, @d3npa, @paulfariello, @pasis and @jubalh. + +Changes: +- Fix typo in `shade` color theme (#1579) +- Fix memory leaks (#1583) (#1584) (#1585) +- Fix buffer overread (#1586) +- Don't handle /me in the middle of a message with mentions (#1586) +- Explicitly check for curl version (#1581) +- Fix OMEMO devicelist access model by reconfiguring it (#1538) (#1591) +- Cosmetic cleanup (#1593) +- Change attentionflag shortcut from alt-f to alt+v (#1580) +- Update man page and /help information +- Enable whole word only notifications by default (#1578) + 0.11.0 (2021-07-14) ===== diff --git a/configure.ac b/configure.ac index b4d51c05..62dfb43c 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # -*- Autoconf -*- # Process this file with autoconf to produce a configure script. -AC_INIT([profanity], [0.11.0], [jubalh@iodoru.org]) +AC_INIT([profanity], [0.11.1], [jubalh@iodoru.org]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) @@ -28,7 +28,7 @@ AS_CASE([$host_os], [cygwin], [PLATFORM="cygwin"], [PLATFORM="nix"]) -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..56bcf3b0 --- /dev/null +++ b/docs/profanity-about.1 @@ -0,0 +1,12 @@ +.TH man 1 "2021-09-28" "0.11.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..023651ac --- /dev/null +++ b/docs/profanity-account.1 @@ -0,0 +1,353 @@ +.TH man 1 "2021-09-28" "0.11.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