From aa713f24f4300ae57e5474aada239586e8740a04 Mon Sep 17 00:00:00 2001 From: Aleksey Dobrunov Date: Sat, 6 Nov 2021 21:39:57 +0500 Subject: [PATCH] update version; workflow: reformat --- .github/workflows/farcolorer-ci.yml | 6 +++--- .github/workflows/farcolorer-release.yml | 6 +++--- docs/history.ru.txt | 3 +++ src/version.h | 2 +- 4 files changed, 10 insertions(+), 7 deletions(-) diff --git a/.github/workflows/farcolorer-ci.yml b/.github/workflows/farcolorer-ci.yml index 1c4d82a..b07035c 100644 --- a/.github/workflows/farcolorer-ci.yml +++ b/.github/workflows/farcolorer-ci.yml @@ -1,4 +1,4 @@ -name: build +name: Build on: workflow_dispatch: @@ -10,12 +10,12 @@ on: - master env: - X_VCPKG_NUGET_ID_PREFIX: 'farcolorer' BUILD_TYPE: Release + X_VCPKG_NUGET_ID_PREFIX: 'farcolorer' VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite' jobs: - windows-vc: + build: strategy: fail-fast: false matrix: diff --git a/.github/workflows/farcolorer-release.yml b/.github/workflows/farcolorer-release.yml index 4640a8f..7ea1b31 100644 --- a/.github/workflows/farcolorer-release.yml +++ b/.github/workflows/farcolorer-release.yml @@ -18,8 +18,8 @@ jobs: - { build: ARM64, arch: amd64_arm64, triplet: arm64-windows-static-rel, } env: - X_VCPKG_NUGET_ID_PREFIX: 'farcolorer' BUILD_TYPE: Release + X_VCPKG_NUGET_ID_PREFIX: 'farcolorer' VCPKG_BINARY_SOURCES: 'clear;nuget,GitHub,readwrite' runs-on: windows-2019 @@ -112,8 +112,8 @@ jobs: path: ./build/*.7z retention-days: 1 - create-release: - needs: [build-artifacts] + publish-release: + needs: [ build-artifacts ] runs-on: windows-2019 steps: diff --git a/docs/history.ru.txt b/docs/history.ru.txt index d4b0244..7e93153 100644 --- a/docs/history.ru.txt +++ b/docs/history.ru.txt @@ -1,6 +1,9 @@  История изменений FarColorer. Информацию, об изменениях в библиотеке схем (базах) смотрите в файле base\CHANGELOG.md +Версия 1.4.13 . 06.11.2021 + 1. Добавлена сборка под ARM64 + Версия 1.4.12 . 22.10.2021 1. Параметр "Файл списка схем пользователя" может содержать не только путь до файла, но и путь до папки с hrc файлами. Аналог папки auto в схемах. diff --git a/src/version.h b/src/version.h index dfae23d..d973217 100644 --- a/src/version.h +++ b/src/version.h @@ -11,7 +11,7 @@ #define PLUGIN_VER_MAJOR 1 #define PLUGIN_VER_MINOR 4 -#define PLUGIN_VER_PATCH 12 +#define PLUGIN_VER_PATCH 13 #define PLUGIN_DESC L"FarColorer - Syntax Highlighting for Far Manager 3" PLATFORM #define PLUGIN_NAME L"FarColorer" #define PLUGIN_FILENAME L"colorer.dll"