Skip to content

Releases: deep-soft/far2l

far2l-v2.7.0

13 Nov 20:57
dfb73e4

Choose a tag to compare

Merge branch 'elfmz:master' into master

far2l-v2.6.5

19 Apr 23:10
ac1f487

Choose a tag to compare

Merge branch 'elfmz:master' into master

far2l-v2.6.4

23 Nov 10:19
b0ca438

Choose a tag to compare

Merge branch 'elfmz:master' into master

far2l-v2.6.3

24 Oct 18:38
bf63847

Choose a tag to compare

Merge branch 'elfmz:master' into master

far2l-v2.6.2

16 Jul 11:01
58e9728

Choose a tag to compare

Merge branch 'elfmz:master' into master

far2l-v2.6.0

17 Mar 22:16
d813b13

Choose a tag to compare

Merge branch 'elfmz:master' into master

far2l-v2.5.3

28 Jan 05:34
e794ec6

Choose a tag to compare

far2l-v2.5.3

far2l-v2.5.3-before-vt-multishell

07 Jan 18:02
b0c7849

Choose a tag to compare

far2l-v2.5.3-before-vt-multishell

far2l-v2.5.2-20231014

13 Oct 23:41
67fa8c2

Choose a tag to compare

Update filefilterparams.cpp
fix: filefilterparams.cpp
function bool FileFilterConfig(FileFilterParams *FF, bool ColorConfig)
// ...
switch (DateFormat) {
// ...
strDateMask.Format(L"99%c99%c9999N", DateSeparator, DateSeparator);
// ...
strDateMask.Format(L"99%c99%c9999N", DateSeparator, DateSeparator);
// ...
strDateMask.Format(L"N9999%c99%c99", DateSeparator, DateSeparator);
// ...