Skip to content

Commit 3355fb3

Browse files
Update appcast.xml for v0.26.0
1 parent 6351c01 commit 3355fb3

1 file changed

Lines changed: 52 additions & 18 deletions

File tree

appcast.xml

Lines changed: 52 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -3,35 +3,69 @@
33
<channel>
44
<title>TablePro</title>
55
<item>
6-
<title>0.25.0</title>
7-
<pubDate>Fri, 27 Mar 2026 13:49:42 +0000</pubDate>
8-
<sparkle:version>50</sparkle:version>
9-
<sparkle:shortVersionString>0.25.0</sparkle:shortVersionString>
6+
<title>0.26.0</title>
7+
<pubDate>Sun, 29 Mar 2026 14:47:05 +0000</pubDate>
8+
<sparkle:version>51</sparkle:version>
9+
<sparkle:shortVersionString>0.26.0</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
1111
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
1212
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
1313
<ul>
14-
<li>Connection sharing: export/import connections as `.tablepro` files with import preview and duplicate detection (#466)</li>
15-
<li>Encrypted export with credentials, protected by AES-256-GCM passphrase (Pro)</li>
16-
<li>Linked Folders: watch a shared directory for `.tablepro` files (Pro)</li>
17-
<li>Environment variable references (`$VAR`, `${VAR}`) in connection fields (Pro)</li>
14+
<li>Global toggle to disable all AI features (Settings > AI)</li>
15+
<li>Drag to reorder columns in the Structure tab (MySQL/MariaDB)</li>
16+
<li>Nested hierarchical groups for connection list (up to 3 levels deep)</li>
17+
<li>Confirmation dialogs for deep link queries, connection imports, and pre-connect scripts</li>
18+
<li>JSON fields in Row Details sidebar now display in a scrollable monospaced text area</li>
19+
<li>Open, save, and save-as for SQL files with native macOS title bar integration (#475)</li>
20+
<li>BigQuery plugin support (Google BigQuery analytics via REST API)</li>
21+
</ul>
22+
<h3>Changed</h3>
23+
<ul>
24+
<li>Removed query history sync from iCloud Sync (connections, groups, settings, and SSH profiles still sync)</li>
25+
</ul>
26+
<h3>Fixed</h3>
27+
<ul>
28+
<li>SQL editor not auto-focused on new tab and cursor missing after tab switch</li>
29+
<li>Long lines not scrollable horizontally in the SQL editor</li>
30+
<li>Home and End keys not moving cursor in the SQL editor (#448)</li>
31+
<li>SSH profile lost after app restart when iCloud Sync enabled</li>
32+
<li>MariaDB JSON columns showing as hex dumps instead of JSON text</li>
33+
<li>MongoDB Atlas TLS certificate verification failure</li>
34+
<li>ENUM/SET dropdown chevron buttons not showing on first table open</li>
1835
</ul></body>]]></description>
19-
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.25.0/TablePro-0.25.0-arm64.zip" length="26344335" type="application/octet-stream" sparkle:edSignature="2MYKHGlH+5YaAhMc6uHlVEzTOwuLIgoAMx8Igpu/TeMMFBJF4XIrNYXIH+py9X4o4p8Tx5LbwuCERmeovmzkAw=="/>
36+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.26.0/TablePro-0.26.0-arm64.zip" length="26643700" type="application/octet-stream" sparkle:edSignature="fwz3CPLIjIQ59KojGTg5+ORSM3LIrA/8GblZIFyszgGKgIx16PJHsiaIOKZK9UjfWxCiCWri0h9lvL8O6RliDA=="/>
2037
</item>
2138
<item>
22-
<title>0.25.0</title>
23-
<pubDate>Fri, 27 Mar 2026 13:49:42 +0000</pubDate>
24-
<sparkle:version>50</sparkle:version>
25-
<sparkle:shortVersionString>0.25.0</sparkle:shortVersionString>
39+
<title>0.26.0</title>
40+
<pubDate>Sun, 29 Mar 2026 14:47:05 +0000</pubDate>
41+
<sparkle:version>51</sparkle:version>
42+
<sparkle:shortVersionString>0.26.0</sparkle:shortVersionString>
2643
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
2744
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
2845
<ul>
29-
<li>Connection sharing: export/import connections as `.tablepro` files with import preview and duplicate detection (#466)</li>
30-
<li>Encrypted export with credentials, protected by AES-256-GCM passphrase (Pro)</li>
31-
<li>Linked Folders: watch a shared directory for `.tablepro` files (Pro)</li>
32-
<li>Environment variable references (`$VAR`, `${VAR}`) in connection fields (Pro)</li>
46+
<li>Global toggle to disable all AI features (Settings > AI)</li>
47+
<li>Drag to reorder columns in the Structure tab (MySQL/MariaDB)</li>
48+
<li>Nested hierarchical groups for connection list (up to 3 levels deep)</li>
49+
<li>Confirmation dialogs for deep link queries, connection imports, and pre-connect scripts</li>
50+
<li>JSON fields in Row Details sidebar now display in a scrollable monospaced text area</li>
51+
<li>Open, save, and save-as for SQL files with native macOS title bar integration (#475)</li>
52+
<li>BigQuery plugin support (Google BigQuery analytics via REST API)</li>
53+
</ul>
54+
<h3>Changed</h3>
55+
<ul>
56+
<li>Removed query history sync from iCloud Sync (connections, groups, settings, and SSH profiles still sync)</li>
57+
</ul>
58+
<h3>Fixed</h3>
59+
<ul>
60+
<li>SQL editor not auto-focused on new tab and cursor missing after tab switch</li>
61+
<li>Long lines not scrollable horizontally in the SQL editor</li>
62+
<li>Home and End keys not moving cursor in the SQL editor (#448)</li>
63+
<li>SSH profile lost after app restart when iCloud Sync enabled</li>
64+
<li>MariaDB JSON columns showing as hex dumps instead of JSON text</li>
65+
<li>MongoDB Atlas TLS certificate verification failure</li>
66+
<li>ENUM/SET dropdown chevron buttons not showing on first table open</li>
3367
</ul></body>]]></description>
34-
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.25.0/TablePro-0.25.0-x86_64.zip" length="23280529" type="application/octet-stream" sparkle:edSignature="KrhICT8nA0RknwMnwnC9Eg4IxeN9pxmf5tTARDPS87xwDHkbFFJKIGlHUIpd/uKJLsJt3Lz3YVOIiSkmiHAHDA=="/>
68+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.26.0/TablePro-0.26.0-x86_64.zip" length="23591041" type="application/octet-stream" sparkle:edSignature="UasOp3LeppyKJVrB+P/NoFutS4t69VbEZ5vkCMIIUaM9IA1xYl9Llib3Ikyn0yk258uw/W99078hPrJHUFPoAA=="/>
3569
</item>
3670
</channel>
3771
</rss>

0 commit comments

Comments
 (0)