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>2020-06-26 12:14:47 +0300
committerEion Robb <eion@robbmob.com>2020-06-26 12:14:47 +0300
commit77f94b55bfb8b0dbc7fafa7461057d33b6802236 (patch)
treedacc273941670c3ae497719916aa12707fc0f591
parent58e3a310be1def3efd33d8832d303c63c31a1add (diff)
1.6 version bump1.6
-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 5f66866..5ee00db 100644
--- a/skypeweb/CMakeLists.txt
+++ b/skypeweb/CMakeLists.txt
@@ -2,7 +2,7 @@ cmake_minimum_required (VERSION 2.8)
set(PROJECT_NAME "skypeweb" C)
set(VERSION_MAJOR "1")
-set(VERSION_MINOR "5")
+set(VERSION_MINOR "6")
set(VERSION_PATCH "0")
project(${PROJECT_NAME})
diff --git a/skypeweb/README.md b/skypeweb/README.md
index d1a4ad0..f84848d 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.6 - Fixes 'alt login', fixes file transfers, fixes losing admin rights when joining a room
* 1.5 - Adds 'alternative auth' support, adds support for suggested contacts, fixes 'deny' friend requests
* 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
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index 190a8c5..f5dd0d5 100644
--- a/skypeweb/libskypeweb.h
+++ b/skypeweb/libskypeweb.h
@@ -112,7 +112,7 @@
#define SKYPEWEB_MAX_MSG_RETRY 2
#define SKYPEWEB_PLUGIN_ID "prpl-skypeweb"
-#define SKYPEWEB_PLUGIN_VERSION "1.5"
+#define SKYPEWEB_PLUGIN_VERSION "1.6"
#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 a0b79e2..691c80d 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.5"
+!define PRODUCT_VERSION "v1.6"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
!define PRODUCT_WEB_SITE "https://eion.robbmob.com/"