Skip to content

Commit d6173c0

Browse files
Update appcast.xml for v0.21.0
1 parent daf16b5 commit d6173c0

1 file changed

Lines changed: 26 additions & 22 deletions

File tree

appcast.xml

Lines changed: 26 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -3,43 +3,47 @@
33
<channel>
44
<title>TablePro</title>
55
<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>
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>Fixed</h3>
12+
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
1313
<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>
1817
</ul>
1918
<h3>Changed</h3>
2019
<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>
2224
</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=="/>
2426
</item>
2527
<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>
3032
<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>
3234
<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>
3738
</ul>
3839
<h3>Changed</h3>
3940
<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>
4145
</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=="/>
4347
</item>
4448
</channel>
4549
</rss>

0 commit comments

Comments
 (0)