Skip to content

Commit

Permalink
Prepare for release v1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Feb 27, 2018
1 parent 045da7a commit 0f89943
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -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>)
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.6
VERSION = 1.7

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
Expand Down
2 changes: 1 addition & 1 deletion nnn.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd Dec 25, 2017
.Dd Feb 28, 2018
.Dt NNN 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)))
Expand Down

6 comments on commit 0f89943

@jarun
Copy link
Owner Author

@jarun jarun commented on 0f89943 Feb 27, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@szlin @zmwangx @shaggytwodope nnn v1.7 is released!

@dilawar
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

openSUSE build has been updated. New version 1.7.

Retrieving package nnn-1.7-1.1.x86_64                                                                (1/1),  29.2 KiB ( 71.8 KiB unpacked)
Retrieving: nnn-1.7-1.1.x86_64.rpm .....................................................................................[done (1.1 KiB/s)]
Checking for file conflicts: .......................................................................................................[done]
(1/1) Installing: nnn-1.7-1.1.x86_64 ...............................................................................................[done]
[dilawars@gulgula ~]$ nnn -v
1.7

@jarun
Copy link
Owner Author

@jarun jarun commented on 0f89943 Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much!
I think it's a good idea to mention in the README that the openSUSE build system provides packages for many other distros as well. I'll do that in a bit.

@jarun
Copy link
Owner Author

@jarun jarun commented on 0f89943 Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Done at b99c036!

@szlin
Copy link
Collaborator

@szlin szlin commented on 0f89943 Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@jarun The new version of nnn has been uploaded! Thanks!

@jarun
Copy link
Owner Author

@jarun jarun commented on 0f89943 Feb 28, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Lin!

Please sign in to comment.