diff options
author | Robert Pösel <robyer@seznam.cz> | 2013-11-19 16:58:21 +0000 |
---|---|---|
committer | Robert Pösel <robyer@seznam.cz> | 2013-11-19 16:58:21 +0000 |
commit | 2ef414538760079fa2955fca1a2c03d610459fa8 (patch) | |
tree | 11eec00bc1d27cd9dc2fd488e2fdad8f50b37bd8 /protocols/FacebookRM/docs | |
parent | 8586f966f558d317d79b3ec25d0bf21d3d92498d (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/docs')
-rw-r--r-- | protocols/FacebookRM/docs/facebook - readme.txt | 21 |
1 files changed, 18 insertions, 3 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)
|