mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Happy Birthday nnn! 🍰
This commit is contained in:
parent
5bfc868321
commit
f4c5b1a937
|
@ -1,4 +1,11 @@
|
||||||
nnn v3.7 Sushi
|
nnn v4.0 Sushi
|
||||||
|
2021-04-13
|
||||||
|
|
||||||
|
- show xterm title on option `-x`
|
||||||
|
|
||||||
|
-------------------------------------------------------------------------------
|
||||||
|
|
||||||
|
nnn v3.7
|
||||||
2021-04-13
|
2021-04-13
|
||||||
|
|
||||||
- allow plugins to clear selection (#884, #889, #917)
|
- allow plugins to clear selection (#884, #889, #917)
|
||||||
|
|
|
@ -8,11 +8,11 @@
|
||||||
resource app_signature "application/x-vnd.Jarun-nnn";
|
resource app_signature "application/x-vnd.Jarun-nnn";
|
||||||
|
|
||||||
resource app_version {
|
resource app_version {
|
||||||
major = 3,
|
major = 4,
|
||||||
middle = 7,
|
middle = 0,
|
||||||
minor = 0,
|
minor = 0,
|
||||||
|
|
||||||
variety = B_APPV_DEVELOPMENT,
|
variety = B_APPV_FINAL,
|
||||||
internal = 0,
|
internal = 0,
|
||||||
|
|
||||||
short_info = "nnn",
|
short_info = "nnn",
|
||||||
|
|
|
@ -126,7 +126,7 @@
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Macro definitions */
|
/* Macro definitions */
|
||||||
#define VERSION "3.7"
|
#define VERSION "4.0"
|
||||||
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
|
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
|
||||||
|
|
||||||
#ifndef NOSSN
|
#ifndef NOSSN
|
||||||
|
|
Loading…
Reference in a new issue