Skip to content

Commit 131f127

Browse files
committed
1.7
1 parent 760fd3f commit 131f127

File tree

3 files changed

+10
-4
lines changed

3 files changed

+10
-4
lines changed

README

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FileTags plugin for FAR Manager 3.0 build 2927
2-
Version 1.6
1+
FileTags plugin for FAR Manager 3.0 build 4353
2+
Version 1.7
33
(c) Igor Yudincev
44
email: Igor.Yudincev@gmail.com

changelog

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
1.7 04.03.2023
2+
+ accept UTF-8 encoded description files
3+
+ show files by exact tag list match
4+
15
1.6 24.07.2014
26
* clear selection after editing tags
37

version.hpp

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
1+
#pragma once
2+
13
#include "farversion.hpp"
24

35
#define PLUGIN_DESC L"FileTags plugin for FAR Manager 3"
46
#define PLUGIN_NAME L"FileTags"
57
#define PLUGIN_FILENAME L"FileTags.dll"
68
#define PLUGIN_AUTHOR L"Igor Yudincev"
79
#define PLUGIN_MAJOR 1
8-
#define PLUGIN_MINOR 6
9-
#define PLUGIN_VERSION L"1.6"
10+
#define PLUGIN_MINOR 7
11+
#define PLUGIN_VERSION L"1.7"

0 commit comments

Comments
 (0)