summaryrefslogtreecommitdiff
path: root/protocols
diff options
context:
space:
mode:
authorRobert Pösel <robyer@seznam.cz>2014-04-21 14:50:52 +0000
committerRobert Pösel <robyer@seznam.cz>2014-04-21 14:50:52 +0000
commit3a5367b9c308af30808c80d3841acf31da2ec6a4 (patch)
treee669e83005fef7c9f80ad7d6766e4b2e23e55bbd /protocols
parent4b2a6430d6aa6435665aadf2f1fae164d3a4af40 (diff)
Facebook: Version bump and readme update
git-svn-id: http://svn.miranda-ng.org/main/trunk@9016 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols')
-rw-r--r--protocols/FacebookRM/docs/facebook - readme.txt25
-rw-r--r--protocols/FacebookRM/src/version.h4
2 files changed, 23 insertions, 6 deletions
diff --git a/protocols/FacebookRM/docs/facebook - readme.txt b/protocols/FacebookRM/docs/facebook - readme.txt
index 929e65ba7b..52dcd218de 100644
--- a/protocols/FacebookRM/docs/facebook - readme.txt
+++ b/protocols/FacebookRM/docs/facebook - readme.txt
@@ -1,7 +1,7 @@
--------------------------------
-| Facebook Protocol RM 0.2.3.2 |
+| Facebook Protocol RM 0.2.4.0 |
| for Miranda NG |
-| (19.3.2014) |
+| (21.4.2014) |
--------------------------------
Autor: Robyer
@@ -18,7 +18,7 @@ Info:
Information about statuses
--------------------------------
- Online = connected to fb, chat is online
- - Invisible = connected to fb, but only for getting feeds and notifications - CHAT is OFFLINE
+ - Invisible = connected to fb, chat is offline, but you can still see other people online, receive messages, newsfeeds and notifications
- Offline = disconnected
--------------------------------
@@ -30,11 +30,28 @@ Info:
"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)
+"NaseemsSpamMode" (Byte) - 1 = Don't add contacts when we send message to them from other instances, add them only when they reply
--------------------------------
Version history
--------------------------------
-0.2.3.1 - 19.3.2014
+0.2.4.0 - 21.4.2014
+ + Support true invisible status (they don't see you, but you see them)
+ + Don't load "unread messages" which we received already (but didn't read them yet)
+ + Add support for showing unread notifications count as "unread emails" in clist
+ + Add status menu item "Visit Notifications" and icons for other items
+ + Hidden setting for Naseem's spam mode
+ * Respect "use local timestamp" setting also for "message read" events
+ * Refactor receiving multi-chat messages (it doesn't load chat participants and chat names, etc. but it will be fixed in future versions)
+ * Various typing notifications changes/fixes
+ + Support receiving typing notifications for multi chats (and prepare for sending it, when *srmm will be ready for that)
+ * Don't switch contact to online when he is typing (he can type from invisible)
+ * Send typing notifications even to offline contacts
+ ! Fix not to load offline multi chat messages to single contacts
+ ! Fix size of downloaded avatars (use 50x50 for smaller and 180x180 for bigger)
+ ! Various other fixes (crashes, poke/newsfeed texts,...)
+
+0.2.3.2 - 19.3.2014
+ Working manual refreshing of contact info
+ Load user info when we're receiving message from someone who isn't in clist yet (fixes contacts with our own name)
diff --git a/protocols/FacebookRM/src/version.h b/protocols/FacebookRM/src/version.h
index b1525a0be3..73f39e1249 100644
--- a/protocols/FacebookRM/src/version.h
+++ b/protocols/FacebookRM/src/version.h
@@ -1,7 +1,7 @@
#define __MAJOR_VERSION 0
#define __MINOR_VERSION 2
-#define __RELEASE_NUM 3
-#define __BUILD_NUM 2
+#define __RELEASE_NUM 4
+#define __BUILD_NUM 0
#include <stdver.h>