瀏覽代碼

Prepare for release v1.6

master
Arun Prakash Jana 6 年之前
父節點
當前提交
f687463574
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: A75979F35C080412
共有 5 個檔案被更改,包括 16 行新增4 行删除
  1. +12
    -0
      CHANGELOG
  2. +1
    -1
      Makefile
  3. +1
    -1
      nnn.1
  4. +1
    -1
      nnn.c
  5. +1
    -1
      scripts/make_native/Makefile.native

+ 12
- 0
CHANGELOG 查看文件

@@ -1,3 +1,15 @@
nnn v1.6
2017-12-25

What's in?
- Shortcut `^O` to open file with custom application
- Option `-b` to open bookmarks directly at start
- Huge performance improvements around file name storing and handling
- Several large static buffers removed or reduced
- Several internal algorithms fine tuned for performance/resource usage

-------------------------------------------------------------------------------

nnn v1.5
2017-10-05



+ 1
- 1
Makefile 查看文件

@@ -1,4 +1,4 @@
VERSION = 1.5
VERSION = 1.6

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


+ 1
- 1
nnn.1 查看文件

@@ -1,4 +1,4 @@
.Dd Oct 05, 2017
.Dd Dec 25, 2017
.Dt NNN 1
.Os
.Sh NAME


+ 1
- 1
nnn.c 查看文件

@@ -138,7 +138,7 @@ disabledbg()
#endif /* DEBUGMODE */

/* Macro definitions */
#define VERSION "1.5"
#define VERSION "1.6"
#define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn"

#define LEN(x) (sizeof(x) / sizeof(*(x)))


+ 1
- 1
scripts/make_native/Makefile.native 查看文件

@@ -4,7 +4,7 @@
#
# NOTE: This file is used in Travis CI for stricter test builds

VERSION = 1.5
VERSION = 1.6

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


Loading…
取消
儲存