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 9b7dca68cf0afad1ce01dd5ff0904f5c57c0ac62

Update NEWS file
Add notes for v0.7.4b beta.
Author: xaizek
Author date (UTC): 2013-01-07 18:05
Committer name: xaizek
Committer date (UTC): 2013-01-07 18:05
Parent(s): c0943d5efcc26e7f6a26f90a08a4ea762059ad43
Signing key:
Tree: a1eed094add436135b9c7a597852da3d872a5e17
File Lines added Lines deleted
NEWS 32 4
File NEWS changed (mode: 100644) (index 69b347f8a..ed891ba8b)
1 January 7, 2013
2 ===============
3
4 vifm v0.7.4b beta testing has started
5 -------------------------------------
6
7 This version is a minor bugfix release. It doesn't contain any new
8 features. The release fixes more than 17 bugs found since version
9 0.7.4a.
10
11 Because of promise not to release anything without beta-testing,
12 even this bugfix release has a beta stage, which should last about
13 two weeks. In case some bugs will be found, a second beta will be
14 released in a week.
15
16 Fixes are related to the following subjects:
17 - interaction with the screen tool (thanks to Jing Liu);
18 - working with registers (old, but unreported bugs);
19 - rights elevation and dot directories on Windows;
20 - processing of vifminfo file (thanks to Christoph, a.k.a informationen);
21 - handling of colorscheme files (thanks to Charles Kauffman);
22 - displaying of CJK characters (thanks to lcj);
23 - 'classify' option (thanks to Thomas Nemeth).
24
25 See change log for full list of fixes.
26
27 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
28
1 29 October 22, 2012 October 22, 2012
2 30 ================ ================
3 31
 
... ... Menus and dialogs:
256 284
257 285 Other changes: Other changes:
258 286 - added notes about automatic FUSE mounts to the documentation; - added notes about automatic FUSE mounts to the documentation;
259 - now vifm removes scripts ($VIFM/scripts/**) from PATH for :shell command;
287 - now vifm removes scripts (`$VIFM/scripts/**`) from PATH for :shell command;
260 288 - use common search history for normal, visual and menu modes; - use common search history for normal, visual and menu modes;
261 - increased directory modification stamp precision on *nix.
289 - increased directory modification stamp precision on Unix.
262 290
263 291 Plus bug fixes of course. Plus bug fixes of course.
264 292
 
... ... Angle bracket notation:
354 382 only for Windows; only for Windows;
355 383 - added <a-X> as synonyms for <m-X> (where X is a key); - added <a-X> as synonyms for <m-X> (where X is a key);
356 384 - added angle bracket notation <c-s-X> and <s-c-X> as synonyms for <c-X>; - added angle bracket notation <c-s-X> and <s-c-X> as synonyms for <c-X>;
357 - added Ctrl + Alt + letter combinations, only for *nix.
385 - added Ctrl + Alt + letter combinations, only for Unix.
358 386
359 387 Command-line mode related changes: Command-line mode related changes:
360 388 - added :split! to toggle between only and split view; - added :split! to toggle between only and split view;
 
... ... Vifm-0.6.1 is available.
635 663 ------------------------ ------------------------
636 664
637 665 Windows version remains unchanged for now. I'm planning to use one code base Windows version remains unchanged for now. I'm planning to use one code base
638 for both *nix and Windows platforms and it would take some time to do that.
666 for both Unix and Windows platforms and it would take some time to do that.
639 667
640 668 Major changes since 0.5: Major changes since 0.5:
641 669 - added support for user mappings; - added support for user mappings;
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