Procházet zdrojové kódy

Prepare for release v2.0

master
Arun Prakash Jana před 6 roky
rodič
revize
d4ab97cb54
V databázi nebyl nalezen žádný známý klíč pro tento podpis ID GPG klíče: A75979F35C080412
4 změnil soubory, kde provedl 16 přidání a 4 odebrání
  1. +12
    -0
      CHANGELOG
  2. +1
    -1
      Makefile
  3. +2
    -2
      nnn.1
  4. +1
    -1
      nnn.c

+ 12
- 0
CHANGELOG Zobrazit soubor

@@ -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



+ 1
- 1
Makefile Zobrazit soubor

@@ -1,4 +1,4 @@
VERSION = 1.9
VERSION = 2.0

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


+ 2
- 2
nnn.1 Zobrazit soubor

@@ -1,4 +1,4 @@
.Dd Aug 10, 2018
.Dd Oct 19, 2018
.Dt NNN 1
.Os
.Sh NAME
@@ -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 lostd@2f30.org ,
.An Dimitris Papastamos Aq Mt sin@2f30.org ,


+ 1
- 1
nnn.c Zobrazit soubor

@@ -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)))


Načítá se…
Zrušit
Uložit