Skip to content

Commit

Permalink
Prepare for release v3.7 Sushi
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Apr 13, 2021
1 parent 0c55e74 commit a482e8a
Show file tree
Hide file tree
Showing 4 changed files with 29 additions and 4 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
nnn v3.7 Sushi
2021-04-13

- allow plugins to clear selection (#884, #889, #917)
- do not clear selection on hovered file deletion
- resurrect `'c'urrent/'s'el` prompt and option `-u` (#889)
- show only file name in reverse in detail mode
- more file/mime types supported in `preview-tui-ext`
- plugin `mtpmount` - (un)mount MTP devices
- plugin `cleanfilename` - more shell-friendly file names
- plugin `rsynccp` - copy-paste with visual progress
- replace `$HOME` by `~` in address bar
- show current path in terminal title (#911)
- total links and inode number of hardlink in statusbar
- fix symlink to text file not opening in CLI editor (#890)
- fix symlink size shown as 0B in statusbar (#888)
- show symlink target in statusbar (#893)
- show correct disk free/total on macOS (#888)
- fix directory disk usage showing as 0 on macOS (#941)
- fix name col len with `-C` and icons compiled-in (#936)
- refactor printing entries in light/detail modes (#934)
- make option `O_CKBOARD` for checker board as indicator

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

nnn v3.6 Nina
2021-03-16

Expand Down
4 changes: 2 additions & 2 deletions misc/haiku/nnn.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ resource app_signature "application/x-vnd.Jarun-nnn";

resource app_version {
major = 3,
middle = 6,
middle = 7,
minor = 0,

variety = B_APPV_DEVELOPMENT,
variety = B_APPV_FINAL,
internal = 0,

short_info = "nnn",
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 Mar 16, 2021
.Dd Apr 13, 2021
.Dt NNN 1
.Os
.Sh NAME
Expand Down
2 changes: 1 addition & 1 deletion src/nnn.c
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
#endif

/* Macro definitions */
#define VERSION "3.6"
#define VERSION "3.7"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"

#ifndef NOSSN
Expand Down

3 comments on commit a482e8a

@jarun
Copy link
Owner Author

@jarun jarun commented on a482e8a Apr 13, 2021

Choose a reason for hiding this comment

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

@jarun
Copy link
Owner Author

@jarun jarun commented on a482e8a Apr 13, 2021

Choose a reason for hiding this comment

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

@leovilok and @salutis can you please take care of Homebrew/homebrew-core#75084?

It's failing because we are printing to the terminal by default. Something introduced in #911.

@jarun
Copy link
Owner Author

@jarun jarun commented on a482e8a Apr 13, 2021

Choose a reason for hiding this comment

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

Guys, please hold this release.

Please sign in to comment.