From 2ef414538760079fa2955fca1a2c03d610459fa8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Robert=20P=C3=B6sel?= Date: Tue, 19 Nov 2013 16:58:21 +0000 Subject: Facebook: version bump and readme/changelog update git-svn-id: http://svn.miranda-ng.org/main/trunk@6937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- protocols/FacebookRM/docs/facebook - readme.txt | 21 ++++++++++++++++++--- protocols/FacebookRM/src/version.h | 2 +- 2 files changed, 19 insertions(+), 4 deletions(-) diff --git a/protocols/FacebookRM/docs/facebook - readme.txt b/protocols/FacebookRM/docs/facebook - readme.txt index eef2b87168..a9127a3250 100644 --- a/protocols/FacebookRM/docs/facebook - readme.txt +++ b/protocols/FacebookRM/docs/facebook - readme.txt @@ -1,7 +1,7 @@ -------------------------------- -| Facebook Protocol RM 0.2.1.0 | +| Facebook Protocol RM 0.2.2.0 | | for Miranda NG | -| (1.10.2013) | +| (19.11.2013) | -------------------------------- Autor: Robyer @@ -29,11 +29,26 @@ Info: "PollRate" (Byte) - Waiting time between buddy list and newsfeed parsing. "Locale" (String) - Get facebook errors in specific language, "en_US", "cs_CZ", etc. "UseLocalTimestampUnread" (Byte) - 1 = Use local timestamp for offline (unread) messages +"KeepUnread" (Byte) - 1 = Don't mark messages as read on server (works globally or per contact) -------------------------------- Version history -------------------------------- - +0.2.2.0 - 19.11.2013 + + Correctly load contacts on mobile phone that are online right now (also removed old related option) + + Added hidden option to keep messages unread to disable marking messages as read on server + * Multi user chat improvements: + + Load unread messages at login + + Mark received messages as read + * Don't show "unseen" in statusbar + ! Spelling corrections (thanks RMN) + ! Fix for remembering device (no more e-mail notification on every login) + ! Fixed searching by ID/Login + ! Don't switch typing contacts to online when we are not online + ! Various other fixes and code cleaning + + x Getting sent messages from other browser/mobile instances still doesn't work + 0.2.1.0 - 1.10.2013 + Save name into first, second and last name fields separately + First experimental implementation of multi user chats (thanks to nobodyreal for patch) diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h index e384da9095..8535414969 100644 --- a/protocols/FacebookRM/src/version.h +++ b/protocols/FacebookRM/src/version.h @@ -1,6 +1,6 @@ #define __MAJOR_VERSION 0 #define __MINOR_VERSION 2 -#define __RELEASE_NUM 1 +#define __RELEASE_NUM 2 #define __BUILD_NUM 0 #define __FILEVERSION_STRING __MAJOR_VERSION,__MINOR_VERSION,__RELEASE_NUM,__BUILD_NUM -- cgit v1.2.3