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>2018-05-25 11:46:05 +0300
committerEion Robb <eion@robbmob.com>2018-05-25 11:46:05 +0300
commitcf650950f937cf4faf834063128693a6c6a30a00 (patch)
tree42db4eab205b3b31e0bf910f98d66477769a724c
parentb66fa4ee18a1020c65004055605c00bd69a54930 (diff)
Version 1.5 bump1.5
-rw-r--r--skypeweb/CMakeLists.txt2
-rw-r--r--skypeweb/README.md1
-rw-r--r--skypeweb/libskypeweb.h2
-rw-r--r--skypeweb/pidgin-skypeweb.nsi6
4 files changed, 6 insertions, 5 deletions
diff --git a/skypeweb/CMakeLists.txt b/skypeweb/CMakeLists.txt
index 26cd97b..5f66866 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 "4")
+set(VERSION_MINOR "5")
set(VERSION_PATCH "0")
project(${PROJECT_NAME})
diff --git a/skypeweb/README.md b/skypeweb/README.md
index e456f30..d1a4ad0 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.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
* 1.2.2 - Fixes non-Live logins
diff --git a/skypeweb/libskypeweb.h b/skypeweb/libskypeweb.h
index bbc2abf..e38739d 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.4"
+#define SKYPEWEB_PLUGIN_VERSION "1.5"
#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 a9f5f9e..a0b79e2 100644
--- a/skypeweb/pidgin-skypeweb.nsi
+++ b/skypeweb/pidgin-skypeweb.nsi
@@ -9,10 +9,10 @@ SetCompress off
!define PRODUCT_NAME "pidgin-skypeweb"
!endif
!ifndef PRODUCT_VERSION
-!define PRODUCT_VERSION "v1.4"
+!define PRODUCT_VERSION "v1.5"
!endif
!define PRODUCT_PUBLISHER "Eion Robb"
-!define PRODUCT_WEB_SITE "http://eion.robbmob.com/"
+!define PRODUCT_WEB_SITE "https://eion.robbmob.com/"
!define PRODUCT_UNINST_KEY "Software\Microsoft\Windows\CurrentVersion\Uninstall\${PRODUCT_NAME}"
!define PRODUCT_UNINST_ROOT_KEY "HKLM"
!ifndef JSON_GLIB_DLL
@@ -37,7 +37,7 @@ SetCompress off
; Instfiles page
!insertmacro MUI_PAGE_INSTFILES
; Finish page
-!define MUI_FINISHPAGE_SHOWREADME "http://eion.robbmob.com/README.txt"
+!define MUI_FINISHPAGE_SHOWREADME "https://eion.robbmob.com/README.txt"
!define MUI_FINISHPAGE_SHOWREADME_NOTCHECKED
!define MUI_FINISHPAGE_RUN
!define MUI_FINISHPAGE_RUN_TEXT "Run ${PIDGIN_VARIANT}"