Skip to content

Commit

Permalink
Prepare for release v2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
jarun committed Mar 18, 2019
1 parent f30d21b commit 40b98e8
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 3 deletions.
23 changes: 23 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
nnn v2.4
2019-03-19

- FreeDesktop.org compliant trashing
- mark selected entries with `+`
- _wild_ mode (option `-w`, key <kbd>^W</kbd>) for _nav-as-you-type_
- POSIX-compliant GUI app launcher with drop-down menu (key <kbd>=</kbd>)
- new scripts:
- upload image to imgur
- send selection to Android using kdeconnect-cli
- show permissions in detail mode
- cp, mv progress bar for Linux (needs advcpmv) [BSD, macOS shows on <kbd>^T</kbd>]
- make libreadline an optional dep (reduces memory usage)
- minimize the number of redraws
- handle screen resize gracefully
- option `-d` to show hidden files (`NNN_SHOW_HIDDEN` is removed)
- additional key <kbd>K</kbd> to toggle selection
- change visit start dir key to <kbd>@</kbd>
- option `-C` to disable colors removed
- per-context initial directory replaced by program start dir
- marker msg when spawning new shell removed
- rename debug file to `nnndbg`

nnn v2.3
2019-02-19

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.3
VERSION = 2.4

PREFIX ?= /usr/local
MANPREFIX ?= $(PREFIX)/share/man
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 Feb 19, 2019
.Dd Mar 19, 2019
.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 @@ -98,7 +98,7 @@
#include "dbg.h"

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

#ifndef S_BLKSIZE
Expand Down

11 comments on commit 40b98e8

@jarun
Copy link
Owner Author

@jarun jarun commented on 40b98e8 Mar 18, 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.4 is released!

@eclipseo
Copy link

Choose a reason for hiding this comment

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

Packaged on F28→F31 and EPEL7

@szlin
Copy link
Collaborator

@szlin szlin commented on 40b98e8 Mar 19, 2019

Choose a reason for hiding this comment

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

@jarun As I mentioned, please notice that Debian 10 is in full freeze[1]. In this stage, only critical fixes are appropriate for Debian 10.

I plan to upload the new version of nnn into the experimental archive and move it to Debian 11 archive after Debian 10 release.

[1]https://release.debian.org/buster/freeze_policy.html

@jarun
Copy link
Owner Author

@jarun jarun commented on 40b98e8 Mar 19, 2019

Choose a reason for hiding this comment

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

@szlin no problem!

@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 Submitted to openSUSE:Factory https://build.opensuse.org/request/show/686259 (under review).

@jarun
Copy link
Owner Author

@jarun jarun commented on 40b98e8 Mar 19, 2019

Choose a reason for hiding this comment

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

You are already in the list @dilawar. So you will get notis in next release as well.

@maxice8
Copy link
Contributor

Choose a reason for hiding this comment

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

Updated on Void Linux

@dilawar
Copy link
Collaborator

Choose a reason for hiding this comment

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

You are already in the list @dilawar. So you will get notis in next release as well.

I meant your other packages googler (and Boku too). For this, I get regular notification.

@jarun
Copy link
Owner Author

@jarun jarun commented on 40b98e8 Mar 19, 2019

Choose a reason for hiding this comment

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

OK. I'll add. Thanks!

@szlin
Copy link
Collaborator

@szlin szlin commented on 40b98e8 Apr 1, 2019

Choose a reason for hiding this comment

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

Uploaded, thanks @jarun !

@jarun
Copy link
Owner Author

@jarun jarun commented on 40b98e8 Apr 1, 2019

Choose a reason for hiding this comment

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

Thanks @szlin!

Please sign in to comment.