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 103d505acc02cb590796d44747e689249944fb39

Update NEWS file
Author: xaizek
Author date (UTC): 2013-01-20 16:38
Committer name: xaizek
Committer date (UTC): 2013-01-20 16:38
Parent(s): 3c3e59bdd17e2befa3ba39f37ad728129f4ab6d2
Signing key:
Tree: 3df552aefad6aa0275fc6df513c27c0355e9b3cc
File Lines added Lines deleted
NEWS 27 0
File NEWS changed (mode: 100644) (index ed891ba8b..65e40560f)
1 January 21, 2013
2 ================
3
4 vifm v0.7.4b release
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 Two weeks since beta version was published have passed. Since no bugs
12 were reported, the beta version is now released as 0.7.4b without
13 any changes except version number.
14
15 Fixes in this version are related to the following subjects:
16 - interaction with the screen tool (thanks to Jing Liu);
17 - working with registers (old, but unreported bugs);
18 - rights elevation and dot directories on Windows;
19 - processing of vifminfo file (thanks to Christoph, a.k.a informationen);
20 - handling of colorscheme files (thanks to Charles Kauffman);
21 - displaying of CJK characters (thanks to lcj);
22 - 'classify' option (thanks to Thomas Nemeth).
23
24 See change log for full list of fixes.
25
26 ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
27
1 28 January 7, 2013 January 7, 2013
2 29 =============== ===============
3 30
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