Skip to content

Commit

Permalink
Happy Birthday nnn!
Browse files Browse the repository at this point in the history
Prepare for release v4.8 Spritz!
  • Loading branch information
jarun committed Apr 13, 2023
1 parent 18b5371 commit 6dd8cf8
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 3 deletions.
25 changes: 25 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,28 @@
nnn v4.8 Spritz
2023-04-13

- show total size (key <kbd>S</kbd>) of non-filtered selection in a directory
- fix tilde (~) handling in file name
- plugin `.nmv` now respects `-u` flag
- env var `$NNN_PREFER_SELECTION` exported to all plugins
- support for wezterm in `preview-tui`
- create new file or directory (tree) on startup
- run command as plugin now supports exported variables
- use `"$nnn"` anywhere when running command as plugin
- set defaults for some prompts on <kbd>Enter</kbd>
- improve archive, rename and create new workflows
- optimize link creation
- allow overwriting regular files on new empty file creation
- add patch for colemak keyboard (existing renamed to colemak-dh)
- add correct check for Wayland in clipboard plugins
- add quitcd script for nushell
- plugin `kdeconnect` - send multiple files
- plugin `preview-tui`: add `chafa` as preferred image viewer, multiple fixes
- plugin `nmount` - misc. improvements
- add icon for jxl files

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

nnn v4.7 Cuba libre
2022-11-24

Expand Down
2 changes: 1 addition & 1 deletion misc/haiku/nnn.rdef
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ resource app_version {
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 Nov 24, 2022
.Dd Apr 13, 2023
.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 @@ -137,7 +137,7 @@
#endif

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

#ifndef NOSSN
Expand Down

2 comments on commit 6dd8cf8

@jarun
Copy link
Owner Author

@jarun jarun commented on 6dd8cf8 Apr 13, 2023

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 6dd8cf8 Apr 13, 2023

Choose a reason for hiding this comment

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

@fornwall Congratulations on Termux being selected on GitHub Accelerator!

Please sign in to comment.