Skip to content

Commit

Permalink
Prepare for release v2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Oct 19, 2018
1 parent e89da59 commit d4ab97c
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 4 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
nnn v1.9
2018-10-19

What's in?
- Mode to show apparent size (key `S`)
- Script to integrate `patool` instead of `atool`
- Support `bashlock` (OS X) and `lock` (BSD) as terminal locker
- Symbol `@/` for symlink to dir
- Dependency on `libreadline` removed

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

nnn v1.9
2018-08-10

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 1.9
VERSION = 2.0

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
Expand Down
4 changes: 2 additions & 2 deletions nnn.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd Aug 10, 2018
.Dd Oct 19, 2018
.Dt NNN 1
.Os
.Sh NAME
Expand Down Expand Up @@ -283,7 +283,7 @@ for filenames having quote(s) in them.
export NNN_SHOW_HIDDEN=1
.Ed
.Sh KNOWN ISSUES
If you are using urxvt you might have to set backspacekey to DEC.
If you are using urxvt you might have to set backspace key to DEC.
.Sh AUTHORS
.An Lazaros Koromilas Aq Mt [email protected] ,
.An Dimitris Papastamos Aq Mt [email protected] ,
Expand Down
2 changes: 1 addition & 1 deletion nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ disabledbg()
#endif /* DEBUGMODE */

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

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

0 comments on commit d4ab97c

Please sign in to comment.