From 65e4407be69cc7d93be3d660fa2916fb83e2a6b4 Mon Sep 17 00:00:00 2001 From: Michael Lyons Date: Thu, 6 Feb 2025 12:36:50 -0500 Subject: [PATCH 1/2] New ST4 tag series for SSH Config --- repository/s.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index c6073ca2d6..150490786b 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3652,8 +3652,12 @@ "tags": "st3.0-" }, { - "sublime_text": ">=3156", + "sublime_text": "3156 - 4074", "tags": "st3-" + }, + { + "sublime_text": ">=4074", + "tags": "st4-" } ] }, From ff3b9550ce5cee9f5601eee3cc8694894bbad0c6 Mon Sep 17 00:00:00 2001 From: Michael <2701605+michaelblyons@users.noreply.github.com> Date: Sat, 8 Feb 2025 10:00:31 -0500 Subject: [PATCH 2/2] Fix SSH Config min version --- repository/s.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/repository/s.json b/repository/s.json index 150490786b..2fe675f8b6 100644 --- a/repository/s.json +++ b/repository/s.json @@ -3656,7 +3656,7 @@ "tags": "st3-" }, { - "sublime_text": ">=4074", + "sublime_text": ">=4075", "tags": "st4-" } ]