Skip to content

Commit

Permalink
Release 0.10.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jubalh committed Jan 9, 2021
1 parent 8c08e64 commit d382023
Show file tree
Hide file tree
Showing 97 changed files with 5,228 additions and 7 deletions.
8 changes: 4 additions & 4 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -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)
Expand Down
4 changes: 2 additions & 2 deletions configure.ac
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# -*- Autoconf -*-
# Process this file with autoconf to produce a configure script.

AC_INIT([profanity], [0.9.5], [[email protected]])
AC_INIT([profanity], [0.10.0], [[email protected]])
AC_CONFIG_AUX_DIR([build-aux])
AC_CONFIG_MACRO_DIR([m4])
AC_CONFIG_SRCDIR([src/main.c])
Expand All @@ -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
Expand Down
12 changes: 12 additions & 0 deletions docs/profanity-about.1
Original file line number Diff line number Diff line change
@@ -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
Loading

0 comments on commit d382023

Please sign in to comment.