xaizek / vifm (License: GPLv2+) (since 2018-12-07)
Vifm is a file manager with curses interface, which provides Vi[m]-like environment for managing objects within file systems, extended with some useful ideas from mutt.
Commit d4fd3c3e5ca428cdd7009eecfdf21528af0bb77e

Update NEWS file for v0.14.3
Author: xaizek
Author date (UTC): 2025-06-04 08:27
Committer name: xaizek
Committer date (UTC): 2025-06-04 08:27
Parent(s): af511850f6bcd9f17adb5222b206be3d539f908c
Signing key: 99DC5E4DB05F6BE2
Tree: 078e004a6c22f68d3c4d728bea1a2e09bd782054
File Lines added Lines deleted
NEWS 32 0
File NEWS changed (mode: 100644) (index ed7c81ae9..fa7a3865d)
1 04 June 2025
2 ============
3
4 Vifm v0.14.3
5 ------------
6
7 Thanks for the bug reports. The 'trashdir' saga continues, sorry for the
8 inconveniences.
9
10 Documentation:
11 - Improved documentation on the use of registers. Thanks to aleksejrs.
12
13 Menus and dialogs:
14 - Say "primary" instead of "default" in the title of :colorscheme menu.
15
16 Other changes:
17 - Provided more details on file handlers and viewers in sample vifmrc files.
18
19 Fixes:
20 - Fixed picking trash directory when rooted trash is included in 'trashdir'
21 and root is writable. Regression in v0.14.2 (unfortunately, testing this
22 automatically is problematic).
23 - Fixed unlimited growth of directory histories when 'history' is set to its
24 default value or not set at all in vifmrc. Thanks to zoj613.
25 - Fixed abort due to assertion on displaying a statusbar message with a
26 newline when 'shortmess' includes "T". Thanks to agguser.
27
28 See the ChangeLog file for the full list of changes and by whom they were
29 suggested or implemented.
30
31 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
32
1 33 07 May 2025 07 May 2025
2 34 =========== ===========
3 35
Hints

Before first commit, do not forget to setup your git environment:
git config --global user.name "your_name_here"
git config --global user.email "your@email_here"

Clone this repository using HTTP(S):
git clone https://code.reversed.top/user/xaizek/vifm

Clone this repository using ssh (do not forget to upload a key first):
git clone ssh://rocketgit@code.reversed.top/user/xaizek/vifm

You are allowed to anonymously push to this repository.
This means that your pushed commits will automatically be transformed into a pull request:
... clone the repository ...
... make some changes and some commits ...
git push origin master