mirror of
https://github.com/profanity-im/profanity.git
synced 2024-12-04 14:46:46 -05:00
Release 0.9.0
This commit is contained in:
parent
08e035dea0
commit
c4339b4ff9
@ -1,7 +1,7 @@
|
|||||||
0.9.0 (2020-06-xx)
|
0.9.0 (2020-06-09)
|
||||||
=====
|
=====
|
||||||
|
|
||||||
Four months and 347 commits after 0.8.1 we are happy to release 0.9.0.
|
Four months and 350 commits after 0.8.1 we are happy to release 0.9.0.
|
||||||
|
|
||||||
7 people contributed code to it: @pasis, @wstrm, @DebXWoody, @toogley, @pmaziere, @moppman and @jubalh.
|
7 people contributed code to it: @pasis, @wstrm, @DebXWoody, @toogley, @pmaziere, @moppman and @jubalh.
|
||||||
|
|
||||||
@ -53,7 +53,7 @@ Changes:
|
|||||||
- Modify our README
|
- Modify our README
|
||||||
- Store logs in SQLite backend (#1282)
|
- Store logs in SQLite backend (#1282)
|
||||||
- Request OMEMO device list only for non anon MUCs (#1315) (@DebXWoody)
|
- Request OMEMO device list only for non anon MUCs (#1315) (@DebXWoody)
|
||||||
- Don't display MUC history in unanimous colour, instead colour messages like regular ones (#1261)
|
- Don't display MUC history in one uniform colour, instead colour messages like regular ones (#1261)
|
||||||
- Fix autocompletion for `/software` in regular chat windows (#1337)
|
- Fix autocompletion for `/software` in regular chat windows (#1337)
|
||||||
- XEP-0092: Make it possible to ask servers for their version (#1338)
|
- XEP-0092: Make it possible to ask servers for their version (#1338)
|
||||||
- Add possibility to easily open URLs (#1340, #1348)
|
- Add possibility to easily open URLs (#1340, #1348)
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
# -*- Autoconf -*-
|
# -*- Autoconf -*-
|
||||||
# Process this file with autoconf to produce a configure script.
|
# Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_INIT([profanity], [0.8.1], [jubalh@iodoru.org])
|
AC_INIT([profanity], [0.9.0], [jubalh@iodoru.org])
|
||||||
AC_CONFIG_AUX_DIR([build-aux])
|
AC_CONFIG_AUX_DIR([build-aux])
|
||||||
AC_CONFIG_MACRO_DIR([m4])
|
AC_CONFIG_MACRO_DIR([m4])
|
||||||
AC_CONFIG_SRCDIR([src/main.c])
|
AC_CONFIG_SRCDIR([src/main.c])
|
||||||
@ -27,7 +27,7 @@ AS_CASE([$host_os],
|
|||||||
[cygwin], [PLATFORM="cygwin"],
|
[cygwin], [PLATFORM="cygwin"],
|
||||||
[PLATFORM="nix"])
|
[PLATFORM="nix"])
|
||||||
|
|
||||||
PACKAGE_STATUS="development"
|
PACKAGE_STATUS="release"
|
||||||
|
|
||||||
### Get git branch and revision if in development
|
### Get git branch and revision if in development
|
||||||
if test "x$PACKAGE_STATUS" = xdevelopment; then
|
if test "x$PACKAGE_STATUS" = xdevelopment; then
|
||||||
|
Loading…
Reference in New Issue
Block a user