diff options
Diffstat (limited to 'Plugins/historylog/Docs')
| -rw-r--r-- | Plugins/historylog/Docs/historylog_changelog.txt | 6 | ||||
| -rw-r--r-- | Plugins/historylog/Docs/historylog_readme.txt | 10 | ||||
| -rw-r--r-- | Plugins/historylog/Docs/historylog_version.txt | 2 |
3 files changed, 17 insertions, 1 deletions
diff --git a/Plugins/historylog/Docs/historylog_changelog.txt b/Plugins/historylog/Docs/historylog_changelog.txt index 34a736c..aa1b65e 100644 --- a/Plugins/historylog/Docs/historylog_changelog.txt +++ b/Plugins/historylog/Docs/historylog_changelog.txt @@ -2,5 +2,11 @@ History Log Changelog:
+. 0.0.0.2
+ * Fix for multi-line messages (closes #41)
+ + Added new variables to filename (closes #44)
+ + Added option to ident multi-line messages (closes #43)
+ * Fix for invalid chars in msgs filename
+
. 0.0.0.1
+ Initial version
\ No newline at end of file diff --git a/Plugins/historylog/Docs/historylog_readme.txt b/Plugins/historylog/Docs/historylog_readme.txt index ee7b3e6..d964cfc 100644 --- a/Plugins/historylog/Docs/historylog_readme.txt +++ b/Plugins/historylog/Docs/historylog_readme.txt @@ -5,6 +5,16 @@ CAUTION: THIS IS ALPHA QUALITY SOFTWARE. USE AT YOUR OWN RISK. This is a plugin that logs to a text file all messages exchanged with contact. The text file is encoded in UTF-8. It can't handle group chat.
+The filename pattern accepts the following vars: (also, it support variables plugin)
+ %contact%
+ %contact_id%
+ %protocol%
+ %group%
+ %year%
+ %month%
+ %month_name%
+ %day%
+
This plugin requires at least Miranda 0.7 and needs History Events to work.
To report bugs/make suggestions, go to the forum thread: http://forums.miranda-im.org/showthread.php?t=18488
diff --git a/Plugins/historylog/Docs/historylog_version.txt b/Plugins/historylog/Docs/historylog_version.txt index 1a63d93..46d219a 100644 --- a/Plugins/historylog/Docs/historylog_version.txt +++ b/Plugins/historylog/Docs/historylog_version.txt @@ -1 +1 @@ -HistoryLog 0.0.0.1
\ No newline at end of file +HistoryLog 0.0.0.2
\ No newline at end of file |
