Skip to content

Commit

Permalink
update version 1.2.9.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ctapmex committed Feb 19, 2017
1 parent 0e44747 commit ad550c5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions docs/history.ru.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
 История изменений FarColorer.
Информацию, об изменениях в библиотеке схем (базах) смотрите в файле hrc\CHANGELOG

Версия 1.2.9.1 . 19.02.2017
1. уточнение plugin.call:
- Plugin.Call("0E92FC81-4888-4297-A85D-31C79E0E0CEE","status"). Возвращаемое значение: true - плагин включен, false - выключен
- Plugin.Call("0E92FC81-4888-4297-A85D-31C79E0E0CEE","status", new_status). Перевод плагина в статус new_status.
new_status - true/false, либо соответсвующее им целое значение.
Возвращаемое значение true/false показывает успешность выполнения команды.

Версия 1.2.9.0 . 19.02.2017
1. ошибка вызова plugin.call при не инициализированном плагине
2. новые команды для plugin.call:
Expand Down
4 changes: 2 additions & 2 deletions src/version.h
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#define VER_FILEVERSION 1,2,9,0
#define VER_FILEVERSION_STR "1.2.9.0"
#define VER_FILEVERSION 1,2,9,1
#define VER_FILEVERSION_STR "1.2.9.1"

#define VER_PRODUCTVERSION VER_FILEVERSION
#define VER_PRODUCTVERSION_STR VER_FILEVERSION_STR
Expand Down

0 comments on commit ad550c5

Please sign in to comment.