[FarGroup/FarManager] master: Remove *.msi from default archive masks (fe424006c)

0 views
Skip to first unread message

farg...@farmanager.com

unread,
Nov 14, 2025, 7:30:56 PM (2 days ago) Nov 14
to farco...@googlegroups.com
Repository : https://github.com/FarGroup/FarManager
On branch : master
Link : https://github.com/FarGroup/FarManager/commit/fe424006c53030855c1fbcbe6dd121770b04993f

>---------------------------------------------------------------

commit fe424006c53030855c1fbcbe6dd121770b04993f
Author: Alex Alabuzhev <alab...@gmail.com>
Date: Sat Nov 15 00:29:11 2025 +0000

Remove *.msi from default archive masks


>---------------------------------------------------------------

fe424006c53030855c1fbcbe6dd121770b04993f
far/changelog | 5 +++++
far/config.cpp | 2 +-
far/vbuild.m4 | 2 +-
plugins/arclite/changelog | 4 ++++
plugins/arclite/options.cpp | 2 +-
plugins/arclite/version.hpp | 2 +-
6 files changed, 13 insertions(+), 4 deletions(-)

diff --git a/far/changelog b/far/changelog
index 65b4473e9..e96b1963c 100644
--- a/far/changelog
+++ b/far/changelog
@@ -1,3 +1,8 @@
+--------------------------------------------------------------------------------
+drkns 2025-11-15 00:28:14+00:00 - build 6598
+
+1. Remove *.msi from default archive masks.
+
--------------------------------------------------------------------------------
w17 2025-11-11 15:52:31+03:00 - build 6597

diff --git a/far/config.cpp b/far/config.cpp
index 067c45ea4..0296fa9a4 100644
--- a/far/config.cpp
+++ b/far/config.cpp
@@ -472,7 +472,7 @@ static void ApplyDefaultMaskGroups()
{
static const std::pair<string_view, string_view> Sets[]
{
- { L"arc"sv, L"*.zip,*.rar,*.[7bgxl]z,*.[bg]zip,*.tar,*.t[agbxl]z,*.z,*.ar[cj],*.r[0-9][0-9],*.a[0-9][0-9],*.bz2,*.cab,*.jar,*.lha,*.lzh,*.ha,*.ac[bei],*.pa[ck],*.rk,*.cpio,*.rpm,*.zoo,*.hqx,*.sit,*.ice,*.uc2,*.ain,*.imp,*.777,*.ufa,*.boa,*.bs[2a],*.sea,*.[ah]pk,*.ddi,*.x2,*.rkv,*.[lw]sz,*.h[ay]p,*.lim,*.sqz,*.chz,*.aa[br],*.msi,*.zst"sv },
+ { L"arc"sv, L"*.zip,*.rar,*.[7bgxl]z,*.[bg]zip,*.tar,*.t[agbxl]z,*.z,*.ar[cj],*.r[0-9][0-9],*.a[0-9][0-9],*.bz2,*.cab,*.jar,*.lha,*.lzh,*.ha,*.ac[bei],*.pa[ck],*.rk,*.cpio,*.rpm,*.zoo,*.hqx,*.sit,*.ice,*.uc2,*.ain,*.imp,*.777,*.ufa,*.boa,*.bs[2a],*.sea,*.[ah]pk,*.ddi,*.x2,*.rkv,*.[lw]sz,*.h[ay]p,*.lim,*.sqz,*.chz,*.aa[br],*.zst"sv },
{ L"temp"sv, L"*.bak,*.tmp"sv },
{ L"exec"sv, L"*.exe,*.cmd,*.bat,*.com,%PATHEXT%"sv },
};
diff --git a/far/vbuild.m4 b/far/vbuild.m4
index 2a78f3e37..3b2c2d881 100644
--- a/far/vbuild.m4
+++ b/far/vbuild.m4
@@ -1 +1 @@
-6597
+6598
diff --git a/plugins/arclite/changelog b/plugins/arclite/changelog
index d5ca144c9..1ffa6f674 100644
--- a/plugins/arclite/changelog
+++ b/plugins/arclite/changelog
@@ -1,3 +1,7 @@
+drkns 2025-11-15 00:27:29+00:00 - build 354
+
+1. Synchronize default masks with Far.
+
drkns 2025-11-07 20:22:40+00:00 - build 353

1. Synchronize default masks with Far.
diff --git a/plugins/arclite/options.cpp b/plugins/arclite/options.cpp
index 830bf0b1c..b67b10d10 100644
--- a/plugins/arclite/options.cpp
+++ b/plugins/arclite/options.cpp
@@ -235,7 +235,7 @@ Options::Options():
panel_sort_mode(SM_NAME),
panel_reverse_sort(false),
use_include_masks(true),
- include_masks(L"*.zip,*.rar,*.[7bgxl]z,*.[bg]zip,*.tar,*.t[agbxl]z,*.z,*.ar[cj],*.r[0-9][0-9],*.a[0-9][0-9],*.bz2,*.cab,*.jar,*.lha,*.lzh,*.ha,*.ac[bei],*.pa[ck],*.rk,*.cpio,*.rpm,*.zoo,*.hqx,*.sit,*.ice,*.uc2,*.ain,*.imp,*.777,*.ufa,*.boa,*.bs[2a],*.sea,*.[ah]pk,*.ddi,*.x2,*.rkv,*.[lw]sz,*.h[ay]p,*.lim,*.sqz,*.chz,*.aa[br],*.msi,*.zst"),
+ include_masks(L"*.zip,*.rar,*.[7bgxl]z,*.[bg]zip,*.tar,*.t[agbxl]z,*.z,*.ar[cj],*.r[0-9][0-9],*.a[0-9][0-9],*.bz2,*.cab,*.jar,*.lha,*.lzh,*.ha,*.ac[bei],*.pa[ck],*.rk,*.cpio,*.rpm,*.zoo,*.hqx,*.sit,*.ice,*.uc2,*.ain,*.imp,*.777,*.ufa,*.boa,*.bs[2a],*.sea,*.[ah]pk,*.ddi,*.x2,*.rkv,*.[lw]sz,*.h[ay]p,*.lim,*.sqz,*.chz,*.aa[br],*.zst"),
use_exclude_masks(false),
exclude_masks(),
pgdn_masks(false),
diff --git a/plugins/arclite/version.hpp b/plugins/arclite/version.hpp
index ee3126c10..143906090 100644
--- a/plugins/arclite/version.hpp
+++ b/plugins/arclite/version.hpp
@@ -1,6 +1,6 @@
#include <farversion.hpp>

-#define PLUGIN_BUILD 353
+#define PLUGIN_BUILD 354
#define PLUGIN_DESC L"Archive support for Far Manager (based on 7-Zip project)"
#define PLUGIN_NAME L"ArcLite"
#define PLUGIN_FILENAME L"arclite.dll"


Reply all
Reply to author
Forward
0 new messages