Skip to content

Commit 49ade12

Browse files
Update appcast.xml for v0.19.1
1 parent e598aa5 commit 49ade12

1 file changed

Lines changed: 18 additions & 32 deletions

File tree

appcast.xml

Lines changed: 18 additions & 32 deletions
Original file line numberDiff line numberDiff line change
@@ -3,46 +3,32 @@
33
<channel>
44
<title>TablePro</title>
55
<item>
6-
<title>0.19.0</title>
7-
<pubDate>Sun, 15 Mar 2026 14:20:51 +0000</pubDate>
8-
<sparkle:version>34</sparkle:version>
9-
<sparkle:shortVersionString>0.19.0</sparkle:shortVersionString>
6+
<title>0.19.1</title>
7+
<pubDate>Mon, 16 Mar 2026 02:55:46 +0000</pubDate>
8+
<sparkle:version>35</sparkle:version>
9+
<sparkle:shortVersionString>0.19.1</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
11-
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
11+
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3>
1212
<ul>
13-
<li>iCloud Sync (Pro): sync connections, groups, tags, settings, and query history across Macs with per-category toggles, conflict resolution, and real-time status indicator</li>
14-
<li>SQL Favorites: save frequently used queries with optional keyword bindings for autocomplete expansion</li>
15-
<li>Copy selected rows as JSON from context menu and Edit menu</li>
16-
<li>Help menu and welcome screen links to website, documentation, GitHub, and sponsor page</li>
17-
<li>Display BLOB data as hex dump in detail view sidebar</li>
18-
</ul>
19-
<h3>Fixed</h3>
20-
<ul>
21-
<li>SSH agent connections failing when socket path contains `~` (e.g., 1Password agent)</li>
22-
<li>Keychain authorization prompt no longer appears on every table open</li>
13+
<li>SSH tunnel connections timing out due to relay deadlock</li>
14+
<li>Plugin metadata dispatch failing for externally installed plugins</li>
15+
<li>SSH public key authentication error messages now include detailed failure reason</li>
2316
</ul></body>]]></description>
24-
<enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.19.0/TablePro-0.19.0-arm64.zip" length="19945688" type="application/octet-stream" sparkle:edSignature="8i0NfwUUxp2TWLpVkZbezqYkStgf2mPFD34QmuLgBY89+YWusvd3tOPkKjKOed4/HnZJTtQnhB8h5/CB+JPHBQ==" sparkle:architectures="arm64"/>
17+
<enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.19.1/TablePro-0.19.1-arm64.zip" length="19953646" type="application/octet-stream" sparkle:edSignature="WeoycqaHFp1AxmtJ+19pLU7WA6f5q/SCPNyG8BwNwedRw7qm7baVNmnmeMnKaZzp/Xrmebw2QOxhXsdc1HlwCQ==" sparkle:architectures="arm64"/>
2518
</item>
2619
<item>
27-
<title>0.19.0</title>
28-
<pubDate>Sun, 15 Mar 2026 14:20:51 +0000</pubDate>
29-
<sparkle:version>34</sparkle:version>
30-
<sparkle:shortVersionString>0.19.0</sparkle:shortVersionString>
20+
<title>0.19.1</title>
21+
<pubDate>Mon, 16 Mar 2026 02:55:46 +0000</pubDate>
22+
<sparkle:version>35</sparkle:version>
23+
<sparkle:shortVersionString>0.19.1</sparkle:shortVersionString>
3124
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
32-
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
33-
<ul>
34-
<li>iCloud Sync (Pro): sync connections, groups, tags, settings, and query history across Macs with per-category toggles, conflict resolution, and real-time status indicator</li>
35-
<li>SQL Favorites: save frequently used queries with optional keyword bindings for autocomplete expansion</li>
36-
<li>Copy selected rows as JSON from context menu and Edit menu</li>
37-
<li>Help menu and welcome screen links to website, documentation, GitHub, and sponsor page</li>
38-
<li>Display BLOB data as hex dump in detail view sidebar</li>
39-
</ul>
40-
<h3>Fixed</h3>
25+
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3>
4126
<ul>
42-
<li>SSH agent connections failing when socket path contains `~` (e.g., 1Password agent)</li>
43-
<li>Keychain authorization prompt no longer appears on every table open</li>
27+
<li>SSH tunnel connections timing out due to relay deadlock</li>
28+
<li>Plugin metadata dispatch failing for externally installed plugins</li>
29+
<li>SSH public key authentication error messages now include detailed failure reason</li>
4430
</ul></body>]]></description>
45-
<enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.19.0/TablePro-0.19.0-x86_64.zip" length="19398708" type="application/octet-stream" sparkle:edSignature="HC9Lxy6+f98eqR/4XtFPzzRSq5+fKCpNVz8qtiI9571yswsr9wcW3rjQLWxIa2uUwdgzQlCTb/AZHU4Ui3ftAA==" sparkle:architectures="x86_64"/>
31+
<enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.19.1/TablePro-0.19.1-x86_64.zip" length="19412239" type="application/octet-stream" sparkle:edSignature="ibdFbbWEaYxq4CjLZgHNhwYMMcvhWL1qZ2cAlXd0I3bgFKEdnx6XiVQXaGE2x+WTfKi+ngDPARO90/hCVSN1Aw==" sparkle:architectures="x86_64"/>
4632
</item>
4733
</channel>
4834
</rss>

0 commit comments

Comments
 (0)