diff options
Diffstat (limited to 'PackUpdater/Docs')
-rw-r--r-- | PackUpdater/Docs/Readme_eng.txt | 8 | ||||
-rw-r--r-- | PackUpdater/Docs/Readme_rus.txt | 10 | ||||
-rw-r--r-- | PackUpdater/Docs/Templates/File1.ini | 7 |
3 files changed, 19 insertions, 6 deletions
diff --git a/PackUpdater/Docs/Readme_eng.txt b/PackUpdater/Docs/Readme_eng.txt index 858291b..8dc336f 100644 --- a/PackUpdater/Docs/Readme_eng.txt +++ b/PackUpdater/Docs/Readme_eng.txt @@ -1,5 +1,5 @@ ==================
-Pack Updater 0.0.9
+Pack Updater 0.1.0
==================
Miranda IM plugin that do automatic or manual Miranda packs update.
@@ -16,6 +16,11 @@ Plugin maybe interesting for packs author, which wants do update of their pack a 0. Changelog
-----------------
+0.1.0
++ now not installed files are not updated
++ added an additional parameter "Force" in the description of the file. With it you an update not installed files
+* Changed FileType parameter type
+
0.0.9
* Fixed order in update list
@@ -110,6 +115,7 @@ InfoURL - Optional. If it writed, message box that user see have button "See inf AdvFolder - Optional. If it writed, set subfolder in folder defined FileType.
+Force - Optional. If it writed, the file will be offered for renewal, even if you do not installed.
4. Download file with infirmation and updates on server.
diff --git a/PackUpdater/Docs/Readme_rus.txt b/PackUpdater/Docs/Readme_rus.txt index 05418b5..f469d7c 100644 --- a/PackUpdater/Docs/Readme_rus.txt +++ b/PackUpdater/Docs/Readme_rus.txt @@ -1,5 +1,5 @@ ==================
-Pack Updater 0.0.9
+Pack Updater 0.1.0
==================
Плагин для Miranda IM, выполняющий автоматическое обновление сборок (паков).
@@ -9,13 +9,18 @@ Pack Updater 0.0.9 0. История версий
1. Как использовать?
2. Как оно работает?
-3. Цопирайты и прочее
+3. Копирайты и прочее
-----------------
0. История версий
-----------------
+0.1.0
++ теперь отсутствующие файлы не обновляются
++ добавлен дополнительный параметр Force в описании файла. С ним можно обновлять отсутсвующие файлы
+* изменен тип параметра FileType
+
0.0.9
* Исправлен баг с порядком в списке обновлений
@@ -110,6 +115,7 @@ InfoURL - Опционально. Если присутствует, то в окошке уведомления появляется кно AdvFolder - Опционально. Если присутствует, то задает подпапку в папке определяемой типом файла.
+Force - Опционально. Если присутствует, то файл будет предложен для обновления, даже если отсутствует.
4. Заливаем файл с инфой о версиях и апдейты на сервер.
diff --git a/PackUpdater/Docs/Templates/File1.ini b/PackUpdater/Docs/Templates/File1.ini index ae99847..311c75b 100644 --- a/PackUpdater/Docs/Templates/File1.ini +++ b/PackUpdater/Docs/Templates/File1.ini @@ -5,7 +5,8 @@ DownloadURL = "http://mataes.googlecode.com/files/Miranda%20IM%20Mataes%20Pack%2 DiskFileName = "Miranda IM Mataes Pack v0.8.3.exe"
InfoURL = "http://miranda-planet.com/forum/index.php?showtopic=6121"
Descr="Test1"
-FileType="1"
+FileType=1
+Force=1
[FileInfo_2]
FileVersion = 0.0.1
@@ -13,7 +14,7 @@ Message = "Test Plugin" DownloadURL = "http://mataes.googlecode.com/files/Test_Plugin.dll"
DiskFileName = "Test_plugin.dll"
Descr="Test2"
-FileType="2"
+FileType=2
[FileInfo_3]
FileVersion = 0.0.1
@@ -21,4 +22,4 @@ Message = "Test Icon" DownloadURL = "http://mataes.googlecode.com/files/Test_Icon.dll"
DiskFileName = "Test_Icon.dll"
Descr="Test3"
-FileType="3"
\ No newline at end of file +FileType=3
\ No newline at end of file |