From b0ae7d83792f81f5b5c0329067b7593c6e067823 Mon Sep 17 00:00:00 2001 From: "wishmaster51@gmail.com" Date: Thu, 7 Jun 2012 14:20:35 +0000 Subject: 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 --- Plugins/avatarhistory/AvatarHistory.cpp | 18 ++++++++++-------- Plugins/avatarhistory/AvatarHistory.h | 2 +- Plugins/avatarhistory/Docs/avatarhist_changelog.txt | 14 ++++++++++++++ 3 files changed, 25 insertions(+), 9 deletions(-) (limited to 'Plugins') 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 -#define MIRANDA_VER 0x0A00 +#define MIRANDA_VER 0x0900 #include #include #include 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 -- cgit v1.2.3