Skip to content

Commit

Permalink
Prepare for release v4.9 Elixir
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Aug 27, 2023
1 parent d8c1c99 commit 33126ee
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 4 deletions.
20 changes: 20 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
nnn v4.9 Elixir
2023-08-27

- config option `NNN_ARCHMNT` to specify archive mounter utility
- key <kbd>^y</kbd> to jump to next young file
- filter adjustment when opening context from plugin
- properly update mode after `chmod`
- pre-fill selected file name to create link if sel is preferred over hovered
- fix crash when `PWD` is empty
- make `quitcd.bash_zsh` POSIX-compliant
- `nmount` - support `udiskctl` as default
- `preview-tui` - support wezterm split size percentage
- `preview-tui` - move to bash for environment manipulation through arrays
- `fzopen` - handle empty selection
- `finder` - use default path to find
- add icons for `djvu` files
- support Nerd Fonts v3.0.0 and above (older versions are broken by v3.0.0)

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

nnn v4.8 Spritz
2023-04-13

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 = 4,
middle = 7,
middle = 9,
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 Apr 13, 2023
.Dd Aug 27, 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 @@ -148,7 +148,7 @@
#endif

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

#ifndef NOSSN
Expand Down

1 comment on commit 33126ee

@jarun
Copy link
Owner Author

@jarun jarun commented on 33126ee Aug 27, 2023

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.