Skip to content

Commit ac68fee

Browse files
Update appcast.xml for v0.46.0
1 parent a198f6a commit ac68fee

1 file changed

Lines changed: 97 additions & 0 deletions

File tree

appcast.xml

Lines changed: 97 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,103 @@
22
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
33
<channel>
44
<title>TablePro</title>
5+
<item>
6+
<title>0.46.0</title>
7+
<pubDate>Thu, 28 May 2026 15:22:43 +0000</pubDate>
8+
<sparkle:version>92</sparkle:version>
9+
<sparkle:shortVersionString>0.46.0</sparkle:shortVersionString>
10+
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
11+
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
12+
<description><![CDATA[<h3>Added</h3>
13+
<ul>
14+
<li>Rectangular cell selection in the data grid, with Shift and Cmd modifiers to extend or add cells, and Cmd+C to copy as TSV. (#1446)</li>
15+
<li>BigQuery datasets show as expandable nodes in the sidebar instead of one at a time behind a picker.</li>
16+
<li>OpenCode Zen as an AI provider, with free models when no key is set. (#1400)</li>
17+
<li>Oracle Database 11g (11.1 and 11.2) now connects. (#1425)</li>
18+
<li>Oracle connections can use a SID instead of a service name. (#1425)</li>
19+
<li>Cmd-click a foreign key arrow (or pick Open in New Tab from the right-click menu) to open the referenced table in a new tab. (#1421)</li>
20+
<li>Favorite a connection from the welcome screen; starred connections appear in a Favorites section at the top of the list. (#1302)</li>
21+
<li>Text-column cells holding JSON or PHP serialized values open in the structured viewer automatically.</li>
22+
<li>Add and remove buttons in the table structure editor (Cmd+Shift+N to add, Cmd+Delete to remove), and a labelled add button on empty Indexes or Foreign Keys tabs. (#1319)</li>
23+
</ul>
24+
<h3>Changed</h3>
25+
<ul>
26+
<li>The query trash button clears results too, and a Clear Results item on the right-click menu clears results alone. (#1256)</li>
27+
<li>Inserting SQL from AI Chat opens a new query tab, or fills an empty editor in place. (#1257)</li>
28+
</ul>
29+
<h3>Fixed</h3>
30+
<ul>
31+
<li>Toolbar customizations persist after closing and reopening a session window. (#1455)</li>
32+
<li>Pasting rows with commas in a cell keeps each value in its own column and preserves NULL vs the literal text "NULL".</li>
33+
<li>BigQuery: switching to another table loads its data immediately instead of leaving the grid empty.</li>
34+
<li>Custom and OpenAI-compatible AI providers work when the base URL ends in `/v1`. (#1400)</li>
35+
<li>MongoDB: opening a collection no longer crashes on documents containing NaN or infinite numbers. (#1418)</li>
36+
<li>Connecting after an app update waits for in-progress plugin updates; when no compatible plugin build exists yet, the message asks you to update TablePro. (#1380)</li>
37+
<li>Failed saved connections show the Test Connection troubleshooting dialog instead of a generic alert. (#1425, #483)</li>
38+
<li>Oracle connection errors explain the cause in plain language instead of the driver's raw message. (#483)</li>
39+
<li>AWS IAM authentication with a named profile reads `~/.aws/config` and supports `credential_process`, so SSO, IAM Identity Center, and assume-role profiles work. (#1291)</li>
40+
<li>Opening a table no longer runs the initial query multiple times before data arrives.</li>
41+
<li>iOS: Safe Mode setting survives relaunch instead of reverting to Off after iCloud sync.</li>
42+
<li>iOS: large query results no longer crash the app; the editor keeps the rows it loaded and suggests adding LIMIT.</li>
43+
<li>iOS: Safe Mode "Confirm Writes" prompts before grid edits and inserts, matching the query editor.</li>
44+
<li>Redshift: schema switching, table search, and contains/starts with/ends with filters now work. (#1439)</li>
45+
<li>MCP server: turning on Require Authentication no longer hangs the first request, generates a default token if needed, and shows it once. (#1093)</li>
46+
<li>The Generate Token sheet focuses the Token Name field on first open. (#1093)</li>
47+
<li>Double-clicking a CSV or TSV file when TablePro is closed opens the file directly. (#1443)</li>
48+
<li>Opening a `.sql` file names the tab after the file instead of "SQL Query". (#1220)</li>
49+
<li>Server Dashboard shows the Slow Queries panel, with a draggable vertical split and remembered divider positions. (#1464)</li>
50+
</ul>
51+
]]></description>
52+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.46.0/TablePro-0.46.0-arm64.zip" length="18357432" type="application/octet-stream" sparkle:edSignature="AwHlQCAaJvX/KJThzAKugmJnFSCdb42E9tG19QPujozubxxRV+FIuTHD5wRGO2JYHHmcO3+gCXywSHga2StBBg=="/>
53+
</item>
54+
<item>
55+
<title>0.46.0</title>
56+
<pubDate>Thu, 28 May 2026 15:22:44 +0000</pubDate>
57+
<sparkle:version>92</sparkle:version>
58+
<sparkle:shortVersionString>0.46.0</sparkle:shortVersionString>
59+
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
60+
<description><![CDATA[<h3>Added</h3>
61+
<ul>
62+
<li>Rectangular cell selection in the data grid, with Shift and Cmd modifiers to extend or add cells, and Cmd+C to copy as TSV. (#1446)</li>
63+
<li>BigQuery datasets show as expandable nodes in the sidebar instead of one at a time behind a picker.</li>
64+
<li>OpenCode Zen as an AI provider, with free models when no key is set. (#1400)</li>
65+
<li>Oracle Database 11g (11.1 and 11.2) now connects. (#1425)</li>
66+
<li>Oracle connections can use a SID instead of a service name. (#1425)</li>
67+
<li>Cmd-click a foreign key arrow (or pick Open in New Tab from the right-click menu) to open the referenced table in a new tab. (#1421)</li>
68+
<li>Favorite a connection from the welcome screen; starred connections appear in a Favorites section at the top of the list. (#1302)</li>
69+
<li>Text-column cells holding JSON or PHP serialized values open in the structured viewer automatically.</li>
70+
<li>Add and remove buttons in the table structure editor (Cmd+Shift+N to add, Cmd+Delete to remove), and a labelled add button on empty Indexes or Foreign Keys tabs. (#1319)</li>
71+
</ul>
72+
<h3>Changed</h3>
73+
<ul>
74+
<li>The query trash button clears results too, and a Clear Results item on the right-click menu clears results alone. (#1256)</li>
75+
<li>Inserting SQL from AI Chat opens a new query tab, or fills an empty editor in place. (#1257)</li>
76+
</ul>
77+
<h3>Fixed</h3>
78+
<ul>
79+
<li>Toolbar customizations persist after closing and reopening a session window. (#1455)</li>
80+
<li>Pasting rows with commas in a cell keeps each value in its own column and preserves NULL vs the literal text "NULL".</li>
81+
<li>BigQuery: switching to another table loads its data immediately instead of leaving the grid empty.</li>
82+
<li>Custom and OpenAI-compatible AI providers work when the base URL ends in `/v1`. (#1400)</li>
83+
<li>MongoDB: opening a collection no longer crashes on documents containing NaN or infinite numbers. (#1418)</li>
84+
<li>Connecting after an app update waits for in-progress plugin updates; when no compatible plugin build exists yet, the message asks you to update TablePro. (#1380)</li>
85+
<li>Failed saved connections show the Test Connection troubleshooting dialog instead of a generic alert. (#1425, #483)</li>
86+
<li>Oracle connection errors explain the cause in plain language instead of the driver's raw message. (#483)</li>
87+
<li>AWS IAM authentication with a named profile reads `~/.aws/config` and supports `credential_process`, so SSO, IAM Identity Center, and assume-role profiles work. (#1291)</li>
88+
<li>Opening a table no longer runs the initial query multiple times before data arrives.</li>
89+
<li>iOS: Safe Mode setting survives relaunch instead of reverting to Off after iCloud sync.</li>
90+
<li>iOS: large query results no longer crash the app; the editor keeps the rows it loaded and suggests adding LIMIT.</li>
91+
<li>iOS: Safe Mode "Confirm Writes" prompts before grid edits and inserts, matching the query editor.</li>
92+
<li>Redshift: schema switching, table search, and contains/starts with/ends with filters now work. (#1439)</li>
93+
<li>MCP server: turning on Require Authentication no longer hangs the first request, generates a default token if needed, and shows it once. (#1093)</li>
94+
<li>The Generate Token sheet focuses the Token Name field on first open. (#1093)</li>
95+
<li>Double-clicking a CSV or TSV file when TablePro is closed opens the file directly. (#1443)</li>
96+
<li>Opening a `.sql` file names the tab after the file instead of "SQL Query". (#1220)</li>
97+
<li>Server Dashboard shows the Slow Queries panel, with a draggable vertical split and remembered divider positions. (#1464)</li>
98+
</ul>
99+
]]></description>
100+
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.46.0/TablePro-0.46.0-x86_64.zip" length="19371195" type="application/octet-stream" sparkle:edSignature="Cs7UZTXKjJu6OVhKf7/SVx14n3v6/+x19PrZ1038Y0EZz+VMht8usSK0ZIJCL9pPXLNzWNgGZpTT5F+UGZhYCg=="/>
101+
</item>
5102
<item>
6103
<title>0.45.0</title>
7104
<pubDate>Tue, 26 May 2026 01:02:36 +0000</pubDate>

0 commit comments

Comments
 (0)