Skip to content

Commit e9b7f49

Browse files
committed
update version
1 parent 79cf7ea commit e9b7f49

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

src/plugcalc/version.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#endif
88

99
#define PLUGIN_VER_MAJOR 3
10-
#define PLUGIN_VER_MINOR 25
10+
#define PLUGIN_VER_MINOR 26
1111
#define PLUGIN_VER_PATCH 0
1212
#define PLUGIN_DESC L"Calculator plugin for FAR manager 3.0" PLATFORM
1313
#define PLUGIN_NAME L"Calculator"

whatsnew_en.txt

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@
44
*** by another author. All copyrights of the code, except the new modifications
55
*** belong to the original author (Cail Lomecb).
66

7+
--== Ver 3.26 ==--
8+
* Fixed: incorrect drawing disabled edittext in FAR versions 5788 and newer
9+
* Improvement: call plugin from dialogs
10+
* Changed: function round = _floor(op0+0.5)
11+
* Changed: value of inch = 2.54
12+
13+
714
--== Ver 3.25 ==--
815
* Support Windows 2000 and WindowsXP added
916

whatsnew_ru.txt

+7
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,13 @@
55
*** сделанных другим автором. Все авторские права на код, за исключением сделанных
66
*** модификаций, принадлежат изначальному автору (Cail Lomecb).
77

8+
--== Ver 3.26 ==--
9+
* Исправлено: некорректное отображение заблокированного edittext в FAR версии 5788 и новее
10+
* Реализовано: вызов плагина из других диалогов
11+
* Изменено: функция round = _floor(op0+0.5)
12+
* Изменено: значение дюйма = 2.54
13+
14+
815
--== Ver 3.25 ==--
916
* добавлена поддержка Windows 2000 и WindowsXP
1017

0 commit comments

Comments
 (0)