diff options
author | 2019-02-19 15:56:48 +0530 | |
---|---|---|
committer | 2019-02-19 16:08:37 +0530 | |
commit | 1c96ac4ff595cd974d4bae6c07c35c41f9ad4ef4 (patch) | |
tree | 39b3066694b020d208dc443c40c9be0b2f2f6fb2 | |
parent | 40cecab4dadbc633a41e988719e9c5471bbd3bf6 (diff) | |
download | nnn-1c96ac4ff595cd974d4bae6c07c35c41f9ad4ef4.tar.gz |
Prepare for release v2.3
-rw-r--r-- | .travis.yml | 2 | ||||
-rw-r--r-- | CHANGELOG | 30 | ||||
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | nnn.1 | 2 | ||||
-rw-r--r-- | src/nnn.c | 2 | ||||
-rwxr-xr-x | user-scripts/copier.sh (renamed from scripts/user-scripts/copier.sh) | 0 | ||||
-rw-r--r-- | user-scripts/edit.sh (renamed from scripts/user-scripts/edit.sh) | 0 | ||||
-rw-r--r-- | user-scripts/fzy.sh (renamed from scripts/user-scripts/fzy.sh) | 0 | ||||
-rw-r--r-- | user-scripts/picker.sh (renamed from scripts/user-scripts/picker.sh) | 0 | ||||
-rw-r--r-- | user-scripts/sxiv.sh (renamed from scripts/user-scripts/sxiv.sh) | 0 | ||||
-rwxr-xr-x | user-scripts/upgrade.sh (renamed from scripts/user-scripts/upgrade.sh) | 0 |
11 files changed, 34 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index 11c47be..304c81e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -38,7 +38,7 @@ before_deploy: - sudo apt-get update -qy - sudo apt-get install -qy python3 python3-pip - sudo python3 -m pip install --upgrade pip - - sudo python3 -m pip install --upgrade packagecore setuptools + - sudo python3 -m pip install --upgrade packagecore python3-setuptools - packagecore -o dist/ "${TRAVIS_TAG#v}" - mv ../$REPO-${TRAVIS_TAG}.tar.gz dist/ @@ -1,3 +1,33 @@ +nnn v2.3 +2019-02-19 + +- file picker mode +- repo of user-contributed scripts +- substring search for filters (option `-s`) +- version sort (option `-n`) +- disk usage calculation abort with <kbd>^C</kbd> +- create sym/hard link(s) to files in selection +- archiving of selection +- show dir symlinks along with dirs in top +- fixed CJK character handling at prompts +- key `N` (1 <= N <= 4) to switch to context N +- bring back `NNN_OPENER` to specify file opener +- env var `NNN_NOTE` and keybind <kbd>^N</kbd> for quick notes +- handle multiple arguments in VISUAL/EDITOR +- show the current directory being scanned in `du` mode +- select all files (<kbd>Y</kbd>) +- show command prompt (<kbd>^P</kbd>) +- key <kbd>,</kbd> replaces <kbd>`</kbd> as alternative Leader Key +- keybind for visit pinned directory is now <kbd>^B</kbd> +- additional key <kbd>^V</kbd> to run or select custom script +- use libreadline for command prompt +- reduce delay on <kbd>Esc</kbd> press +- config option to avoid unexpected behaviour on 0-byte file open (see #187) +- rename config option `DISABLE_FILE_OPEN_ON_NAV` to `NNN_RESTRICT_NAV_OPEN` +- keys removed - <kbd>$</kbd>, <kbd>^</kbd>, <kbd>Backspace</kbd>, <kbd>^H</kbd>, <kbd>^P</kbd>, <kbd>^M</kbd>, <kbd>^W</kbd>, <kbd>`</kbd> + +------------------------------------------------------------------------------- + nnn v2.2 2019-01-01 @@ -1,4 +1,4 @@ -VERSION = 2.2 +VERSION = 2.3 PREFIX ?= /usr/local MANPREFIX ?= $(PREFIX)/share/man @@ -1,4 +1,4 @@ -.Dd Jan 01, 2019 +.Dd Feb 19, 2019 .Dt NNN 1 .Os .Sh NAME @@ -161,7 +161,7 @@ disabledbg() #endif /* DEBUGMODE */ /* Macro definitions */ -#define VERSION "2.2" +#define VERSION "2.3" #define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn" #define LEN(x) (sizeof(x) / sizeof(*(x))) diff --git a/scripts/user-scripts/copier.sh b/user-scripts/copier.sh index a99b88b..a99b88b 100755 --- a/scripts/user-scripts/copier.sh +++ b/user-scripts/copier.sh diff --git a/scripts/user-scripts/edit.sh b/user-scripts/edit.sh index f23d7a8..f23d7a8 100644 --- a/scripts/user-scripts/edit.sh +++ b/user-scripts/edit.sh diff --git a/scripts/user-scripts/fzy.sh b/user-scripts/fzy.sh index ba8cfc9..ba8cfc9 100644 --- a/scripts/user-scripts/fzy.sh +++ b/user-scripts/fzy.sh diff --git a/scripts/user-scripts/picker.sh b/user-scripts/picker.sh index 46168f1..46168f1 100644 --- a/scripts/user-scripts/picker.sh +++ b/user-scripts/picker.sh diff --git a/scripts/user-scripts/sxiv.sh b/user-scripts/sxiv.sh index 985dce7..985dce7 100644 --- a/scripts/user-scripts/sxiv.sh +++ b/user-scripts/sxiv.sh diff --git a/scripts/user-scripts/upgrade.sh b/user-scripts/upgrade.sh index fa044ee..fa044ee 100755 --- a/scripts/user-scripts/upgrade.sh +++ b/user-scripts/upgrade.sh |