From c01b531fe2633168b747a731a27a7b089a5b5256 Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Fri, 22 Aug 2025 09:23:01 +0200 Subject: [PATCH] Release 0.15.1 --- CHANGELOG | 22 ++ configure.ac | 4 +- docs/profanity-about.1 | 12 + docs/profanity-account.1 | 388 +++++++++++++++++++++++ docs/profanity-affiliation.1 | 43 +++ docs/profanity-alias.1 | 55 ++++ docs/profanity-autoaway.1 | 93 ++++++ docs/profanity-autoconnect.1 | 35 +++ docs/profanity-autoping.1 | 27 ++ docs/profanity-avatar.1 | 57 ++++ docs/profanity-ban.1 | 24 ++ docs/profanity-beep.1 | 19 ++ docs/profanity-blocked.1 | 57 ++++ docs/profanity-bookmark.1 | 124 ++++++++ docs/profanity-caps.1 | 38 +++ docs/profanity-carbons.1 | 19 ++ docs/profanity-changepassword.1 | 12 + docs/profanity-charset.1 | 12 + docs/profanity-clear.1 | 33 ++ docs/profanity-close.1 | 75 +++++ docs/profanity-cmd.1 | 35 +++ docs/profanity-color.1 | 41 +++ docs/profanity-connect.1 | 98 ++++++ docs/profanity-console.1 | 70 +++++ docs/profanity-correct-editor.1 | 12 + docs/profanity-correct.1 | 19 ++ docs/profanity-correction.1 | 27 ++ docs/profanity-disco.1 | 41 +++ docs/profanity-disconnect.1 | 12 + docs/profanity-editor.1 | 12 + docs/profanity-executable.1 | 120 ++++++++ docs/profanity-export.1 | 27 ++ docs/profanity-flash.1 | 19 ++ docs/profanity-form.1 | 43 +++ docs/profanity-gone.1 | 19 ++ docs/profanity-help.1 | 48 +++ docs/profanity-history.1 | 19 ++ docs/profanity-info.1 | 35 +++ docs/profanity-inpblock.1 | 27 ++ docs/profanity-inputwin.1 | 27 ++ docs/profanity-intype.1 | 24 ++ docs/profanity-invite.1 | 46 +++ docs/profanity-join.1 | 49 +++ docs/profanity-kick.1 | 24 ++ docs/profanity-lastactivity.1 | 44 +++ docs/profanity-log.1 | 51 ++++ docs/profanity-logging.1 | 32 ++ docs/profanity-mainwin.1 | 27 ++ docs/profanity-mam.1 | 19 ++ docs/profanity-mood.1 | 46 +++ docs/profanity-msg.1 | 51 ++++ docs/profanity-nick.1 | 19 ++ docs/profanity-notify.1 | 240 +++++++++++++++ docs/profanity-occupants.1 | 125 ++++++++ docs/profanity-omemo.1 | 136 +++++++++ docs/profanity-otr.1 | 182 +++++++++++ docs/profanity-outtype.1 | 19 ++ docs/profanity-ox-setup.1 | 2 +- docs/profanity-paste.1 | 12 + docs/profanity-pgp.1 | 118 +++++++ docs/profanity-ping.1 | 19 ++ docs/profanity-plugins.1 | 96 ++++++ docs/profanity-prefs.1 | 59 ++++ docs/profanity-presence.1 | 87 ++++++ docs/profanity-priority.1 | 19 ++ docs/profanity-privacy.1 | 35 +++ docs/profanity-privileges.1 | 19 ++ docs/profanity-quit.1 | 12 + docs/profanity-receipts.1 | 27 ++ docs/profanity-reconnect.1 | 27 ++ docs/profanity-redraw.1 | 12 + docs/profanity-register.1 | 68 +++++ docs/profanity-reload.1 | 12 + docs/profanity-resource.1 | 43 +++ docs/profanity-role.1 | 27 ++ docs/profanity-room.1 | 29 ++ docs/profanity-rooms.1 | 60 ++++ docs/profanity-roster.1 | 525 ++++++++++++++++++++++++++++++++ docs/profanity-save.1 | 12 + docs/profanity-script.1 | 46 +++ docs/profanity-sendfile.1 | 27 ++ docs/profanity-serversoftware.1 | 27 ++ docs/profanity-silence.1 | 12 + docs/profanity-slashguard.1 | 19 ++ docs/profanity-software.1 | 38 +++ docs/profanity-splash.1 | 19 ++ docs/profanity-stamp.1 | 46 +++ docs/profanity-states.1 | 19 ++ docs/profanity-status.1 | 48 +++ docs/profanity-statusbar.1 | 124 ++++++++ docs/profanity-strophe.1 | 35 +++ docs/profanity-sub.1 | 73 +++++ docs/profanity-subject.1 | 59 ++++ docs/profanity-theme.1 | 59 ++++ docs/profanity-time.1 | 142 +++++++++ docs/profanity-titlebar.1 | 67 ++++ docs/profanity-tls.1 | 104 +++++++ docs/profanity-tray.1 | 35 +++ docs/profanity-url.1 | 35 +++ docs/profanity-vcard.1 | 400 ++++++++++++++++++++++++ docs/profanity-vercheck.1 | 19 ++ docs/profanity-who.1 | 83 +++++ docs/profanity-win.1 | 98 ++++++ docs/profanity-wins.1 | 46 +++ docs/profanity-wintitle.1 | 27 ++ docs/profanity-wrap.1 | 19 ++ docs/profanity-xmlconsole.1 | 12 + docs/profanity.1 | 2 +- profanity.doap | 5 + 109 files changed, 6095 insertions(+), 4 deletions(-) create mode 100644 docs/profanity-about.1 create mode 100644 docs/profanity-account.1 create mode 100644 docs/profanity-affiliation.1 create mode 100644 docs/profanity-alias.1 create mode 100644 docs/profanity-autoaway.1 create mode 100644 docs/profanity-autoconnect.1 create mode 100644 docs/profanity-autoping.1 create mode 100644 docs/profanity-avatar.1 create mode 100644 docs/profanity-ban.1 create mode 100644 docs/profanity-beep.1 create mode 100644 docs/profanity-blocked.1 create mode 100644 docs/profanity-bookmark.1 create mode 100644 docs/profanity-caps.1 create mode 100644 docs/profanity-carbons.1 create mode 100644 docs/profanity-changepassword.1 create mode 100644 docs/profanity-charset.1 create mode 100644 docs/profanity-clear.1 create mode 100644 docs/profanity-close.1 create mode 100644 docs/profanity-cmd.1 create mode 100644 docs/profanity-color.1 create mode 100644 docs/profanity-connect.1 create mode 100644 docs/profanity-console.1 create mode 100644 docs/profanity-correct-editor.1 create mode 100644 docs/profanity-correct.1 create mode 100644 docs/profanity-correction.1 create mode 100644 docs/profanity-disco.1 create mode 100644 docs/profanity-disconnect.1 create mode 100644 docs/profanity-editor.1 create mode 100644 docs/profanity-executable.1 create mode 100644 docs/profanity-export.1 create mode 100644 docs/profanity-flash.1 create mode 100644 docs/profanity-form.1 create mode 100644 docs/profanity-gone.1 create mode 100644 docs/profanity-help.1 create mode 100644 docs/profanity-history.1 create mode 100644 docs/profanity-info.1 create mode 100644 docs/profanity-inpblock.1 create mode 100644 docs/profanity-inputwin.1 create mode 100644 docs/profanity-intype.1 create mode 100644 docs/profanity-invite.1 create mode 100644 docs/profanity-join.1 create mode 100644 docs/profanity-kick.1 create mode 100644 docs/profanity-lastactivity.1 create mode 100644 docs/profanity-log.1 create mode 100644 docs/profanity-logging.1 create mode 100644 docs/profanity-mainwin.1 create mode 100644 docs/profanity-mam.1 create mode 100644 docs/profanity-mood.1 create mode 100644 docs/profanity-msg.1 create mode 100644 docs/profanity-nick.1 create mode 100644 docs/profanity-notify.1 create mode 100644 docs/profanity-occupants.1 create mode 100644 docs/profanity-omemo.1 create mode 100644 docs/profanity-otr.1 create mode 100644 docs/profanity-outtype.1 create mode 100644 docs/profanity-paste.1 create mode 100644 docs/profanity-pgp.1 create mode 100644 docs/profanity-ping.1 create mode 100644 docs/profanity-plugins.1 create mode 100644 docs/profanity-prefs.1 create mode 100644 docs/profanity-presence.1 create mode 100644 docs/profanity-priority.1 create mode 100644 docs/profanity-privacy.1 create mode 100644 docs/profanity-privileges.1 create mode 100644 docs/profanity-quit.1 create mode 100644 docs/profanity-receipts.1 create mode 100644 docs/profanity-reconnect.1 create mode 100644 docs/profanity-redraw.1 create mode 100644 docs/profanity-register.1 create mode 100644 docs/profanity-reload.1 create mode 100644 docs/profanity-resource.1 create mode 100644 docs/profanity-role.1 create mode 100644 docs/profanity-room.1 create mode 100644 docs/profanity-rooms.1 create mode 100644 docs/profanity-roster.1 create mode 100644 docs/profanity-save.1 create mode 100644 docs/profanity-script.1 create mode 100644 docs/profanity-sendfile.1 create mode 100644 docs/profanity-serversoftware.1 create mode 100644 docs/profanity-silence.1 create mode 100644 docs/profanity-slashguard.1 create mode 100644 docs/profanity-software.1 create mode 100644 docs/profanity-splash.1 create mode 100644 docs/profanity-stamp.1 create mode 100644 docs/profanity-states.1 create mode 100644 docs/profanity-status.1 create mode 100644 docs/profanity-statusbar.1 create mode 100644 docs/profanity-strophe.1 create mode 100644 docs/profanity-sub.1 create mode 100644 docs/profanity-subject.1 create mode 100644 docs/profanity-theme.1 create mode 100644 docs/profanity-time.1 create mode 100644 docs/profanity-titlebar.1 create mode 100644 docs/profanity-tls.1 create mode 100644 docs/profanity-tray.1 create mode 100644 docs/profanity-url.1 create mode 100644 docs/profanity-vcard.1 create mode 100644 docs/profanity-vercheck.1 create mode 100644 docs/profanity-who.1 create mode 100644 docs/profanity-win.1 create mode 100644 docs/profanity-wins.1 create mode 100644 docs/profanity-wintitle.1 create mode 100644 docs/profanity-wrap.1 create mode 100644 docs/profanity-xmlconsole.1 diff --git a/CHANGELOG b/CHANGELOG index 97cfcb5e..528f37ac 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,25 @@ +0.15.1 (2025-08-22) +=================== + +5 people contributed to this release: @andreasstieger, @killerdevildog, @mdosch, +@sjaeckel and @jubalh. + +Thanks a lot to our sponsors: Matthew Fennell, Martin Dosch and one anonymous sponsor. +If you want to support us too: https://profanity-im.github.io/donate.html + +This release depends on libstrophe >= 0.12.3. + +Changes: +- Add `iso8601` as valid time format + `/time all set iso8601` instead of manual specification +- Fix ignoring of roster pushes (#2035) +- Print location of decrypted files (#2041) +- Fix GPGME >= 2.0.0 compatibility issue (#2048) +- Fix tests with gcc15 and uintptr_t (#2055) +- Reduce noise in log files (#1911, #2060) +- Cleanup, code improvement and memory fixes (#2033, #2041, #2053) +- Improve documentation (#2040, 18f157b, #2058) + 0.15.0 (2025-03-27) =================== diff --git a/configure.ac b/configure.ac index e52fc8fc..101441ca 100644 --- a/configure.ac +++ b/configure.ac @@ -1,7 +1,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([profanity],[0.15.0],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/]) +AC_INIT([profanity],[0.15.1],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/]) AC_CONFIG_AUX_DIR([build-aux]) AC_CONFIG_MACRO_DIR([m4]) AC_CONFIG_SRCDIR([src/main.c]) @@ -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..787cdbda --- /dev/null +++ b/docs/profanity-about.1 @@ -0,0 +1,12 @@ +.TH man 1 "2025-08-22" "0.15.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..909e1e21 --- /dev/null +++ b/docs/profanity-account.1 @@ -0,0 +1,388 @@ +.TH man 1 "2025-08-22" "0.15.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