Skip to content

Commit 6242ea4

Browse files
Update appcast.xml for v0.27.1
1 parent d708754 commit 6242ea4

1 file changed

Lines changed: 14 additions & 54 deletions

File tree

appcast.xml

Lines changed: 14 additions & 54 deletions
Original file line numberDiff line numberDiff line change
@@ -3,69 +3,29 @@
33
<channel>
44
<title>TablePro</title>
55
<item>
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>
6+
<title>0.27.1</title>
7+
<pubDate>Wed, 01 Apr 2026 02:06:09 +0000</pubDate>
8+
<sparkle:version>54</sparkle:version>
9+
<sparkle:shortVersionString>0.27.1</sparkle:shortVersionString>
1010
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
1111
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
12-
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
12+
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3>
1313
<ul>
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>
23-
</ul>
24-
<h3>Changed</h3>
25-
<ul>
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>
28-
</ul>
29-
<h3>Fixed</h3>
30-
<ul>
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>
14+
<li>Table queries incorrectly prefixed with connection username as schema name on non-schema databases (MySQL, MariaDB, ClickHouse, Redis, etc.), causing "Table 'username.table' doesn't exist" errors when opening a second table tab</li>
3515
</ul></body>]]></description>
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=="/>
16+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.1/TablePro-0.27.1-arm64.zip" length="26377697" type="application/octet-stream" sparkle:edSignature="y2dHsqx7Osx7VKogYzQ/DA2dhUnmd+si1UzLLbmyo/V9u1O05AWboycXvJueUoAnDN6LQvZ3UNnVE1kFyR9tDw=="/>
3717
</item>
3818
<item>
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>
19+
<title>0.27.1</title>
20+
<pubDate>Wed, 01 Apr 2026 02:06:09 +0000</pubDate>
21+
<sparkle:version>54</sparkle:version>
22+
<sparkle:shortVersionString>0.27.1</sparkle:shortVersionString>
4323
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
44-
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
45-
<ul>
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>
55-
</ul>
56-
<h3>Changed</h3>
57-
<ul>
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>
60-
</ul>
61-
<h3>Fixed</h3>
24+
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3>
6225
<ul>
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>
26+
<li>Table queries incorrectly prefixed with connection username as schema name on non-schema databases (MySQL, MariaDB, ClickHouse, Redis, etc.), causing "Table 'username.table' doesn't exist" errors when opening a second table tab</li>
6727
</ul></body>]]></description>
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=="/>
28+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.1/TablePro-0.27.1-x86_64.zip" length="23306298" type="application/octet-stream" sparkle:edSignature="sNCHw0MYMo2ytKD2sujeoK30S1fXvPCLXoqjGqx6HG78x0fo0cB/6eAnirx6yQ0YW/geo3RoJ3+B/gkVqv6FCQ=="/>
6929
</item>
7030
</channel>
7131
</rss>

0 commit comments

Comments
 (0)