diff --git a/CHANGELOG b/CHANGELOG index 3c4a1413..f3ee2be8 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,12 +1,12 @@ -0.10.0 (2021-01-07) +0.10.0 (2021-01-09) ===== -Six months and 269 commits after 0.9.5 we are happy to release 0.10.0. +Six months and 270 commits after 0.9.5 we are happy to release 0.10.0. 10 people contributed code to it: @wstrm, @DebXWoody, @pasis, @niacat, @kaffeekanne, @timgates42, @spth, @licaon-kter, @misaflo and @jubalh. -Thanks a lot to our sponsors: @mdosch, @wstrm, @huhndev and one person who wantsto stay anonymous. +Thanks a lot to our sponsors: @mdosch, @wstrm, @huhndev and one person who wants to stay anonymous. If you want to support us too: https://profanity-im.github.io/donate.html This release depends on: @@ -29,7 +29,7 @@ Changes: - Add experimental OX (XEP-0373, XEP-0374) support (#1331) - Add clang format file for uniform coding style (#1396) - Add contributing guidelines (#1397) -- Dont hilight console once all messages have been read (#1399) +- Dont highlight console once all messages have been read (#1399) - New setting: Only highlight in console upon MUC mention (#1371) `/console muc mention` - Remove `/tiny` command (#1370) diff --git a/configure.ac b/configure.ac index 2f92166e..dfee9118 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.9.5], [jubalh@iodoru.org]) +AC_INIT([profanity], [0.10.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..245fce70 --- /dev/null +++ b/docs/profanity-about.1 @@ -0,0 +1,12 @@ +.TH man 1 "2021-01-09" "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..5dc30c1d --- /dev/null +++ b/docs/profanity-account.1 @@ -0,0 +1,353 @@ +.TH man 1 "2021-01-09" "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