Repository :
https://github.com/colorer/FarColorer
On branch : master
Link :
https://github.com/colorer/FarColorer/commit/f4dc81db7cdc5595c513403620c85b298b00c3c7
>---------------------------------------------------------------
commit f4dc81db7cdc5595c513403620c85b298b00c3c7
Author: Aleksey Dobrunov <
cta...@ctapmex.com>
Date: Sun Sep 21 20:33:37 2025 +0500
update version
>---------------------------------------------------------------
f4dc81db7cdc5595c513403620c85b298b00c3c7
docs/history.ru.txt | 3 +++
src/version.h | 2 +-
vcpkg/manifest/full/vcpkg.json | 2 +-
vcpkg/manifest/legacy/vcpkg.json | 2 +-
4 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/docs/history.ru.txt b/docs/history.ru.txt
index da07db5..e9dce98 100644
--- a/docs/history.ru.txt
+++ b/docs/history.ru.txt
@@ -1,6 +1,9 @@
История изменений FarColorer.
Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md
+Версия 1.6.13 . 21.09.2025
+ 1. Добавлен старт обработки файла на событие получения фокуса. Решает проблему срабатывания макроса раньше, чем плагин начал работать с файлом.
+
Версия 1.6.12 . 22.08.2025
1. Исправлено падение скорости работы из-за логирования, привнесенное в 1.5.0. В тестах производительности разница в 2 раза.
2. Исправлено чтение параметров default-back/default-fore в 16-ричном формате
diff --git a/src/version.h b/src/version.h
index 0b50b3b..4df94a5 100644
--- a/src/version.h
+++ b/src/version.h
@@ -21,7 +21,7 @@
#define PLUGIN_VER_MAJOR 1
#define PLUGIN_VER_MINOR 6
-#define PLUGIN_VER_PATCH 12
+#define PLUGIN_VER_PATCH 13
#define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM USTRING
#define PLUGIN_NAME L"FarColorer"
#define PLUGIN_FILENAME L"colorer.dll"
diff --git a/vcpkg/manifest/full/vcpkg.json b/vcpkg/manifest/full/vcpkg.json
index dd2cf69..a646d4f 100644
--- a/vcpkg/manifest/full/vcpkg.json
+++ b/vcpkg/manifest/full/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "farcolorer",
- "version": "1.6.12",
+ "version": "1.6.13",
"dependencies": [
"minizip",
"icu",
diff --git a/vcpkg/manifest/legacy/vcpkg.json b/vcpkg/manifest/legacy/vcpkg.json
index edcb198..b25def7 100644
--- a/vcpkg/manifest/legacy/vcpkg.json
+++ b/vcpkg/manifest/legacy/vcpkg.json
@@ -1,6 +1,6 @@
{
"name": "farcolorer",
- "version": "1.6.12",
+ "version": "1.6.13",
"dependencies": [
"minizip",
{