From d8836546f9ff8a8f193b6e8e23a95416f39f2648 Mon Sep 17 00:00:00 2001 From: odino Date: Sun, 27 Apr 2025 20:53:45 +0400 Subject: [PATCH 1/2] Tracking PR for 2.8.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 37c2961..834f262 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.7.2 +2.8.0 From 32592ddd041b722afaf7f38c00c9900b8564e33c Mon Sep 17 00:00:00 2001 From: odino Date: Sun, 27 Apr 2025 20:54:40 +0400 Subject: [PATCH 2/2] ABS history to be 10k lines by default, closes #509 --- terminal/history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/terminal/history.go b/terminal/history.go index 10f2710..b329eb2 100644 --- a/terminal/history.go +++ b/terminal/history.go @@ -26,7 +26,7 @@ Note that ABS_HISTORY_FILE and ABS_MAX_HISTORY_LINES variables may come from the const ( ABS_HISTORY_FILE = "~/.abs_history" - ABS_MAX_HISTORY_LINES = "1000" + ABS_MAX_HISTORY_LINES = "10000" ) // Expand full path to ABS_HISTORY_FILE for current user and get ABS_MAX_HISTORY_LINES