From 84af3001e447cfa83d6d8ae24505626d532b793f Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jan 2024 08:54:01 +0000 Subject: [PATCH 1/3] [Automated] Increment Version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 39103acc0..4b50d3c0a 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.67 +2.6.68 From 4efc53494fd9394d848383253eb6c5e4532f1a03 Mon Sep 17 00:00:00 2001 From: 1337-server Date: Sat, 20 Jan 2024 08:55:02 +0000 Subject: [PATCH 2/3] Fix for #1036 Will now show the correct log creation date stamp. --- arm/ui/logs/templates/logfiles.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arm/ui/logs/templates/logfiles.html b/arm/ui/logs/templates/logfiles.html index 4e2d5e548..a7d905a96 100644 --- a/arm/ui/logs/templates/logfiles.html +++ b/arm/ui/logs/templates/logfiles.html @@ -73,7 +73,7 @@ {% for file in files %} {{ file[0]|truncate(30, True) }} - {{ file[2] }} + {{ file[1] }} {{ file[3] }} tail arm From 4652651923d32ed3457d9e78dbde1c4373280cb7 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Sat, 20 Jan 2024 08:55:16 +0000 Subject: [PATCH 3/3] [Automated] Increment Version --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 4b50d3c0a..4122f857a 100755 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -2.6.68 +2.6.69