forked from TableProApp/TablePro
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathappcast.xml
More file actions
58 lines (58 loc) · 4.59 KB
/
appcast.xml
File metadata and controls
58 lines (58 loc) · 4.59 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?xml version="1.0" standalone="yes"?>
<rss xmlns:sparkle="http://www.andymatuschak.org/xml-namespaces/sparkle" version="2.0">
<channel>
<title>TablePro</title>
<item>
<title>0.14.0</title>
<pubDate>Thu, 05 Mar 2026 14:39:43 +0000</pubDate>
<sparkle:version>26</sparkle:version>
<sparkle:shortVersionString>0.14.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
<ul>
<li>Microsoft SQL Server (MSSQL) database support via FreeTDS</li>
<li>Support for editing and deleting rows in tables without a primary key</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix MSSQL connection losing selected database after disconnect and reconnect when no default database is configured</li>
<li>DELETE operations on tables without a primary key now show an error if row data is missing instead of being silently dropped</li>
<li>SQLite and MSSQL now use safe single-row limits for DELETE and UPDATE on tables without a primary key</li>
<li>Fix high CPU/RAM on app launch from blocking storage init, unsynchronized health monitors, and excessive retry loops</li>
<li>Fix O(n log n) row cache eviction in RowProvider by replacing sorted eviction with O(n) distance-threshold filter</li>
<li>Fix O(n) string operations in GeometryWKBParser, RedisDriver, and autocomplete scoring by switching to NSString O(1) indexing</li>
<li>Fix slow database switcher loading by replacing N+1 metadata queries with single batched queries (MySQL, PostgreSQL, Redshift)</li>
<li>Fix slow Redis key browsing by pipelining TYPE and TTL commands in a single round trip instead of 3 sequential commands per key</li>
<li>Fix slow SQL export startup by batching COUNT(*) queries via UNION ALL and batching dependent sequence/type lookups</li>
<li>Fix slow AI Chat schema loading by fetching all foreign keys in a single bulk query instead of per-table</li>
</ul></body>]]></description>
<enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.14.0/TablePro-0.14.0-arm64.zip" length="22510110" type="application/octet-stream" sparkle:edSignature="IU91PHObpPpk4JMT0kMIupTSG7Rx93qptC8ZkHoEFATyGtEwI6hAZnZZhinmtdstoLgUM/sj9BiMauzfslBVDA==" sparkle:architectures="arm64"/>
</item>
<item>
<title>0.14.0</title>
<pubDate>Thu, 05 Mar 2026 14:39:43 +0000</pubDate>
<sparkle:version>26</sparkle:version>
<sparkle:shortVersionString>0.14.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
<ul>
<li>Microsoft SQL Server (MSSQL) database support via FreeTDS</li>
<li>Support for editing and deleting rows in tables without a primary key</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix MSSQL connection losing selected database after disconnect and reconnect when no default database is configured</li>
<li>DELETE operations on tables without a primary key now show an error if row data is missing instead of being silently dropped</li>
<li>SQLite and MSSQL now use safe single-row limits for DELETE and UPDATE on tables without a primary key</li>
<li>Fix high CPU/RAM on app launch from blocking storage init, unsynchronized health monitors, and excessive retry loops</li>
<li>Fix O(n log n) row cache eviction in RowProvider by replacing sorted eviction with O(n) distance-threshold filter</li>
<li>Fix O(n) string operations in GeometryWKBParser, RedisDriver, and autocomplete scoring by switching to NSString O(1) indexing</li>
<li>Fix slow database switcher loading by replacing N+1 metadata queries with single batched queries (MySQL, PostgreSQL, Redshift)</li>
<li>Fix slow Redis key browsing by pipelining TYPE and TTL commands in a single round trip instead of 3 sequential commands per key</li>
<li>Fix slow SQL export startup by batching COUNT(*) queries via UNION ALL and batching dependent sequence/type lookups</li>
<li>Fix slow AI Chat schema loading by fetching all foreign keys in a single bulk query instead of per-table</li>
</ul></body>]]></description>
<enclosure url="https://github.com/datlechin/TablePro/releases/download/v0.14.0/TablePro-0.14.0-x86_64.zip" length="23112947" type="application/octet-stream" sparkle:edSignature="z85G0KR/iGmQrV2+WroLVQAHdf+/yfIeGw3dgbrTV7+205x6ng4D4l7jibU95nCHEoMmb3BBG189uJB24ddhBA==" sparkle:architectures="x86_64"/>
</item>
</channel>
</rss>