Skip to content

Commit 71d98cb

Browse files
Update appcast.xml for v0.27.0
1 parent 4a3267e commit 71d98cb

File tree

1 file changed

+40
-40
lines changed

1 file changed

+40
-40
lines changed

appcast.xml

Lines changed: 40 additions & 40 deletions
Original file line numberDiff line numberDiff line change
@@ -3,69 +3,69 @@
33
<channel>
44
<title>TablePro</title>
55
<item>
6-
<title>0.26.0</title>
7-
<pubDate>Sun, 29 Mar 2026 15:52:19 +0000</pubDate>
8-
<sparkle:version>52</sparkle:version>
9-
<sparkle:shortVersionString>0.26.0</sparkle:shortVersionString>
6+
<title>0.27.0</title>
7+
<pubDate>Tue, 31 Mar 2026 16:33:58 +0000</pubDate>
8+
<sparkle:version>53</sparkle:version>
9+
<sparkle:shortVersionString>0.27.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>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>
14+
<li>Option to prompt for database password on every connection instead of saving to Keychain</li>
15+
<li>Autocompletion for filter fields: column names and SQL keywords suggested as you type (Raw SQL and Value fields)</li>
16+
<li>Multi-line support for Raw SQL filter field (Option+Enter for newline)</li>
17+
<li>Visual Create Table UI with multi-database support (sidebar → "Create New Table...")</li>
18+
<li>Auto-fit column width: double-click column divider or right-click → "Size to Fit"</li>
19+
<li>Collapsible results panel (`Cmd+Opt+R`), multiple result tabs for multi-statement queries, result pinning</li>
20+
<li>Inline error banner for query errors</li>
21+
<li>JSON syntax highlighting and brace matching in Details sidebar and JSON editor popover</li>
22+
<li>Database-aware SQL functions in field menu (MySQL, PostgreSQL, SQLite, SQL Server, ClickHouse)</li>
2123
</ul>
2224
<h3>Changed</h3>
2325
<ul>
24-
<li>Removed query history sync from iCloud Sync (connections, groups, settings, and SSH profiles still sync)</li>
26+
<li>Replace GCD dispatch patterns with Swift structured concurrency</li>
27+
<li>Refactor Details sidebar into modular field editor architecture with extracted editor components</li>
2528
</ul>
2629
<h3>Fixed</h3>
2730
<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>
31+
<li>PostgreSQL: Schema name lost after app restart, causing "relation does not exist" errors for non-public schemas</li>
32+
<li>Error dialog OK button not dismissing when a SwiftUI sheet is active, making the app unusable</li>
33+
<li>SQL Server: Unicode characters (Thai, CJK, etc.) in nvarchar/nchar/ntext columns displaying as question marks</li>
34+
<li>Globe+F (fn+F) fullscreen shortcut not working in SwiftUI lifecycle app</li>
3535
</ul></body>]]></description>
36-
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.26.0/TablePro-0.26.0-arm64.zip" length="26177098" type="application/octet-stream" sparkle:edSignature="diNKGmXTDnmind3UW/mRVDYgBIoYUiADz5O3MAHjcb0Y0/Zzo3PQKd65QNoCbX3jC5MbT1ptts8K24JuoPGoBg=="/>
36+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.0/TablePro-0.27.0-arm64.zip" length="26378023" type="application/octet-stream" sparkle:edSignature="n53O8RIe3dSnxsDNkM8gfwPGKiu/vhp1G75fHA0DKZxA2m+zx4HU7Y7gSnZhMMksmtHf34SQoOOIEzoeIhKfDQ=="/>
3737
</item>
3838
<item>
39-
<title>0.26.0</title>
40-
<pubDate>Sun, 29 Mar 2026 15:52:19 +0000</pubDate>
41-
<sparkle:version>52</sparkle:version>
42-
<sparkle:shortVersionString>0.26.0</sparkle:shortVersionString>
39+
<title>0.27.0</title>
40+
<pubDate>Tue, 31 Mar 2026 16:33:58 +0000</pubDate>
41+
<sparkle:version>53</sparkle:version>
42+
<sparkle:shortVersionString>0.27.0</sparkle:shortVersionString>
4343
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
4444
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
4545
<ul>
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>
46+
<li>Option to prompt for database password on every connection instead of saving to Keychain</li>
47+
<li>Autocompletion for filter fields: column names and SQL keywords suggested as you type (Raw SQL and Value fields)</li>
48+
<li>Multi-line support for Raw SQL filter field (Option+Enter for newline)</li>
49+
<li>Visual Create Table UI with multi-database support (sidebar → "Create New Table...")</li>
50+
<li>Auto-fit column width: double-click column divider or right-click → "Size to Fit"</li>
51+
<li>Collapsible results panel (`Cmd+Opt+R`), multiple result tabs for multi-statement queries, result pinning</li>
52+
<li>Inline error banner for query errors</li>
53+
<li>JSON syntax highlighting and brace matching in Details sidebar and JSON editor popover</li>
54+
<li>Database-aware SQL functions in field menu (MySQL, PostgreSQL, SQLite, SQL Server, ClickHouse)</li>
5355
</ul>
5456
<h3>Changed</h3>
5557
<ul>
56-
<li>Removed query history sync from iCloud Sync (connections, groups, settings, and SSH profiles still sync)</li>
58+
<li>Replace GCD dispatch patterns with Swift structured concurrency</li>
59+
<li>Refactor Details sidebar into modular field editor architecture with extracted editor components</li>
5760
</ul>
5861
<h3>Fixed</h3>
5962
<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>
63+
<li>PostgreSQL: Schema name lost after app restart, causing "relation does not exist" errors for non-public schemas</li>
64+
<li>Error dialog OK button not dismissing when a SwiftUI sheet is active, making the app unusable</li>
65+
<li>SQL Server: Unicode characters (Thai, CJK, etc.) in nvarchar/nchar/ntext columns displaying as question marks</li>
66+
<li>Globe+F (fn+F) fullscreen shortcut not working in SwiftUI lifecycle app</li>
6767
</ul></body>]]></description>
68-
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.26.0/TablePro-0.26.0-x86_64.zip" length="23103948" type="application/octet-stream" sparkle:edSignature="0SKMK5+lQyDLfMr1zHfzeH+h3QjGtrz5rhRmEFAayER09mNaQhNN9shycatOIOoTVHcroYGW2exw4C27uZpMCg=="/>
68+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.0/TablePro-0.27.0-x86_64.zip" length="23306571" type="application/octet-stream" sparkle:edSignature="6VU+4T6agdBHgCCNiJIafAQtVlQaOxctK81qfsXOQU7Bhxh5eF3wpHLYKioDlKOgxSJb7R+EjoLenZZWmMNwCg=="/>
6969
</item>
7070
</channel>
7171
</rss>

0 commit comments

Comments
 (0)