Skip to content

Commit c01b531

Browse files
committed
Release 0.15.1
1 parent 66c7a6b commit c01b531

File tree

109 files changed

+6095
-4
lines changed

Some content is hidden

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

109 files changed

+6095
-4
lines changed

CHANGELOG

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
0.15.1 (2025-08-22)
2+
===================
3+
4+
5 people contributed to this release: @andreasstieger, @killerdevildog, @mdosch,
5+
@sjaeckel and @jubalh.
6+
7+
Thanks a lot to our sponsors: Matthew Fennell, Martin Dosch and one anonymous sponsor.
8+
If you want to support us too: https://profanity-im.github.io/donate.html
9+
10+
This release depends on libstrophe >= 0.12.3.
11+
12+
Changes:
13+
- Add `iso8601` as valid time format
14+
`/time all set iso8601` instead of manual specification
15+
- Fix ignoring of roster pushes (#2035)
16+
- Print location of decrypted files (#2041)
17+
- Fix GPGME >= 2.0.0 compatibility issue (#2048)
18+
- Fix tests with gcc15 and uintptr_t (#2055)
19+
- Reduce noise in log files (#1911, #2060)
20+
- Cleanup, code improvement and memory fixes (#2033, #2041, #2053)
21+
- Improve documentation (#2040, 18f157b, #2058)
22+
123
0.15.0 (2025-03-27)
224
===================
325

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.0],[[email protected]],[profanity],[https://profanity-im.github.io/])
4+
AC_INIT([profanity],[0.15.1],[[email protected]],[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 "2025-08-22" "0.15.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)