Parcourir la source

Prepare for release v1.7

master
Arun Prakash Jana il y a 7 ans
Parent
révision
0f89943d95
Aucune clé connue n'a été trouvée dans la base pour cette signature ID de la clé GPG: A75979F35C080412
4 fichiers modifiés avec 5 ajouts et 5 suppressions
  1. +2
    -2
      CHANGELOG
  2. +1
    -1
      Makefile
  3. +1
    -1
      nnn.1
  4. +1
    -1
      nnn.c

+ 2
- 2
CHANGELOG Voir le fichier

@@ -1,11 +1,11 @@
nnn v1.7
2018-02-nn
2018-02-28

What's in?
- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/)
- Copy multiple file paths
- Copy file paths when X is unavailable
- Optionally quote individual file paths with single quotes on copy
- Batch rename/move/delete files in vidir from [moreutils](https://joeyh.name/code/moreutils/)
- Use ISO 8601 date format in file details
- New/changed/remapped shortcuts:
- <kbd>^B</kbd> - show bookmark prompt (replaces <kbd>b</kbd>)


+ 1
- 1
Makefile Voir le fichier

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

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


+ 1
- 1
nnn.1 Voir le fichier

@@ -1,4 +1,4 @@
.Dd Dec 25, 2017
.Dd Feb 28, 2018
.Dt NNN 1
.Os
.Sh NAME


+ 1
- 1
nnn.c Voir le fichier

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

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

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


Chargement…
Annuler
Enregistrer