Skip to content

Commit 560e0df

Browse files
committed
Update date and compatibility versions in connectivity script
1 parent bbdf1d9 commit 560e0df

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

_posts/2025-05-21-connectivity.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ layout: script
44
title: Connectivity ⚑
55
description: |
66
Shows an icon based on the status of the SSH connection.
7-
date: 2025-05-21
7+
date: 2025-09-03
88
author:
99
- isontheline
1010
categories:
@@ -22,10 +22,10 @@ targets:
2222
- FreeBSD
2323
- Windows
2424
compatibility:
25-
WebSSH: ">=29.3"
26-
iOS: ">=17.2"
27-
iPadOS: ">=17.2"
28-
macOS: ">=14.0"
25+
WebSSH: ">=30.0"
26+
iOS: ">=26.0"
27+
iPadOS: ">=26.0"
28+
macOS: ">=26.0"
2929
capabilities:
3030
- ssh_isConnected
3131
script: |
@@ -38,4 +38,4 @@ script: |
3838
})();
3939
---
4040

41-
Tiny script that shows an icon based on the status of the SSH connection. It uses the `$ssh.isConnected` to determine if the connection is active or not. If the connection is active, it shows a connected cable icon; otherwise, it shows a disconnected cable icon.
41+
Tiny script that shows an icon based on the status of the SSH connection. It uses the `$ssh.isConnected` to determine if the connection is active or not. If the connection is active, it shows a connected cable icon; otherwise, it shows a disconnected cable icon. It also displays the connection name as the label.

0 commit comments

Comments
 (0)