diff --git a/CHANGELOG b/CHANGELOG index 05e2db44..f17a48fe 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,32 @@ +0.18.0 (2026-04-10) +=================== + +Special thanks to our sponsor Matthew Fennell! + +4 people contributed to this release: @GunniBusch, @balejk, @paulfertser and @jubalh. + +This release can only be build with Meson. Autotools support has been removed. + +Features: +- Add spellcheck highlighting support (#2132) +- Implement asynchronous external editor support (#2145) + +Bug Fixes: +- Add missing includes for libomemo-c builds (#2133) +- Ensure consistent unescaping and space handling (#2139) +- Fix crash when loading MAM for a contact with empty db (#2144) +- Fix removal of entries in account file (#2145) +- Handle X11 connection loss gracefully (#2140) +- Ignore key contents if there is no payload (#2147) +- Implement backslash escaping for contact names (#2139) +- Restore TTY access for eval_password commands (#2145) +- Standardize PreKey management to prevent decryption failures (#2137) +- Verify 'by' attribute of stanza-id and MAM result (#2136) + +Chores: +- Fix release years in doap file +- Support building libstrophe as a subproject (#2141) + 0.17.0 (2026-03-26) =================== diff --git a/docs/profanity-about.1 b/docs/profanity-about.1 new file mode 100644 index 00000000..f8d8960e --- /dev/null +++ b/docs/profanity-about.1 @@ -0,0 +1,12 @@ +.TH man 1 "2026-04-10" "0.18.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..d30660d6 --- /dev/null +++ b/docs/profanity-account.1 @@ -0,0 +1,396 @@ +.TH man 1 "2026-04-10" "0.18.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