From a75b5d68994a3ef490f8ac65ca446f2f67e7bb7f Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Sun, 18 Feb 2024 12:18:38 +0500 Subject: [PATCH] update version --- docs/history.ru.txt | 5 +++++ src/version.h | 2 +- vcpkg.json | 2 +- 3 files changed, 7 insertions(+), 2 deletions(-) diff --git a/docs/history.ru.txt b/docs/history.ru.txt index 895cbed..abc91c2 100644 --- a/docs/history.ru.txt +++ b/docs/history.ru.txt @@ -1,6 +1,11 @@  История изменений FarColorer. Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md +Версия 1.4.24 . 18.02.2024 + 1. Исправлена ошибка выбора горизонтального "креста" в диалоге настроек + 2. В строках с суррогатными unicode символами горизонтальный крест рисовался не до конца строки + 3. Исправлен макрос "Match Pair" в Plugin.Colorer.lua + Версия 1.4.23 . 17.02.2024 1. откачено "maxblocksize не всегда работал правильно, раскраска залезала за границы. Теперь раскраска заканчивается именно по этой границе." diff --git a/src/version.h b/src/version.h index 4290cb1..10892d8 100644 --- a/src/version.h +++ b/src/version.h @@ -13,7 +13,7 @@ #define PLUGIN_VER_MAJOR 1 #define PLUGIN_VER_MINOR 4 -#define PLUGIN_VER_PATCH 23 +#define PLUGIN_VER_PATCH 24 #define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM #define PLUGIN_NAME L"FarColorer" #define PLUGIN_FILENAME L"colorer.dll" diff --git a/vcpkg.json b/vcpkg.json index 95ab367..7b840a3 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -1,6 +1,6 @@ { "name": "farcolorer", - "version": "1.4.23", + "version": "1.4.24", "dependencies": [ { "name": "xerces-c",