Procházet zdrojové kódy

Prepare for release v1.9

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

+ 15
- 0
CHANGELOG Zobrazit soubor

@@ -1,3 +1,18 @@
nnn v1.9
2018-08-10

What's in?
- Support unlimited number of scripts
- Pass currently selected filename as first argument to custom scripts
- Support directory auto-select in _navigate-as-you-type_ mode
- Show selection name in archive name prompt
- Support Cygwin opener
- Better support on RHEL 25 with earlier version on curses
- Sample script for `fzy` integration
- Now available on OpenBSD

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

nnn v1.8
2018-05-02



+ 1
- 1
Makefile Zobrazit soubor

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

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


+ 1
- 1
nnn.1 Zobrazit soubor

@@ -1,4 +1,4 @@
.Dd May 02, 2018
.Dd Aug 10, 2018
.Dt NNN 1
.Os
.Sh NAME


+ 1
- 1
nnn.c Zobrazit soubor

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

/* Macro definitions */
#define VERSION "1.8"
#define VERSION "1.9"
#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