summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-06-07 14:20:35 +0000
committerwishmaster51@gmail.com <wishmaster51@gmail.com@c086bb3d-8645-0410-b8da-73a8550f86e7>2012-06-07 14:20:35 +0000
commitb0ae7d83792f81f5b5c0329067b7593c6e067823 (patch)
treea194b0c908aa002750b58bdd9eeb3372fc3e7de4
parent5074b434bb7d14ada5b0da2b3a8937e1a36910e9 (diff)
Version 0.0.3.3:
-Added support for Updater Plugin git-svn-id: http://pescuma.googlecode.com/svn/trunk/Miranda@254 c086bb3d-8645-0410-b8da-73a8550f86e7
-rw-r--r--Plugins/avatarhistory/AvatarHistory.cpp18
-rw-r--r--Plugins/avatarhistory/AvatarHistory.h2
-rw-r--r--Plugins/avatarhistory/Docs/avatarhist_changelog.txt14
3 files changed, 25 insertions, 9 deletions
diff --git a/Plugins/avatarhistory/AvatarHistory.cpp b/Plugins/avatarhistory/AvatarHistory.cpp
index 522f229..8dca674 100644
--- a/Plugins/avatarhistory/AvatarHistory.cpp
+++ b/Plugins/avatarhistory/AvatarHistory.cpp
@@ -71,7 +71,7 @@ PLUGININFOEX pluginInfo={
#else
"Avatar History (Ansi)",
#endif
- PLUGIN_MAKE_VERSION(0,0,3,2),
+ PLUGIN_MAKE_VERSION(0,0,3,3),
"This plugin keeps backups of all your contacts' avatar changes and/or shows popups",
"Matthew Wild (MattJ), Ricardo Pescuma Domenecci",
"mwild1@gmail.com",
@@ -257,17 +257,19 @@ static int ModulesLoaded(WPARAM wParam, LPARAM lParam)
upd.szUpdateURL = UPDATER_AUTOREGISTER;
- upd.szBetaVersionURL = "http://pescuma.org/miranda/avatarhist_version.txt";
- upd.szBetaChangelogURL = "http://pescuma.org/miranda/avatarhist#Changelog";
- upd.pbBetaVersionPrefix = (BYTE *)"Avatar History ";
- upd.cpbBetaVersionPrefix = (int) strlen((char *)upd.pbBetaVersionPrefix);
+ upd.szBetaVersionURL = "http://code.google.com/p/pescuma/downloads/list?q=label:Plugin-AVH";
+ upd.szBetaChangelogURL = "http://code.google.com/p/pescuma/source/list";
#ifdef _WIN64
- upd.szBetaUpdateURL = "http://pescuma.org/miranda/avatarhist64.zip";
+ upd.pbBetaVersionPrefix = (BYTE *) "Avatar History (x64) ";
+ upd.szBetaUpdateURL = "http://pescuma.googlecode.com/files/avatarhistW.%VERSION%-x64.zip";
#elif _UNICODE
- upd.szBetaUpdateURL = "http://pescuma.org/miranda/avatarhistW.zip";
+ upd.pbBetaVersionPrefix = (BYTE *) "Avatar History (Unicode) ";
+ upd.szBetaUpdateURL = "http://pescuma.googlecode.com/files/avatarhistW.%VERSION%.zip";
#else
- upd.szBetaUpdateURL = "http://pescuma.org/miranda/avatarhist.zip";
+ upd.pbBetaVersionPrefix = (BYTE *) "Avatar History (ANSI) ";
+ upd.szBetaUpdateURL = "http://pescuma.googlecode.com/files/avatarhist.%VERSION%.zip";
#endif
+ upd.cpbBetaVersionPrefix = (int) strlen((char *)upd.pbBetaVersionPrefix);
upd.pbVersion = (BYTE *)CreateVersionStringPluginEx(&pluginInfo, szCurrentVersion);
upd.cpbVersion = (int) strlen((char *)upd.pbVersion);
diff --git a/Plugins/avatarhistory/AvatarHistory.h b/Plugins/avatarhistory/AvatarHistory.h
index b81e24a..25ec454 100644
--- a/Plugins/avatarhistory/AvatarHistory.h
+++ b/Plugins/avatarhistory/AvatarHistory.h
@@ -9,7 +9,7 @@
#include <ShlGuid.h>
-#define MIRANDA_VER 0x0A00
+#define MIRANDA_VER 0x0900
#include <newpluginapi.h>
#include <m_clist.h>
#include <m_skin.h>
diff --git a/Plugins/avatarhistory/Docs/avatarhist_changelog.txt b/Plugins/avatarhistory/Docs/avatarhist_changelog.txt
index a7f48a4..8689c4b 100644
--- a/Plugins/avatarhistory/Docs/avatarhist_changelog.txt
+++ b/Plugins/avatarhistory/Docs/avatarhist_changelog.txt
@@ -2,6 +2,20 @@ Avatar History
Changelog:
+. 0.0.3.3
++ Added Updater support
+
+. 0.0.3.2
+-Show contact display name in save dialog
+-Added hidden debug setting:
+Add BYTE "Debug" in "AvatarHistory" module to show debug popups.
+ATTENTION: This is only recommended for advanced users to find problems,
+in normal usage they tend to become annoying
+-Fixed popups for removed avatars
+-Updated m_folders.h
+-Allow plugin to load in Miranda 0.9.50
+
+
. 0.0.3.1
+ Show Contact Name in Avatar History dialog title
+ Show picture path in avatar history dialog