Skip to content

Commit

Permalink
Prepare for release v3.5 Freddie
Browse files Browse the repository at this point in the history
Code named after Freddie Mercury: https://en.wikipedia.org/wiki/Freddie_Mercury
  • Loading branch information
jarun committed Nov 17, 2020
1 parent b528bc7 commit f6cc2e6
Show file tree
Hide file tree
Showing 4 changed files with 38 additions and 4 deletions.
34 changes: 34 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,37 @@
nnn v3.5 Freddie
2020-11-17

- compile-in Alexey Tourbin's QSORT macro
- support Nerd Font patched icons [`make O_NERD=1`]
- auto-generate static binaries with icons support
- audit and adapt all plugins for macOS
- enhance plugin `dups` to delete duplicates interactively
- plugin `autojump` now supports `jump` and `zoxide`
- support `gio trash` to Trash [`export NNN_TRASH=2`] (#740)
- quit program on double <kbd>Esc</kbd> in normal mode (#775)
- <kbd>^Space</kbd> replaces <kbd>^K</kbd> for range selection/clear selection
- show selection symbol (`+`) next to filename in detail mode (#741)
- error & quit on <kbd>Q</kbd> if no selection, else pick to stdout
- repeat <kbd>^T</kbd> to cycle sort by time, size and clear
- option `-U` to show user & group info in status bar
- option `-J` to disable auto-proceed on select (#713)
- option `-D` to show dirs in context color with `NNN_FCOLORS`
- honor option `-C` for context colors
- show indicators if more entries above/below listing (#744)
- show missing utility name in flash msg (#753)
- exit `preview-tabbed` on <kbd>^C</kbd> (#727)
- invoke GNU sed (_gsed_) on macOS (#728)
- fix HW cursor moves to wrong line (#735)
- fix rollover bug with multiline scroll (#743)
- fix input stream not listed with `-s`/`-S` (#777)
- fix locker not being invoked
- make target `upx` for additional binary compression
- compress auto-generated static binaries with upx
- make variable `O_NOSSN` to compile out sessions
- make variable `O_NOUG` to compile out user & group info

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

nnn v3.4 Emilia
2020-08-18

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 = 4,
middle = 5,
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 Aug 18, 2020
.Dd Nov 17, 2020
.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 @@ -124,7 +124,7 @@
#endif

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

#ifndef NOSSN
Expand Down

11 comments on commit f6cc2e6

@jarun
Copy link
Owner Author

@jarun jarun commented on f6cc2e6 Nov 17, 2020

Choose a reason for hiding this comment

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

@dilawar
Copy link
Collaborator

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 f6cc2e6 Nov 17, 2020

Choose a reason for hiding this comment

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

Thank you!

@sjmulder
Copy link
Collaborator

Choose a reason for hiding this comment

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

Committed to pkgsrc! I'll do some portability testing later, if you don't hear back all is good :)

@jarun
Copy link
Owner Author

@jarun jarun commented on f6cc2e6 Nov 17, 2020

Choose a reason for hiding this comment

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

Thank you!

@sjmulder
Copy link
Collaborator

Choose a reason for hiding this comment

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

% file nnn
nnn: Mach-O 64-bit executable arm64

Flawless! Good work on yet another release. Rock on.

@szlin
Copy link
Collaborator

@szlin szlin commented on f6cc2e6 Nov 18, 2020

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!

@eclipseo
Copy link

Choose a reason for hiding this comment

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

Built in Fedora/EPEL

@jarun
Copy link
Owner Author

@jarun jarun commented on f6cc2e6 Dec 6, 2020

Choose a reason for hiding this comment

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

Thank you!

@jarun
Copy link
Owner Author

@jarun jarun commented on f6cc2e6 Feb 12, 2021

Choose a reason for hiding this comment

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

@fornwall nnn requires which which is not available by default on Termux. Please add debianutils as a dependency.

@jarun
Copy link
Owner Author

@jarun jarun commented on f6cc2e6 Feb 12, 2021

Choose a reason for hiding this comment

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

@fornwall I'll raise the review on termux-packages.

Please sign in to comment.