|
3 | 3 | <channel> |
4 | 4 | <title>TablePro</title> |
5 | 5 | <item> |
6 | | - <title>0.20.4</title> |
7 | | - <pubDate>Thu, 19 Mar 2026 03:40:27 +0000</pubDate> |
8 | | - <sparkle:version>40</sparkle:version> |
9 | | - <sparkle:shortVersionString>0.20.4</sparkle:shortVersionString> |
| 6 | + <title>0.21.0</title> |
| 7 | + <pubDate>Thu, 19 Mar 2026 14:00:46 +0000</pubDate> |
| 8 | + <sparkle:version>41</sparkle:version> |
| 9 | + <sparkle:shortVersionString>0.21.0</sparkle:shortVersionString> |
10 | 10 | <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
11 | 11 | <sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements> |
12 | | - <description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3> |
| 12 | + <description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3> |
13 | 13 | <ul> |
14 | | -<li>SQL syntax error when editing columns with reserved keyword names (e.g., `database`, `table`, `order`) in MySQL/PostgreSQL/SQLite</li> |
15 | | -<li>High CPU usage and memory leaks at idle</li> |
16 | | -<li>N+1 query performance in foreign key fetching with bulk queries</li> |
17 | | -<li>Architecture-specific update delivery using `sparkle:hardwareRequirements`</li> |
| 14 | +<li>Cloudflare D1 database support</li> |
| 15 | +<li>Match highlighting in autocomplete suggestions (matched characters shown in bold)</li> |
| 16 | +<li>Loading spinner in autocomplete popup while fetching column metadata</li> |
18 | 17 | </ul> |
19 | 18 | <h3>Changed</h3> |
20 | 19 | <ul> |
21 | | -<li>Improved performance for medium and low severity bottlenecks (query history, tab persistence, sidebar rendering)</li> |
| 20 | +<li>Refactored autocomplete popup to native SwiftUI (visible selection highlight, native accent color, scroll-to-selection)</li> |
| 21 | +<li>Autocomplete now suppresses noisy empty-prefix suggestions in non-browseable contexts (e.g., after SELECT, WHERE)</li> |
| 22 | +<li>Autocomplete ranking stays consistent as you type (unified fuzzy scoring between initial display and live filtering)</li> |
| 23 | +<li>Increased autocomplete suggestion limit from 20 to 40 for schema-heavy contexts (FROM, SELECT, WHERE)</li> |
22 | 24 | </ul></body>]]></description> |
23 | | - <enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.20.4/TablePro-0.20.4-arm64.zip" length="20083075" type="application/octet-stream" sparkle:edSignature="TQ+IIQ9gXd8lilDa4EXj+kFTRPXNN+aa1Ub/JulfdUdfLcotpkVZHp9BUfvuLFBBSGsi8gUBb4W74AuPrZcWAg=="/> |
| 25 | + <enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.21.0/TablePro-0.21.0-arm64.zip" length="20134808" type="application/octet-stream" sparkle:edSignature="jUtBlQXZmtUMwi5oo6Z9Y1nw8RCms/EEm2OqNkUvHoIcAjUXbHPVWpZ2NFFgvMIIPW998EG0LqHj1ZZlT2d7AQ=="/> |
24 | 26 | </item> |
25 | 27 | <item> |
26 | | - <title>0.20.4</title> |
27 | | - <pubDate>Thu, 19 Mar 2026 03:40:27 +0000</pubDate> |
28 | | - <sparkle:version>40</sparkle:version> |
29 | | - <sparkle:shortVersionString>0.20.4</sparkle:shortVersionString> |
| 28 | + <title>0.21.0</title> |
| 29 | + <pubDate>Thu, 19 Mar 2026 14:00:46 +0000</pubDate> |
| 30 | + <sparkle:version>41</sparkle:version> |
| 31 | + <sparkle:shortVersionString>0.21.0</sparkle:shortVersionString> |
30 | 32 | <sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion> |
31 | | - <description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3> |
| 33 | + <description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3> |
32 | 34 | <ul> |
33 | | -<li>SQL syntax error when editing columns with reserved keyword names (e.g., `database`, `table`, `order`) in MySQL/PostgreSQL/SQLite</li> |
34 | | -<li>High CPU usage and memory leaks at idle</li> |
35 | | -<li>N+1 query performance in foreign key fetching with bulk queries</li> |
36 | | -<li>Architecture-specific update delivery using `sparkle:hardwareRequirements`</li> |
| 35 | +<li>Cloudflare D1 database support</li> |
| 36 | +<li>Match highlighting in autocomplete suggestions (matched characters shown in bold)</li> |
| 37 | +<li>Loading spinner in autocomplete popup while fetching column metadata</li> |
37 | 38 | </ul> |
38 | 39 | <h3>Changed</h3> |
39 | 40 | <ul> |
40 | | -<li>Improved performance for medium and low severity bottlenecks (query history, tab persistence, sidebar rendering)</li> |
| 41 | +<li>Refactored autocomplete popup to native SwiftUI (visible selection highlight, native accent color, scroll-to-selection)</li> |
| 42 | +<li>Autocomplete now suppresses noisy empty-prefix suggestions in non-browseable contexts (e.g., after SELECT, WHERE)</li> |
| 43 | +<li>Autocomplete ranking stays consistent as you type (unified fuzzy scoring between initial display and live filtering)</li> |
| 44 | +<li>Increased autocomplete suggestion limit from 20 to 40 for schema-heavy contexts (FROM, SELECT, WHERE)</li> |
41 | 45 | </ul></body>]]></description> |
42 | | - <enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.20.4/TablePro-0.20.4-x86_64.zip" length="19542648" type="application/octet-stream" sparkle:edSignature="oRk6h5SxxbokFqgccxQhtMTus+UVK8rO1jJyVCxJHqgVxKK3g5nifV3VwJ+P+Hg5UViRZTZjZWjmnbzxquM/Ag=="/> |
| 46 | + <enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.21.0/TablePro-0.21.0-x86_64.zip" length="19599229" type="application/octet-stream" sparkle:edSignature="6OzXMFFO7aWENSUs8fMjPO8z67n/k3BfkM+snD5/Qlqazd3C7jN1tdrivp3HkZSGTgV/UTsqLwn6BgFrbHKOBQ=="/> |
43 | 47 | </item> |
44 | 48 | </channel> |
45 | 49 | </rss> |
0 commit comments