Skip to content

Commit 5ff84d9

Browse files
committed
Release 0.16.0
1 parent 289fed2 commit 5ff84d9

File tree

111 files changed

+6226
-5
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

111 files changed

+6226
-5
lines changed

CHANGELOG

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,31 @@
1+
0.16.0 (2026-02-23)
2+
===================
3+
4+
5 people contributed to this release: @balejk, @mcalierno, @ritesh006, @sjaeckel and @jubalh.
5+
6+
Thanks a lot to our sponsors: Matthew Fennell, Martin Dosch and one anonymous sponsor.
7+
If you want to support us too: https://profanity-im.github.io/donate.html
8+
9+
This release depends on libstrophe >= 0.12.3.
10+
11+
Changes:
12+
- Add new command /changes (#2080)
13+
With that command one can see the modifications of the runtime
14+
configuration vs. the saved configuration.
15+
- Explain the different kinds of messages in the manpage (#2063)
16+
- Fix OTR detection (#1957, #2072)
17+
- Fix OMEMO startup (79ff9ba)
18+
- Fix overwriting new accounts when running multiple instances (#2080)
19+
- Fix reconnect when no account has been set up yet (#2080)
20+
- Don't publish keys if the server doesn't support pubsub (#2078, #2080)
21+
- Fix compilation on Apple silicon macs (#2075)
22+
- Handle SIGTERM and SIGHUP (#2082)
23+
- Cleanup (#2067, #2080)
24+
- Add cygwin CI (#2066)
25+
- Replace ACX_PTHREAD with AX_PTHREAD (#2062)
26+
- Add meson build system (#2086)
27+
Mainly for testing purposes. Details will be announced in a later release.
28+
129
0.15.1 (2025-08-22)
230
===================
331

configure.ac

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Process this file with autoconf to produce a configure script.
22

33
AC_PREREQ([2.69])
4-
AC_INIT([profanity],[0.15.1],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/])
4+
AC_INIT([profanity],[0.16.0],[jubalh@iodoru.org],[profanity],[https://profanity-im.github.io/])
55
AC_CONFIG_AUX_DIR([build-aux])
66
AC_CONFIG_MACRO_DIR([m4])
77
AC_CONFIG_SRCDIR([src/main.c])
@@ -24,7 +24,7 @@ AS_CASE([$target_os],
2424

2525
AM_INIT_AUTOMAKE([foreign subdir-objects])
2626

27-
PACKAGE_STATUS="development"
27+
PACKAGE_STATUS="release"
2828

2929
## Get git branch and revision if in development
3030
if test "x$PACKAGE_STATUS" = xdevelopment; then

docs/profanity-about.1

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
.TH man 1 "2026-02-23" "0.16.0" "Profanity XMPP client"
2+
3+
.SH NAME
4+
/about
5+
6+
.SH DESCRIPTION
7+
Show version and license information.
8+
9+
.SH SYNOPSIS
10+
/about
11+
12+
.LP

0 commit comments

Comments
 (0)