Skip to content

Commit

Permalink
update version;
Browse files Browse the repository at this point in the history
workflow: reformat
ctapmex committed Nov 6, 2021
1 parent e43b4e8 commit aa713f2
Showing 4 changed files with 10 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/farcolorer-ci.yml
Original file line number Diff line number Diff line change
@@ -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:
6 changes: 3 additions & 3 deletions .github/workflows/farcolorer-release.yml
Original file line number Diff line number Diff line change
@@ -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:
3 changes: 3 additions & 0 deletions docs/history.ru.txt
Original file line number Diff line number Diff line change
@@ -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 в схемах.

2 changes: 1 addition & 1 deletion src/version.h
Original file line number Diff line number Diff line change
@@ -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"

0 comments on commit aa713f2

Please sign in to comment.