-nnn v3.7 Sushi
+nnn v4.0 Sushi
+2021-04-13
+
+- show xterm title on option `-x`
+
+-------------------------------------------------------------------------------
+
+nnn v3.7
2021-04-13
- allow plugins to clear selection (#884, #889, #917)
resource app_signature "application/x-vnd.Jarun-nnn";
resource app_version {
- major = 3,
- middle = 7,
+ major = 4,
+ middle = 0,
minor = 0,
- variety = B_APPV_DEVELOPMENT,
+ variety = B_APPV_FINAL,
internal = 0,
short_info = "nnn",
#endif
/* Macro definitions */
-#define VERSION "3.7"
+#define VERSION "4.0"
#define GENERAL_INFO "BSD 2-Clause\nhttps://github.com/jarun/nnn"
#ifndef NOSSN