Skip to content

Commit

Permalink
Prepare for release v1.6
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Dec 25, 2017
1 parent 26520dc commit f687463
Show file tree
Hide file tree
Showing 5 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.6
2017-12-25

What's in?
- Shortcut `^O` to open file with custom application
- Option `-b` to open bookmarks directly at start
- Huge performance improvements around file name storing and handling
- Several large static buffers removed or reduced
- Several internal algorithms fine tuned for performance/resource usage

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

nnn v1.5
2017-10-05

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.5
VERSION = 1.6

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 Oct 05, 2017
.Dd Dec 25, 2017
.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.5"
#define VERSION "1.6"
#define GENERAL_INFO "License: BSD 2-Clause\nWebpage: https://github.com/jarun/nnn"

#define LEN(x) (sizeof(x) / sizeof(*(x)))
Expand Down
2 changes: 1 addition & 1 deletion scripts/make_native/Makefile.native
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# NOTE: This file is used in Travis CI for stricter test builds

VERSION = 1.5
VERSION = 1.6

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

6 comments on commit f687463

@jarun
Copy link
Owner Author

@jarun jarun commented on f687463 Dec 25, 2017

Choose a reason for hiding this comment

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

Please wait till I confirm the release.

@jarun
Copy link
Owner Author

@jarun jarun commented on f687463 Dec 25, 2017

Choose a reason for hiding this comment

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

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

@professorjamesmoriarty
Copy link
Contributor

Choose a reason for hiding this comment

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

@jarun Sorry for tiny delay, family and Christmas lol. AUR and PPA updated. PPA builds will be published within the hour.

@jarun
Copy link
Owner Author

@jarun jarun commented on f687463 Dec 25, 2017

Choose a reason for hiding this comment

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

Hey no problem! Merry Christmas! I sent a mail to all my acquaintances this morning. You are there too. So I already knew you are occupied today.

@szlin
Copy link
Collaborator

@szlin szlin commented on f687463 Dec 26, 2017

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 updated yesterday. Merry Christmas!

@jarun
Copy link
Owner Author

@jarun jarun commented on f687463 Dec 26, 2017

Choose a reason for hiding this comment

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

Thanks Lin! Merry Christmas to you too!

Please sign in to comment.