|
2 | 2 | <rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0"> |
3 | 3 | <channel> |
4 | 4 | <title>TablePro</title> |
| 5 | + <item> |
| 6 | + <title>0.45.0</title> |
| 7 | + <pubDate>Tue, 26 May 2026 01:02:36 +0000</pubDate> |
| 8 | + <sparkle:version>91</sparkle:version> |
| 9 | + <sparkle:shortVersionString>0.45.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>Cloudflare Tunnel: connect to a database behind Cloudflare Access. TablePro starts and stops `cloudflared access tcp` per connection, the same way it manages SSH tunnels, with browser sign-in or a service token. Needs cloudflared (`brew install cloudflared`). (#1285)</li> |
| 15 | +<li>Fill Column: right-click a column header to set one value across all loaded rows. The fill is staged like a normal edit, and one undo reverts it. Not available on primary key columns. (#1304)</li> |
| 16 | +<li>AWS IAM authentication for PostgreSQL and MySQL on RDS and Aurora. Pick AWS IAM in the connection's Authentication field with an access key, named profile, or SSO. TablePro generates a fresh token on every connect and requires SSL. (#1291)</li> |
| 17 | +<li>Date picker for date, datetime, timestamp, and time cells, from the chevron button. Double-clicking still edits the cell as text, and the picker keeps the value's format, fractional seconds, and timezone offset. (#1405)</li> |
| 18 | +<li>Pagination bar for table tabs with a rows-per-page menu (5, 10, 20, 100, 500, 1,000, All rows, or custom) and First, Previous, Next, and Last buttons. (#1364)</li> |
| 19 | +<li>Click the page indicator in the pagination bar to jump to a specific page. (#1364)</li> |
| 20 | +<li>Pagination now appears for filtered tables with an unknown total row count, instead of showing only the first page. (#1364)</li> |
| 21 | +<li>First Page and Last Page keyboard actions, unbound by default and assignable in Settings > Keyboard. (#1364)</li> |
| 22 | +<li>JSON and JSONB cells display pretty-printed by default, keeping your key order and exact numbers. Viewing or reformatting no longer marks the row changed, and saving no longer reorders keys or rounds large integers.</li> |
| 23 | +</ul> |
| 24 | +<h3>Fixed</h3> |
| 25 | +<ul> |
| 26 | +<li>Changing the editor or data grid font size in Appearance settings now applies immediately and persists across relaunch, with no orphan custom themes left behind. (#1381)</li> |
| 27 | +<li>Installing or updating a plugin right after updating TablePro now refetches the plugin list first, so it no longer fails against a stale cached list. (#1380)</li> |
| 28 | +<li>Pressing Esc to close the Raw SQL filter suggestions, or to clear a search field, no longer also exits fullscreen. (#1403)</li> |
| 29 | +<li>Connecting an OAuth-capable MCP client like Claude Code with an invalid or expired token now shows a clear error instead of "Invalid OAuth error response". (#1409)</li> |
| 30 | +</ul> |
| 31 | +]]></description> |
| 32 | + <enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.45.0/TablePro-0.45.0-arm64.zip" length="18214729" type="application/octet-stream" sparkle:edSignature="5Umo2HWkq0Xl55S0hjlDPUCGBScG8ckgPDBtNOCg109frVmaruWbjq4Y4R0lnT7HrscQYC2BDUQrWm4cPzSOAQ=="/> |
| 33 | + </item> |
| 34 | + <item> |
| 35 | + <title>0.45.0</title> |
| 36 | + <pubDate>Tue, 26 May 2026 01:02:36 +0000</pubDate> |
| 37 | + <sparkle:version>91</sparkle:version> |
| 38 | + <sparkle:shortVersionString>0.45.0</sparkle:shortVersionString> |
| 39 | + <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
| 40 | + <description><![CDATA[<h3>Added</h3> |
| 41 | +<ul> |
| 42 | +<li>Cloudflare Tunnel: connect to a database behind Cloudflare Access. TablePro starts and stops `cloudflared access tcp` per connection, the same way it manages SSH tunnels, with browser sign-in or a service token. Needs cloudflared (`brew install cloudflared`). (#1285)</li> |
| 43 | +<li>Fill Column: right-click a column header to set one value across all loaded rows. The fill is staged like a normal edit, and one undo reverts it. Not available on primary key columns. (#1304)</li> |
| 44 | +<li>AWS IAM authentication for PostgreSQL and MySQL on RDS and Aurora. Pick AWS IAM in the connection's Authentication field with an access key, named profile, or SSO. TablePro generates a fresh token on every connect and requires SSL. (#1291)</li> |
| 45 | +<li>Date picker for date, datetime, timestamp, and time cells, from the chevron button. Double-clicking still edits the cell as text, and the picker keeps the value's format, fractional seconds, and timezone offset. (#1405)</li> |
| 46 | +<li>Pagination bar for table tabs with a rows-per-page menu (5, 10, 20, 100, 500, 1,000, All rows, or custom) and First, Previous, Next, and Last buttons. (#1364)</li> |
| 47 | +<li>Click the page indicator in the pagination bar to jump to a specific page. (#1364)</li> |
| 48 | +<li>Pagination now appears for filtered tables with an unknown total row count, instead of showing only the first page. (#1364)</li> |
| 49 | +<li>First Page and Last Page keyboard actions, unbound by default and assignable in Settings > Keyboard. (#1364)</li> |
| 50 | +<li>JSON and JSONB cells display pretty-printed by default, keeping your key order and exact numbers. Viewing or reformatting no longer marks the row changed, and saving no longer reorders keys or rounds large integers.</li> |
| 51 | +</ul> |
| 52 | +<h3>Fixed</h3> |
| 53 | +<ul> |
| 54 | +<li>Changing the editor or data grid font size in Appearance settings now applies immediately and persists across relaunch, with no orphan custom themes left behind. (#1381)</li> |
| 55 | +<li>Installing or updating a plugin right after updating TablePro now refetches the plugin list first, so it no longer fails against a stale cached list. (#1380)</li> |
| 56 | +<li>Pressing Esc to close the Raw SQL filter suggestions, or to clear a search field, no longer also exits fullscreen. (#1403)</li> |
| 57 | +<li>Connecting an OAuth-capable MCP client like Claude Code with an invalid or expired token now shows a clear error instead of "Invalid OAuth error response". (#1409)</li> |
| 58 | +</ul> |
| 59 | +]]></description> |
| 60 | + <enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.45.0/TablePro-0.45.0-x86_64.zip" length="19201117" type="application/octet-stream" sparkle:edSignature="TD7ArKWPvhDL2UC05+rWhh+Rg7R0lBWpuaPRWlFqrdKIcLf/Oj4wzrBVReBXKsxhly2IAXRABoMPH6zf6x5TAg=="/> |
| 61 | + </item> |
5 | 62 | <item> |
6 | 63 | <title>0.44.0</title> |
7 | 64 | <pubDate>Fri, 22 May 2026 17:58:29 +0000</pubDate> |
|
0 commit comments