Update version to 0.3.3
This commit is contained in:
parent
c54ebf5c17
commit
a9a48fff90
3 changed files with 11 additions and 5 deletions
|
@ -11,6 +11,11 @@ Warning, this version is mainly for development and testing and NOT for producti
|
|||
|
||||
When encountering a crash or some other bugs, please report it to us, preferably together with a backtrace of the crashed application [https://developer.pidgin.im/wiki/GetABacktrace]
|
||||
|
||||
## Version 0.3.3
|
||||
|
||||
- multiple bugfixes
|
||||
|
||||
|
||||
## Version 0.3.2
|
||||
|
||||
- Add compatibility for OSX 10.8
|
||||
|
@ -138,6 +143,7 @@ This bundle was tested to work under OSX 10.9 and 10.8. If it doesn't work on yo
|
|||
please send your Adium crash log (which you can find in ~/Library/Logs/Adium 2/).
|
||||
|
||||
[Version 0.3.2](http://lauschgift.org/telegram-purple/telegram-adium-0.3.2.zip)
|
||||
[Version 0.3.2](http://lauschgift.org/telegram-purple/telegram-adium-0.3.3.zip)
|
||||
|
||||
## Build with XCode
|
||||
|
||||
|
|
|
@ -20,10 +20,10 @@
|
|||
#define PLUGIN_ID "prpl-telegram"
|
||||
#define TELEGRAM_AUTH_MODE_PHONE "phone"
|
||||
#define TELEGRAM_AUTH_MODE_SMS "sms"
|
||||
#define TG_AUTHOR "Christopher Althaus <althaus.christopher@gmail.com>, Markus Endres <endresma45241@th-nuernberg.de>, Matthias Jentsch <mtthsjntsch@gmail.com>"
|
||||
#define TG_DESCRIPTION "A protocol plugin that adds support for the Telegram messenger."
|
||||
#define TG_VERSION "0.3.1"
|
||||
#define TG_BUILD "4"
|
||||
#define TG_AUTHOR "Christopher Althaus <althaus.christopher@gmail.com>, Markus Endres <endresma45241@th-nuernberg.de>, Matthias Jentsch <mtthsjntsch@gmail.com>. Based on telegram-cli by Vitaly Valtman."
|
||||
#define TG_DESCRIPTION "Adds support for Telegram."
|
||||
#define TG_VERSION "0.3.3"
|
||||
#define TG_BUILD "8"
|
||||
|
||||
#include <glib.h>
|
||||
#include "notify.h"
|
||||
|
|
|
@ -19,7 +19,7 @@
|
|||
<key>CFBundlePackageType</key>
|
||||
<string>BNDL</string>
|
||||
<key>CFBundleShortVersionString</key>
|
||||
<string>0.3.2</string>
|
||||
<string>0.3.3</string>
|
||||
<key>CFBundleSignature</key>
|
||||
<string>AdIM</string>
|
||||
<key>CFBundleVersion</key>
|
||||
|
|
Loading…
Add table
Reference in a new issue