Skip to content

Commit

Permalink
Prepare for release v2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Jan 1, 2019
1 parent f0a2b3b commit f9860f1
Show file tree
Hide file tree
Showing 10 changed files with 47 additions and 9 deletions.
30 changes: 30 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
nnn v2.2
2019-01-01

What's in?
- (neo)vim plugin [nnn.vim](github.com/mcchrish/nnn.vim)
- macOS fixes
- Fix issues with file copy, move, remove
- Handle <kbd>Del</kbd> in rename prompt
- Pass correct `file` option to identify mime
- Support selection across directories and contexts
- Offer option `force` before file remove
- Keys <kbd>Tab</kbd>, <kbd>^I</kbd> to go to next active context
- Per-context directory color specified by `$NNN_CONTEXT_COLORS`
- Option `-c` is removed
- Option `-C` to disable colors
- Choose script to run from a script directory
- Run a command (or launch an application)
- Run file as executable <kbd>C</kbd>
- Documentation on lftp integration for remote file transfers
- Support a _combined_ set of arguments to `$EDITOR`, `$PAGER` and `$SHELL`
- Handle > 2 GB files on 32-bit ARM
- Env var `$DISABLE_FILE_OPEN_ON_NAV` to disable file open on <kbd>Right</kbd> or <kbd>l</kbd>
- `NUL`-terminated file paths in selection list instead of `LF`
- Better support for Termux and Cygwin environments
- Remapped keys
- <kbd>^I</kbd> - go to next active context
- <kbd>^T</kbd> - toggle _navigate-as-you-type_

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

nnn v2.1
2018-11-23

Expand Down
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ BSD 2-Clause License

Copyright (c) 2014-2016, Lazaros Koromilas <[email protected]>
Copyright (c) 2014-2016, Dimitris Papastamos <[email protected]>
Copyright (c) 2016-2018, Arun Prakash Jana <[email protected]>
Copyright (c) 2016-2019, Arun Prakash Jana <[email protected]>
All rights reserved.

Redistribution and use in source and binary forms, with or without
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION = 2.1
VERSION = 2.2

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -557,4 +557,4 @@ To open files with this setting, press <kbd>Enter</kbd>.

1. Copyright © 2014-2016 Lazaros Koromilas
2. Copyright © 2014-2016 Dimitris Papastamos
3. Copyright © 2016-2018 [Arun Prakash Jana](https://github.com/jarun)
3. Copyright © 2016-2019 [Arun Prakash Jana](https://github.com/jarun)
2 changes: 1 addition & 1 deletion nnn.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.Dd Nov 23, 2018
.Dd Jan 01, 2019
.Dt NNN 1
.Os
.Sh NAME
Expand Down
8 changes: 8 additions & 0 deletions packagecore.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,14 @@ packages:
- ncurses-devel
deps:
- ncurses
fedora29:
builddeps:
- make
- gcc
- pkg-config
- ncurses-devel
deps:
- ncurses
# opensuse42.3:
# builddeps:
# - make
Expand Down
2 changes: 1 addition & 1 deletion scripts/natool/natool
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
# Author: Arun Prakash Jana
# Email: [email protected]
# Homepage: https://github.com/jarun/nnn
# Copyright © 2018 Arun Prakash Jana
# Copyright © 2019 Arun Prakash Jana
# #############################################################################

import sys
Expand Down
2 changes: 1 addition & 1 deletion scripts/nlay/nlay
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
# Author: Arun Prakash Jana
# Email: [email protected]
# Homepage: https://github.com/jarun/nnn
# Copyright © 2016-2018 Arun Prakash Jana
# Copyright © 2016-2019 Arun Prakash Jana
# #############################################################################


Expand Down
4 changes: 2 additions & 2 deletions src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2016, Lazaros Koromilas <[email protected]>
* Copyright (c) 2014-2016, Dimitris Papastamos <[email protected]>
* Copyright (c) 2016-2018, Arun Prakash Jana <[email protected]>
* Copyright (c) 2016-2019, Arun Prakash Jana <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down Expand Up @@ -156,7 +156,7 @@ disabledbg()
#endif /* DEBUGMODE */

/* Macro definitions */
#define VERSION "2.1"
#define VERSION "2.2"
#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 src/nnn.h
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*
* Copyright (c) 2014-2016, Lazaros Koromilas <[email protected]>
* Copyright (c) 2014-2016, Dimitris Papastamos <[email protected]>
* Copyright (c) 2016-2018, Arun Prakash Jana <[email protected]>
* Copyright (c) 2016-2019, Arun Prakash Jana <[email protected]>
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
Expand Down

8 comments on commit f9860f1

@jarun
Copy link
Owner Author

@jarun jarun commented on f9860f1 Jan 1, 2019

Choose a reason for hiding this comment

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

@szlin, @dilawar, @eclipso, @maxice8, @fornwall nnn v2.2 is released!

Wish You All and Family a Very Happy New year 2019!!! Have fun!

@maxice8
Copy link
Contributor

@maxice8 maxice8 commented on f9860f1 Jan 1, 2019 via email

Choose a reason for hiding this comment

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

@szlin
Copy link
Collaborator

@szlin szlin commented on f9860f1 Jan 2, 2019

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. Happy new year 2019 !

@eclipseo
Copy link

Choose a reason for hiding this comment

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

Built for Fedora. Happy new year everyone!

@jarun
Copy link
Owner Author

@jarun jarun commented on f9860f1 Jan 2, 2019

Choose a reason for hiding this comment

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

Thanks a lot!

@fornwall
Copy link

Choose a reason for hiding this comment

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

@jarun Available in Termux now, thanks for the heads up!

@dilawar
Copy link
Collaborator

@dilawar dilawar commented on f9860f1 Jan 3, 2019 via email

Choose a reason for hiding this comment

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

@dilawar
Copy link
Collaborator

@dilawar dilawar commented on f9860f1 Jan 8, 2019 via email

Choose a reason for hiding this comment

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

Please sign in to comment.