From 563f08164e7519f1f908efa337e4ce59ce22fe6f Mon Sep 17 00:00:00 2001 From: Michael Vetter Date: Wed, 14 Jul 2021 16:23:05 +0200 Subject: [PATCH] Release 0.11.0 --- CHANGELOG | 66 ++++ configure.ac | 4 +- docs/profanity-about.1 | 12 + docs/profanity-account.1 | 353 +++++++++++++++++++++ docs/profanity-affiliation.1 | 43 +++ docs/profanity-alias.1 | 52 +++ docs/profanity-autoaway.1 | 93 ++++++ docs/profanity-autoconnect.1 | 35 ++ docs/profanity-autoping.1 | 27 ++ docs/profanity-avatar.1 | 35 ++ 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 | 87 +++++ docs/profanity-console.1 | 70 ++++ 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 | 82 +++++ 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 | 43 +++ docs/profanity-logging.1 | 32 ++ docs/profanity-mainwin.1 | 27 ++ docs/profanity-mam.1 | 19 ++ docs/profanity-msg.1 | 51 +++ docs/profanity-nick.1 | 19 ++ docs/profanity-notify.1 | 229 ++++++++++++++ docs/profanity-occupants.1 | 125 ++++++++ docs/profanity-omemo.1 | 128 ++++++++ docs/profanity-os.1 | 19 ++ docs/profanity-otr.1 | 182 +++++++++++ docs/profanity-outtype.1 | 19 ++ docs/profanity-ox.1 | 110 +++++++ docs/profanity-paste.1 | 12 + docs/profanity-pgp.1 | 105 ++++++ docs/profanity-ping.1 | 19 ++ docs/profanity-plugins.1 | 112 +++++++ docs/profanity-prefs.1 | 59 ++++ docs/profanity-presence.1 | 87 +++++ docs/profanity-priority.1 | 19 ++ docs/profanity-privileges.1 | 19 ++ docs/profanity-quit.1 | 12 + docs/profanity-receipts.1 | 27 ++ docs/profanity-reconnect.1 | 19 ++ 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 | 546 ++++++++++++++++++++++++++++++++ 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-states.1 | 19 ++ docs/profanity-status.1 | 48 +++ docs/profanity-statusbar.1 | 113 +++++++ docs/profanity-sub.1 | 73 +++++ docs/profanity-subject.1 | 51 +++ docs/profanity-theme.1 | 59 ++++ docs/profanity-time.1 | 131 ++++++++ docs/profanity-titlebar.1 | 66 ++++ docs/profanity-tls.1 | 104 ++++++ docs/profanity-tray.1 | 35 ++ docs/profanity-url.1 | 35 ++ 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 + 100 files changed, 5456 insertions(+), 2 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.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-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-os.1 create mode 100644 docs/profanity-otr.1 create mode 100644 docs/profanity-outtype.1 create mode 100644 docs/profanity-ox.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-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-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-states.1 create mode 100644 docs/profanity-status.1 create mode 100644 docs/profanity-statusbar.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-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 f3ee2be8..975f43cf 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,69 @@ +0.11.0 (2021-07-14) +===== + +Six months and 242 commits after 0.10.0 we are happy to release 0.11.0. + +10 people contributed code to it: @DebXWoody, @xenrox, @mwuttke97, @dustinlagoy, @kaffeekanne, +@CIacademic, @rjc, @raspbeguy, @Mic92 and @jubalh. + +Thanks a lot to our sponsors: @mdosch, @wstrm, @huhndev, @matteobin and @jamesponddotco +If you want to support us too: https://profanity-im.github.io/donate.html + +Changes: +- Fix 'headache' and 'whiteness' themes (#1471) +- Fix help text for `/logging` (#1470) +- Fix theme loading with -t parameter when a disconnect happens (#1472) +- Add `/mam` command (MAM is still experimental) (#660) +- Improve MAM support: load multiple pages with RSM (#660) +- Fix titlebar MUC name display when no name is set (#1481) +- Improved window title output (#1493) +- Show offline members in occupants panel (#1495) + `/occupants default show|hide [jid|offline]` + `/occupants show|hide [jid|offline]` +- Support handling `file://` prefix in patchs (#1498) +- Update HTTP Upload XEP-0363 to 1.0.0 (#1499, #1500) +- New `/changepassword` command to change users password (XEP-0077) (#1501) +- Add ability to request 'voice' in MUCs (XEP-0045) (#1211, #1504) + `/affiliation request` +- Add ability to approve MUC voice requests (XEP-0045) (#1507, #1508) +- Improve `/bookmark` help (#1511) +- Add ability to register a nickname with a MUC (XEP-0045) (#1510, #1210) + `/affiliation register` +- Fix segfault on `/sendfile` using OMEMO on Raspberry Pi (#1512) +- Use shorter IDs (#1520) +- Add abbility to launch external editor to write (multiline) messages (#1485, #1546) + `/editor` +- Introdcue OMEMO trustmode (#1506) + `/omemo trustmode manual|firstusage|blind` +- Fix random string generation (8e588d6) +- Separate settings to configure printing of typing information in console and titlebar (#1516, #1532) + `/intype on|of` -> `/intype titlebar|console on|off` +- Use direct messages instead of MUC-PMs for non-anonymous MUCs (#1534) +- Add ability to mark a window with an attention flag as a reminder to read it later (#1543) + ALT+F to toggle the flag + ALT+M to switch to marked windows + `/wins attention` to list windows with the attention flag set +- Don't log chat states as empty messages (#1550) +- Fix wrong message display when mention is triggered (#1557, #1231) +- Add command to show single bookmark details (#1558, #1559) + `/bookmark list ` +- Display a notice when someone tries to call (XEP-0353) (#1525, #1560) +- Fix logfile rotation (#1518, #1563) +- Disable notifications by default (#977, #1564) +- Add support for XEP-0157 server contact information discovery (#1524, #1567) + `/disco info` does now include server contact information +- Fix segfault in `/url open` with OMEMO encrypted files (#1478) +- Add XEP-0377 Spam Reporting (#1434, #1569) + `/blocked report abuse|spam ` +- Remember status on reconnect (#1006, #1570) +- Option to accept chat messages only from known contacts (#955, #1571) + `/silence on|off` +- Improve OX (XEP-0373) handling (#1566) +- Extend Python API (#1528, #1529) +- Cleanups (#1513, #1554, #1561) +- OMEMO related fixes (#1496, #1515, #1539, #1540, #1548, #1549, #1530, #1553, #1565) +- For details see https://github.com/profanity-im/profanity/milestone/26 + 0.10.0 (2021-01-09) ===== diff --git a/configure.ac b/configure.ac index d8504a7a..92ea47fa 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.10.0], [jubalh@iodoru.org]) +AC_INIT([profanity], [0.11.0], [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..b4c14c22 --- /dev/null +++ b/docs/profanity-about.1 @@ -0,0 +1,12 @@ +.TH man 1 "2021-07-14" "0.10.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..6849d42f --- /dev/null +++ b/docs/profanity-account.1 @@ -0,0 +1,353 @@ +.TH man 1 "2021-07-14" "0.10.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