diff --git a/CHANGELOG.md b/CHANGELOG.md index 797349a..0071d1b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ Changelog --------- +##### 1.3.1 + +- Stability improvements +- Support auto-loading for documents +- Add support for "typing" in group chats (using group-typing-notifications plugin) +- Add support for /kick command in group chats + ##### 1.3.0 - channel/supergroup support diff --git a/README.md b/README.md index 50c50b2..331246d 100644 --- a/README.md +++ b/README.md @@ -265,14 +265,6 @@ and `.dsc` files, do this: false # Move tar to parent directory, by hand dpkg-source -b . -1.3.0 ------ - -- channel/supergroup support -- support sending code tags in markdown "backtick" format (see README for example) -- reduce amount of file-transfer popups in Pidgin, auto-load media in the background -- fix stability issues for the win32 build -- fix multiple crashes in libtgl Discussion / Help ----------------- diff --git a/configure b/configure index adce2ff..eb4d751 100755 --- a/configure +++ b/configure @@ -1,6 +1,6 @@ #! /bin/sh # Guess values for system-dependent variables and create Makefiles. -# Generated by GNU Autoconf 2.69 for telegram-purple 1.3.0. +# Generated by GNU Autoconf 2.69 for telegram-purple 1.3.1. # # # Copyright (C) 1992-1996, 1998-2012 Free Software Foundation, Inc. @@ -577,8 +577,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='telegram-purple' PACKAGE_TARNAME='telegram-purple' -PACKAGE_VERSION='1.3.0' -PACKAGE_STRING='telegram-purple 1.3.0' +PACKAGE_VERSION='1.3.1' +PACKAGE_STRING='telegram-purple 1.3.1' PACKAGE_BUGREPORT='' PACKAGE_URL='' @@ -1249,7 +1249,7 @@ if test "$ac_init_help" = "long"; then # Omit some internal or obsolete options to make the list less imposing. # This message is too long to be a string in the A/UX 3.1 sh. cat <<_ACEOF -\`configure' configures telegram-purple 1.3.0 to adapt to many kinds of systems. +\`configure' configures telegram-purple 1.3.1 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1310,7 +1310,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of telegram-purple 1.3.0:";; + short | recursive ) echo "Configuration of telegram-purple 1.3.1:";; esac cat <<\_ACEOF @@ -1418,7 +1418,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -telegram-purple configure 1.3.0 +telegram-purple configure 1.3.1 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -1837,7 +1837,7 @@ cat >config.log <<_ACEOF This file contains any messages produced by compilers while running configure, to aid debugging if configure makes a mistake. -It was created by telegram-purple $as_me 1.3.0, which was +It was created by telegram-purple $as_me 1.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -5098,7 +5098,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1 # report actual input values of CONFIG_FILES etc. instead of their # values after options handling. ac_log=" -This file was extended by telegram-purple $as_me 1.3.0, which was +This file was extended by telegram-purple $as_me 1.3.1, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -5160,7 +5160,7 @@ _ACEOF cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`" ac_cs_version="\\ -telegram-purple config.status 1.3.0 +telegram-purple config.status 1.3.1 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index 4132be8..5f230fd 100644 --- a/configure.ac +++ b/configure.ac @@ -20,7 +20,7 @@ # Process this file with autoconf to produce a configure script. AC_PREREQ([2.69]) -AC_INIT([telegram-purple], [1.3.0]) +AC_INIT([telegram-purple], [1.3.1]) AC_CONFIG_SRCDIR([config.h.in]) AC_CONFIG_HEADERS([config.h]) diff --git a/rpm/purple-telegram.spec b/rpm/purple-telegram.spec index fe93ff9..f356d63 100644 --- a/rpm/purple-telegram.spec +++ b/rpm/purple-telegram.spec @@ -1,5 +1,5 @@ Name: purple-telegram -Version: 1.3.0 +Version: 1.3.1 Release: 1%{?dist} Summary: Adds support for Libpurple based messengers Group: Applications/Internet @@ -39,6 +39,9 @@ appstream-util validate-relax --nonet %{buildroot}/%{_datadir}/appdata/telegram- %{_datadir}/pixmaps/pidgin/protocols/48/telegram.png %changelog +* Sun Apr 9 2017 mjentsch 1.3.1-1 +- Build for 1.3.1 + * Thu Dec 10 2015 tuxmaster 1.3.0-1 - Build for 1.3.0 diff --git a/telegram-adium/telegram-adium/telegram-adium-Info.plist b/telegram-adium/telegram-adium/telegram-adium-Info.plist index a35f5dd..9e4d114 100644 --- a/telegram-adium/telegram-adium/telegram-adium-Info.plist +++ b/telegram-adium/telegram-adium/telegram-adium-Info.plist @@ -19,11 +19,11 @@ CFBundlePackageType BNDL CFBundleShortVersionString - 1.3.0 + 1.3.1 CFBundleSignature AdIM CFBundleVersion - 1.3.0 + 1.3.1 CFPlugInDynamicRegisterFunction CFPlugInDynamicRegistration @@ -43,7 +43,7 @@ CFPlugInUnloadFunction NSHumanReadableCopyright - Copyright © 2014-2016 Matthias Jentsch. + Copyright © 2014-2017 Matthias Jentsch. NSPrincipalClass TelegramPlugin