瀏覽代碼

Prepare for release v2.4

master
Arun Prakash Jana 6 年之前
父節點
當前提交
40b98e8c9e
沒有發現已知的金鑰在資料庫的簽署中 GPG Key ID: A75979F35C080412
共有 4 個文件被更改,包括 26 次插入3 次删除
  1. +23
    -0
      CHANGELOG
  2. +1
    -1
      Makefile
  3. +1
    -1
      nnn.1
  4. +1
    -1
      src/nnn.c

+ 23
- 0
CHANGELOG 查看文件

@@ -1,3 +1,26 @@
nnn v2.4
2019-03-19

- FreeDesktop.org compliant trashing
- mark selected entries with `+`
- _wild_ mode (option `-w`, key <kbd>^W</kbd>) for _nav-as-you-type_
- POSIX-compliant GUI app launcher with drop-down menu (key <kbd>=</kbd>)
- new scripts:
- upload image to imgur
- send selection to Android using kdeconnect-cli
- show permissions in detail mode
- cp, mv progress bar for Linux (needs advcpmv) [BSD, macOS shows on <kbd>^T</kbd>]
- make libreadline an optional dep (reduces memory usage)
- minimize the number of redraws
- handle screen resize gracefully
- option `-d` to show hidden files (`NNN_SHOW_HIDDEN` is removed)
- additional key <kbd>K</kbd> to toggle selection
- change visit start dir key to <kbd>@</kbd>
- option `-C` to disable colors removed
- per-context initial directory replaced by program start dir
- marker msg when spawning new shell removed
- rename debug file to `nnndbg`

nnn v2.3
2019-02-19



+ 1
- 1
Makefile 查看文件

@@ -1,4 +1,4 @@
VERSION = 2.3
VERSION = 2.4

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man


+ 1
- 1
nnn.1 查看文件

@@ -1,4 +1,4 @@
.Dd Feb 19, 2019
.Dd Mar 19, 2019
.Dt NNN 1
.Os
.Sh NAME


+ 1
- 1
src/nnn.c 查看文件

@@ -98,7 +98,7 @@
#include "dbg.h"

/* Macro definitions */
#define VERSION "2.3"
#define VERSION "2.4"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"

#ifndef S_BLKSIZE


Loading…
取消
儲存