diff --git a/README.md b/README.md
index 400fe4a..89b90e6 100644
--- a/README.md
+++ b/README.md
@@ -12,17 +12,26 @@ OS Support
This plugin is tested and works on **Linux** and **OS X**. As of right now, **Windows is not supported** although there's a plan to port it in the near future.
-1.2.2
+1.2.3
-----
- - fix some licensing issues by not depending on OpenSSL any longer (thanks Ben!)
- - add tons of translations (thanks to anyone helping!)
- - fix issue that caused empty files
- - fix pidgin not reconnecting after hibernation
- - fix adium not reconnecting after hibernation
- - fix secret chat fingerprint not being displayed after restart
- - fix secret chat name not being displayed after restart
+- Build: Allow compilation on Windows (#52 Thanks Rob!)
+- Build: Drop dependency on LodePNG (Thanks Ben!)
+- Build: Gettext is now optional
+- Fix issue that prevented to send messages to deleted users in certain cases (#174)
+- Fix own user being added to the buddy list in certain cases
+- Fix that read recipes of own messages are being displayed (#139)
+- Fix encoding inconsistencies with Unicode characters (#177)
+- Fix auto-joining for chats (#179)
+- Fix client not reconnecting anymore under certain circumstances (#173)
+- Fix crash on compat-verification (PullRequest #183)
+
+- Remove pointless "create chat" confirmation dialogue
+- Improve logging messages
+- Always send read recipes when the user is typing or sending a message
+- Improve translation and user messages (#139)
+- Use native password prompts (Adium)
Build
-----
@@ -237,6 +246,13 @@ You can also write your own conversion tool if you prefer. The format is really
If you are interested in developing a non-OpenSSL-licensed converter, look into [insane-triangle-banana](https://github.com/BenWiederhake/insane-triangle-banana).
+
+FAQ
+---
+
+- I receive pictures in a chat, but they aren't showing up
+ * A: Make sure that you don't have a plugin like "Conversation Colors" that strips HTML from messages and removes the pictures.
+
#### Group chat
Telegram group chat for telegram-purple or libtgl related discussions or questions:
diff --git a/configure b/configure
index d95ea2c..22740f5 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.2.2.
+# Generated by GNU Autoconf 2.69 for telegram-purple 1.2.3.
#
#
# 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.2'
-PACKAGE_STRING='telegram-purple 1.2.2'
+PACKAGE_VERSION='1.2.3'
+PACKAGE_STRING='telegram-purple 1.2.3'
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.2 to adapt to many kinds of systems.
+\`configure' configures telegram-purple 1.2.3 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.2:";;
+ short | recursive ) echo "Configuration of telegram-purple 1.2.3:";;
esac
cat <<\_ACEOF
@@ -1409,7 +1409,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
-telegram-purple configure 1.2.2
+telegram-purple configure 1.2.3
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@@ -1828,7 +1828,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.2, which was
+It was created by telegram-purple $as_me 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@@ -4854,7 +4854,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.2, which was
+This file was extended by telegram-purple $as_me 1.2.3, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -4916,7 +4916,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.2
+telegram-purple config.status 1.2.3
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 4764734..b24a574 100644
--- a/configure.ac
+++ b/configure.ac
@@ -2,7 +2,7 @@
# Process this file with autoconf to produce a configure script.
AC_PREREQ([2.69])
-AC_INIT([telegram-purple], [1.2.2])
+AC_INIT([telegram-purple], [1.2.3])
AC_CONFIG_SRCDIR([config.h.in])
AC_CONFIG_HEADERS([config.h])
diff --git a/telegram-adium/telegram-adium.xcodeproj/xcuserdata/matj.xcuserdatad/xcschemes/telegram-adium.xcscheme b/telegram-adium/telegram-adium.xcodeproj/xcuserdata/matj.xcuserdatad/xcschemes/telegram-adium.xcscheme
index 5b295fd..3b69798 100644
--- a/telegram-adium/telegram-adium.xcodeproj/xcuserdata/matj.xcuserdatad/xcschemes/telegram-adium.xcscheme
+++ b/telegram-adium/telegram-adium.xcodeproj/xcuserdata/matj.xcuserdatad/xcschemes/telegram-adium.xcscheme
@@ -23,21 +23,24 @@
+ shouldUseLaunchSchemeArgsEnv = "YES">
+
+
CFBundlePackageType
BNDL
CFBundleShortVersionString
- 1.2.1
+ 1.2.3
CFBundleSignature
AdIM
CFBundleVersion