summaryrefslogtreecommitdiff
path: root/protocols/FacebookRM
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2013-11-19 16:58:21 +0000
committerRobert Pösel <robyer@seznam.cz>2013-11-19 16:58:21 +0000
commit2ef414538760079fa2955fca1a2c03d610459fa8 (patch)
tree11eec00bc1d27cd9dc2fd488e2fdad8f50b37bd8 /protocols/FacebookRM
parent8586f966f558d317d79b3ec25d0bf21d3d92498d (diff)
Facebook: version bump and readme/changelog update
git-svn-id: http://svn.miranda-ng.org/main/trunk@6937 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/FacebookRM')
-rw-r--r--protocols/FacebookRM/docs/facebook - readme.txt21
-rw-r--r--protocols/FacebookRM/src/version.h2
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