Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/EionRobb/skype4pidgin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEion Robb <eion@robbmob.com>2017-04-30 04:18:42 +0300
committerEion Robb <eion@robbmob.com>2017-04-30 04:18:42 +0300
commita2c5b71eb1a79cad6c0fa30f99e3dc8b904f04dd (patch)
tree3457592d3ccdc4b74017f5bb26ed3d48e69d1344
parentd65ca2d4a8a33a108aa32ff250f9354941b1d2f5 (diff)
Version bump1.4
-rw-r--r--skypeweb/CMakeLists.txt2
-rw-r--r--skypeweb/README.md1
-rw-r--r--skypeweb/libskypeweb.h2
-rw-r--r--skypeweb/pidgin-skypeweb.nsi2
4 files changed, 4 insertions, 3 deletions
diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt
index 368639a..1aa219b 100644
--- a/skypeweb/CMakeLists.txt
+++ b/skypeweb/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8)
set(PROJECT_NAME "skypeweb")
set(VERSION_MAJOR "1")
-set(VERSION_MINOR "3")
+set(VERSION_MINOR "4")
set(VERSION_PATCH "0")
project(${PROJECT_NAME})
diff --git a/skypeweb/README.md b/skypeweb/README.md
index 48d0d50..e456f30 100644
--- a/skypeweb/README.md
+++ b/skypeweb/README.md
@@ -7,6 +7,7 @@ Download latest releases from [here](https://github.com/EionRobb/skype4pidgin/re
Change Log
----------
+ * 1.4 - libpurple3.0 support, newer HTTP library which uses less CPU, fix for adding/removing/blocking contacts
* 1.3 - S4B and Bot support, receive contacts, updated status icons, fixed auth requests, auto reconnects, call improvements, tooltips, can remove self from the buddy list, fixes tiny-text pasting
* 1.2.2 - Fixes non-Live logins
* 1.2.1 - Fixes support for Live logins again, fixes setting mood message setting, fixes friend search, hopefully less disconnects
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 9a2245e..c1b7575 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -100,7 +100,7 @@
#define SKYPEWEB_MAX_MSG_RETRY 2
#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
-#define SKYPEWEB_PLUGIN_VERSION "1.3"
+#define SKYPEWEB_PLUGIN_VERSION "1.4"
#define SKYPEWEB_LOCKANDKEY_APPID "msmsgs@msnmsgr.com"
#define SKYPEWEB_LOCKANDKEY_SECRET "Q1P7W2E4J9R8U3S5"
diff --git a/skypeweb/pidgin-skypeweb.nsi b/skypeweb/pidgin-skypeweb.nsi
index e7426bc..a9f5f9e 100644
--- a/skypeweb/pidgin-skypeweb.nsi
+++ b/skypeweb/pidgin-skypeweb.nsi
@@ -9,7 +9,7 @@ SetCompress off
!define PRODUCT_NAME "pidgin-skypeweb"
!endif
!ifndef PRODUCT_VERSION
-!define PRODUCT_VERSION "v1.3"
+!define PRODUCT_VERSION "v1.4"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"