|
3 | 3 | <channel> |
4 | 4 | <title>TablePro</title> |
5 | 5 | <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> |
10 | 10 | <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
11 | 11 | <sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements> |
12 | 12 | <description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3> |
13 | 13 | <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> |
21 | 23 | </ul> |
22 | 24 | <h3>Changed</h3> |
23 | 25 | <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> |
25 | 28 | </ul> |
26 | 29 | <h3>Fixed</h3> |
27 | 30 | <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> |
35 | 35 | </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=="/> |
37 | 37 | </item> |
38 | 38 | <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> |
43 | 43 | <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
44 | 44 | <description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3> |
45 | 45 | <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> |
53 | 55 | </ul> |
54 | 56 | <h3>Changed</h3> |
55 | 57 | <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> |
57 | 60 | </ul> |
58 | 61 | <h3>Fixed</h3> |
59 | 62 | <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> |
67 | 67 | </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=="/> |
69 | 69 | </item> |
70 | 70 | </channel> |
71 | 71 | </rss> |
0 commit comments