Bump version and update README
This commit is contained in:
parent
fa9b331b39
commit
cf536552b5
4 changed files with 32 additions and 14 deletions
24
README.md
24
README.md
|
@ -1,7 +1,7 @@
|
|||
Telegram-Purple Unofficial (Beta 3)
|
||||
===================================
|
||||
|
||||
Telegram-purple is a Libpurple plugin that adds support for the Telegram messenger.
|
||||
Telegram-purple is a Libpurple protocol plugin that adds support for the Telegram messenger.
|
||||
|
||||
I keep getting many questions about this plugin in my mail, so I've created a telegram group
|
||||
chat for [telegram group chat](https://telegram.me/joinchat/01fb53f301b67d3c7a5532908dfa9a89)
|
||||
|
@ -10,6 +10,26 @@ telegram-purple related discussions or questions.
|
|||
Beta 3
|
||||
------
|
||||
|
||||
#### 1.2.1
|
||||
|
||||
##### Bugfixes
|
||||
|
||||
- Fix buggy group chat handling
|
||||
* Assure that foreign users are always listed by their full name instead of the user ID
|
||||
* Don't automatically add group chats to buddy list to prevent incompatibillities with some libpurple clients
|
||||
* Fix issue that caused the buddy list to not be correctly updated on joining / leaving participants
|
||||
* Fix an issue that caused the user list to be printed on every group chat message in Finch
|
||||
|
||||
- Fetch chat information lazily to reduce traffic and prevent flood errors
|
||||
- Improve input validation for phone numbers
|
||||
|
||||
###### Features
|
||||
|
||||
- Support leaving chats
|
||||
- Implement the roomlist-API to allow listing of all active chats
|
||||
|
||||
#### 1.2.0
|
||||
|
||||
##### Bugfixes
|
||||
|
||||
- Fix error in incoming message handling that caused segmentation faults
|
||||
|
@ -109,8 +129,6 @@ Self destructive messages will be ignored, since I don't know any way to delete
|
|||
|
||||
Click on the buddy in the buddy list and click on "Show Info" to visualize the key fingerprint.
|
||||
|
||||

|
||||
|
||||
##### Initiate secret chats
|
||||
|
||||
To initiate a secret chat from Pidgin, click on a Buddy in the Buddy List and hit "Start Secret Chat"
|
||||
|
|
18
configure
vendored
18
configure
vendored
|
@ -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.2.0.
|
||||
# Generated by GNU Autoconf 2.69 for telegram-purple 1.2.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.2.0'
|
||||
PACKAGE_STRING='telegram-purple 1.2.0'
|
||||
PACKAGE_VERSION='1.2.1'
|
||||
PACKAGE_STRING='telegram-purple 1.2.1'
|
||||
PACKAGE_BUGREPORT=''
|
||||
PACKAGE_URL=''
|
||||
|
||||
|
@ -1242,7 +1242,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.2.0 to adapt to many kinds of systems.
|
||||
\`configure' configures telegram-purple 1.2.1 to adapt to many kinds of systems.
|
||||
|
||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||
|
||||
|
@ -1303,7 +1303,7 @@ fi
|
|||
|
||||
if test -n "$ac_init_help"; then
|
||||
case $ac_init_help in
|
||||
short | recursive ) echo "Configuration of telegram-purple 1.2.0:";;
|
||||
short | recursive ) echo "Configuration of telegram-purple 1.2.1:";;
|
||||
esac
|
||||
cat <<\_ACEOF
|
||||
|
||||
|
@ -1406,7 +1406,7 @@ fi
|
|||
test -n "$ac_init_help" && exit $ac_status
|
||||
if $ac_init_version; then
|
||||
cat <<\_ACEOF
|
||||
telegram-purple configure 1.2.0
|
||||
telegram-purple configure 1.2.1
|
||||
generated by GNU Autoconf 2.69
|
||||
|
||||
Copyright (C) 2012 Free Software Foundation, Inc.
|
||||
|
@ -1825,7 +1825,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.2.0, which was
|
||||
It was created by telegram-purple $as_me 1.2.1, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
$ $0 $@
|
||||
|
@ -4902,7 +4902,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.2.0, which was
|
||||
This file was extended by telegram-purple $as_me 1.2.1, which was
|
||||
generated by GNU Autoconf 2.69. Invocation command line was
|
||||
|
||||
CONFIG_FILES = $CONFIG_FILES
|
||||
|
@ -4964,7 +4964,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.2.0
|
||||
telegram-purple config.status 1.2.1
|
||||
configured by $0, generated by GNU Autoconf 2.69,
|
||||
with options \\"\$ac_cs_config\\"
|
||||
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# Process this file with autoconf to produce a configure script.
|
||||
|
||||
AC_PREREQ([2.69])
|
||||
AC_INIT([telegram-purple], [1.2.0])
|
||||
AC_INIT([telegram-purple], [1.2.1])
|
||||
AC_CONFIG_SRCDIR([config.h.in])
|
||||
AC_CONFIG_HEADERS([config.h])
|
||||
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>1.2.0</string>
|
||||
<string>1.2.1</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>AdIM</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue