-
-
Notifications
You must be signed in to change notification settings - Fork 133
Expand file tree
/
Copy pathappcast.xml
More file actions
789 lines (789 loc) · 47.2 KB
/
appcast.xml
File metadata and controls
789 lines (789 loc) · 47.2 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
<?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.31.5</title>
<pubDate>Tue, 14 Apr 2026 06:46:28 +0000</pubDate>
<sparkle:version>69</sparkle:version>
<sparkle:shortVersionString>0.31.5</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Fix AI chat hanging the app during streaming, schema fetch, and conversation loading (#735)</li>
<li>SSH Agent auth: fall back to key file from `~/.ssh/config` or default paths when agent has no loaded identities (#729)</li>
<li>Wire AI Explain (⌘L), Optimize (⌘⌥L), and Toggle Sidebar (⌘0) shortcuts to menu bar commands</li>
<li>Keyboard shortcuts follow macOS HIG — remap Quick Switcher to ⌘⇧O, Format Query to ⌘⇧L, fix stale tooltip hints</li>
<li>SSH-tunneled connections failing to reconnect after idle/sleep — health monitor now rebuilds the tunnel, OS-level TCP keepalive detects dead NAT mappings, and wake-from-sleep triggers immediate validation (#736)</li>
<li>Composite primary key tables: editing or deleting a row affects all rows sharing the first PK value instead of just the target row</li>
<li>Structure view saves bypass safe mode on read-only connections</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.5/TablePro-0.31.5-arm64.zip" length="24632288" type="application/octet-stream" sparkle:edSignature="E1lEYWrHva/J/ilZPz9n6+3aFk54sA2tdu5GiqXFzM3Yz0uMKT7y76NRFOccp1cbXQxndEAoF4etQEBnwHAACQ=="/>
</item>
<item>
<title>0.31.5</title>
<pubDate>Tue, 14 Apr 2026 06:46:29 +0000</pubDate>
<sparkle:version>69</sparkle:version>
<sparkle:shortVersionString>0.31.5</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Fix AI chat hanging the app during streaming, schema fetch, and conversation loading (#735)</li>
<li>SSH Agent auth: fall back to key file from `~/.ssh/config` or default paths when agent has no loaded identities (#729)</li>
<li>Wire AI Explain (⌘L), Optimize (⌘⌥L), and Toggle Sidebar (⌘0) shortcuts to menu bar commands</li>
<li>Keyboard shortcuts follow macOS HIG — remap Quick Switcher to ⌘⇧O, Format Query to ⌘⇧L, fix stale tooltip hints</li>
<li>SSH-tunneled connections failing to reconnect after idle/sleep — health monitor now rebuilds the tunnel, OS-level TCP keepalive detects dead NAT mappings, and wake-from-sleep triggers immediate validation (#736)</li>
<li>Composite primary key tables: editing or deleting a row affects all rows sharing the first PK value instead of just the target row</li>
<li>Structure view saves bypass safe mode on read-only connections</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.5/TablePro-0.31.5-x86_64.zip" length="23927529" type="application/octet-stream" sparkle:edSignature="p1CfGGWSQ8z/0ZMzVJ7ale/YFP53ty2A+tFlUCqMfKqJ8mWj4YjjlI6aPxWDNFU4UhMfemqBV39hzSjQf7a8CQ=="/>
</item>
<item>
<title>0.31.4</title>
<pubDate>Mon, 13 Apr 2026 18:53:27 +0000</pubDate>
<sparkle:version>68</sparkle:version>
<sparkle:shortVersionString>0.31.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>iOS: database brand icons instead of SF Symbols (#733)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Native tab bar "+" button always creates "Query 1" instead of incrementing (#727)</li>
<li>Sidebar gap inconsistent when switching tabs (#728)</li>
<li>SSH Agent auth failing when SSH_AUTH_SOCK not in process env (#729)</li>
<li>iOS: SSH private key import file not working during test connection (#730)</li>
<li>iOS: SQLite file picker not updating after file selection (#732)</li>
<li>Default shortcut mismatch with toast in toggle inspector (#726)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.4/TablePro-0.31.4-arm64.zip" length="24608164" type="application/octet-stream" sparkle:edSignature="vdn6ufZscFuHal4NPo90GyKhn7grfvQqasGPJiArg6OqhOgSZLAuPwrXR+TTdIi0fRKVu3RSACofsQrFbG4iDw=="/>
</item>
<item>
<title>0.31.4</title>
<pubDate>Mon, 13 Apr 2026 18:53:28 +0000</pubDate>
<sparkle:version>68</sparkle:version>
<sparkle:shortVersionString>0.31.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>iOS: database brand icons instead of SF Symbols (#733)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Native tab bar "+" button always creates "Query 1" instead of incrementing (#727)</li>
<li>Sidebar gap inconsistent when switching tabs (#728)</li>
<li>SSH Agent auth failing when SSH_AUTH_SOCK not in process env (#729)</li>
<li>iOS: SSH private key import file not working during test connection (#730)</li>
<li>iOS: SQLite file picker not updating after file selection (#732)</li>
<li>Default shortcut mismatch with toast in toggle inspector (#726)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.4/TablePro-0.31.4-x86_64.zip" length="23900174" type="application/octet-stream" sparkle:edSignature="pJ7eph0nksQNoKAJhlDeMn2CbAnvk8hD6p0rjmHhWumIKvxFlV3OoPYqlON9Adn32bVnfQJN/SdwbQAb9loTCw=="/>
</item>
<item>
<title>0.31.3</title>
<pubDate>Mon, 13 Apr 2026 09:46:22 +0000</pubDate>
<sparkle:version>67</sparkle:version>
<sparkle:shortVersionString>0.31.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Restore all open connections and tabs after quitting the app (#703)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Database Switcher: auto-select first item on fast typing (#714)</li>
<li>AI settings: fix Ollama model selection and error messages (#712)</li>
<li>SQL formatter: rewrite with token-based architecture (#705)</li>
<li>Filters: `= NULL` auto-converts to `IS NULL`, BETWEEN and IN/NOT IN NULL handling (#706)</li>
<li>SQLite: auto-detect schema changes from external tools (#704)</li>
<li>UI layout stability when toggling menus, panels, and inspectors (#702)</li>
<li>Misc bug fixes: save tabs before DB switch, log rollback failures, standardize colors, fix localization, button safety, filter validation (#707)</li>
<li>Fix Ollama AI chat streaming — responses were silently discarded due to wrong stream format parsing</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Keyboard shortcuts follow macOS HIG — `⌘F` is Find, `⌘⇧F` for filters, `⌘⌥I` for inspector, `⌘0` for sidebar</li>
<li>Format Query and Pagination shortcuts now customizable in Settings</li>
<li>Menu bar restructured per macOS HIG: ⌘N opens connection list (#722), new Query menu, Help search restored, duplicate items removed</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.3/TablePro-0.31.3-arm64.zip" length="24605193" type="application/octet-stream" sparkle:edSignature="stfm3pT8hAfSDLWxShg/+qj8DQZhL56Heg6nUqpzodhxbOc0uUfI3+HPEcS/sHfeIymD/r1pb+RQk6rigZG6BA=="/>
</item>
<item>
<title>0.31.3</title>
<pubDate>Mon, 13 Apr 2026 09:46:23 +0000</pubDate>
<sparkle:version>67</sparkle:version>
<sparkle:shortVersionString>0.31.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Restore all open connections and tabs after quitting the app (#703)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Database Switcher: auto-select first item on fast typing (#714)</li>
<li>AI settings: fix Ollama model selection and error messages (#712)</li>
<li>SQL formatter: rewrite with token-based architecture (#705)</li>
<li>Filters: `= NULL` auto-converts to `IS NULL`, BETWEEN and IN/NOT IN NULL handling (#706)</li>
<li>SQLite: auto-detect schema changes from external tools (#704)</li>
<li>UI layout stability when toggling menus, panels, and inspectors (#702)</li>
<li>Misc bug fixes: save tabs before DB switch, log rollback failures, standardize colors, fix localization, button safety, filter validation (#707)</li>
<li>Fix Ollama AI chat streaming — responses were silently discarded due to wrong stream format parsing</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Keyboard shortcuts follow macOS HIG — `⌘F` is Find, `⌘⇧F` for filters, `⌘⌥I` for inspector, `⌘0` for sidebar</li>
<li>Format Query and Pagination shortcuts now customizable in Settings</li>
<li>Menu bar restructured per macOS HIG: ⌘N opens connection list (#722), new Query menu, Help search restored, duplicate items removed</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.3/TablePro-0.31.3-x86_64.zip" length="23896532" type="application/octet-stream" sparkle:edSignature="l3G3p2blaVoh8ok9VSkj4i/AGApyqGcvfoMF4zXWBUpHSw9TfibSAWOZLPCCycCG3SqPsh5tHALPYru5EMQiAg=="/>
</item>
<item>
<title>0.31.2</title>
<pubDate>Sun, 12 Apr 2026 18:00:14 +0000</pubDate>
<sparkle:version>66</sparkle:version>
<sparkle:shortVersionString>0.31.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Query tabs always named "Query 1" instead of incrementing (#695)</li>
<li>Sidebar empty in new or restored window tabs (#694)</li>
<li>Tab titles, order, and persistence lost on quit/restore</li>
<li>PostgreSQL version display for v10+ (#698)</li>
<li>License activation metadata and deactivation error handling</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.2/TablePro-0.31.2-arm64.zip" length="24576297" type="application/octet-stream" sparkle:edSignature="09fczpRZtRZ7ywU1CS7FdFhBHe71CSSEAyT5B07NKN+6bi9ccXukusNx2VLxYrLFtHtUNSZNC4xHwmGlxHovAA=="/>
</item>
<item>
<title>0.31.2</title>
<pubDate>Sun, 12 Apr 2026 18:00:15 +0000</pubDate>
<sparkle:version>66</sparkle:version>
<sparkle:shortVersionString>0.31.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>Query tabs always named "Query 1" instead of incrementing (#695)</li>
<li>Sidebar empty in new or restored window tabs (#694)</li>
<li>Tab titles, order, and persistence lost on quit/restore</li>
<li>PostgreSQL version display for v10+ (#698)</li>
<li>License activation metadata and deactivation error handling</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.2/TablePro-0.31.2-x86_64.zip" length="23865033" type="application/octet-stream" sparkle:edSignature="4qe/RwHL7GemOpooISJkOOZgPOm7DsIQy1sKpmnaDWMIfX4CWbgJbQhUN1FNWCozmAf1k+1XRrAf5dIONE29Ag=="/>
</item>
<item>
<title>0.31.1</title>
<pubDate>Sat, 11 Apr 2026 20:35:05 +0000</pubDate>
<sparkle:version>65</sparkle:version>
<sparkle:shortVersionString>0.31.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>iCloud Sync not working on TestFlight/App Store builds (CloudKit environment set to Production)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.1/TablePro-0.31.1-arm64.zip" length="24569693" type="application/octet-stream" sparkle:edSignature="vNUxLYZXP8Z58CT/EtpVchc9qXkThxZOk+TSp1amiRE8KBuHepsX0cM3uu86g1mRf2EkQjHd+hNyvDucsmqkAA=="/>
</item>
<item>
<title>0.31.1</title>
<pubDate>Sat, 11 Apr 2026 20:35:06 +0000</pubDate>
<sparkle:version>65</sparkle:version>
<sparkle:shortVersionString>0.31.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Fixed</h3>
<ul>
<li>iCloud Sync not working on TestFlight/App Store builds (CloudKit environment set to Production)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.1/TablePro-0.31.1-x86_64.zip" length="23859176" type="application/octet-stream" sparkle:edSignature="iAZNjmodIgb84s42zSCI0HTnPgED5Pm+V3gpGN2KGyopdHxnv4E/OqN4VWCr1jmetrDf38Uys5/0I9PJYoVnDw=="/>
</item>
<item>
<title>0.31.0</title>
<pubDate>Sat, 11 Apr 2026 19:31:15 +0000</pubDate>
<sparkle:version>64</sparkle:version>
<sparkle:shortVersionString>0.31.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Server Dashboard: active sessions, metrics, slow queries (PostgreSQL, MySQL, MSSQL, ClickHouse, DuckDB, SQLite)</li>
<li>Handoff support between iOS and macOS</li>
<li>iOS: full-text search in data browser, state restoration, iPad keyboard shortcuts</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Sidebar table loading refactored: single source of truth, explicit loading states, no race conditions on database switch</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Create Database dialog now shows correct options per database type (encoding/LC_COLLATE for PostgreSQL, hidden for Redis/etcd)</li>
<li>SSH tunnel with `~/.ssh/config` profiles (#672): `Include` directives, token expansion, multi-word `Host` filtering</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.0/TablePro-0.31.0-arm64.zip" length="24570827" type="application/octet-stream" sparkle:edSignature="Sveav1OEos56x3fDbWyF82eWXk1y+YlyeT1ZLqdp1chXcm/tisrnh8BbNMXCpmJS+YAtKKC6DewqhA9G2tyQCg=="/>
</item>
<item>
<title>0.31.0</title>
<pubDate>Sat, 11 Apr 2026 19:31:16 +0000</pubDate>
<sparkle:version>64</sparkle:version>
<sparkle:shortVersionString>0.31.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Server Dashboard: active sessions, metrics, slow queries (PostgreSQL, MySQL, MSSQL, ClickHouse, DuckDB, SQLite)</li>
<li>Handoff support between iOS and macOS</li>
<li>iOS: full-text search in data browser, state restoration, iPad keyboard shortcuts</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Sidebar table loading refactored: single source of truth, explicit loading states, no race conditions on database switch</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Create Database dialog now shows correct options per database type (encoding/LC_COLLATE for PostgreSQL, hidden for Redis/etcd)</li>
<li>SSH tunnel with `~/.ssh/config` profiles (#672): `Include` directives, token expansion, multi-word `Host` filtering</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.31.0/TablePro-0.31.0-x86_64.zip" length="23858408" type="application/octet-stream" sparkle:edSignature="gTmBvk1aTnLCro+ycypscx5d+i4wYwk7CUK4pt14dcvgVFJwU9KEx8pYgTryA6HBCHQe6pu8MUd86d4Y5IBJDA=="/>
</item>
<item>
<title>0.30.1</title>
<pubDate>Fri, 10 Apr 2026 15:57:55 +0000</pubDate>
<sparkle:version>63</sparkle:version>
<sparkle:shortVersionString>0.30.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Auto-uppercase SQL keywords setting (#660)</li>
<li>Unified cell editor chevrons for boolean, enum, date, JSON, blob columns (#665)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>MSSQL connection failing on Docker/fresh SQL Server (#661)</li>
<li>Context menu Format SQL not working (#659)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.30.1/TablePro-0.30.1-arm64.zip" length="24409036" type="application/octet-stream" sparkle:edSignature="NZX0BOJQULErdn9coFRVSc3WkJ+0QR5MMv3Hlysm9HqEnYfONYgXxnivCm/M8H0BekBf+uu658PnXGRd4wSFDA=="/>
</item>
<item>
<title>0.30.1</title>
<pubDate>Fri, 10 Apr 2026 15:57:56 +0000</pubDate>
<sparkle:version>63</sparkle:version>
<sparkle:shortVersionString>0.30.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Auto-uppercase SQL keywords setting (#660)</li>
<li>Unified cell editor chevrons for boolean, enum, date, JSON, blob columns (#665)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>MSSQL connection failing on Docker/fresh SQL Server (#661)</li>
<li>Context menu Format SQL not working (#659)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.30.1/TablePro-0.30.1-x86_64.zip" length="23686461" type="application/octet-stream" sparkle:edSignature="hu/DIx54SI8/0yrhKml8WP11e+dj3dn4yaObZPbP0ryYHRnw9Ws6Yo7kYNY8jiCB4glLamKEXvPdi2aOCx5oBw=="/>
</item>
<item>
<title>0.30.0</title>
<pubDate>Fri, 10 Apr 2026 02:35:56 +0000</pubDate>
<sparkle:version>62</sparkle:version>
<sparkle:shortVersionString>0.30.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>ER diagram with interactive layout, crow's foot notation, and PNG export (#186)</li>
<li>Space key toggles FK preview popover (#648)</li>
<li>Connection drag-to-reorder in iOS app with iCloud sync (#652)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix export dialog doing nothing on macOS Tahoe due to incorrect window reference for save panel (#654)</li>
<li>Fix column visibility popover and hex editor alignment — left-align per macOS HIG (#653)</li>
<li>Accept SQLAlchemy-style connection URLs with driver hints (#642)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.30.0/TablePro-0.30.0-arm64.zip" length="24402188" type="application/octet-stream" sparkle:edSignature="dBDkIOCmMYqhK0D89+blhrkeQkSCxi4jhxxgRuGydW7MRsuqD/IWBpuvotOtMrOSwWCGQWBVq+SeBdOIoRIADA=="/>
</item>
<item>
<title>0.30.0</title>
<pubDate>Fri, 10 Apr 2026 02:35:57 +0000</pubDate>
<sparkle:version>62</sparkle:version>
<sparkle:shortVersionString>0.30.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>ER diagram with interactive layout, crow's foot notation, and PNG export (#186)</li>
<li>Space key toggles FK preview popover (#648)</li>
<li>Connection drag-to-reorder in iOS app with iCloud sync (#652)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix export dialog doing nothing on macOS Tahoe due to incorrect window reference for save panel (#654)</li>
<li>Fix column visibility popover and hex editor alignment — left-align per macOS HIG (#653)</li>
<li>Accept SQLAlchemy-style connection URLs with driver hints (#642)</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.30.0/TablePro-0.30.0-x86_64.zip" length="23678906" type="application/octet-stream" sparkle:edSignature="eavSaXCsLmdDFsrPcrngqtquNWefEgntGl3JEey942PMoxh74o6y0UHmx+KjZKs/LpVylfxpagOuDZERA5e0DQ=="/>
</item>
<item>
<title>0.29.0</title>
<pubDate>Thu, 09 Apr 2026 05:47:23 +0000</pubDate>
<sparkle:version>61</sparkle:version>
<sparkle:shortVersionString>0.29.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Maintenance tools via table context menu (VACUUM, ANALYZE, OPTIMIZE, REINDEX, CHECK TABLE, etc.)</li>
<li>EXPLAIN plan visualization with diagram, tree, and raw views (PostgreSQL, MySQL)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix cross-schema foreign key preview, edit, and navigation for PostgreSQL and MySQL (#644)</li>
<li>Fix macOS HIG compliance: system colors, accessibility labels, theme tokens, localization</li>
<li>Fix idle ping spin loop caused by exhausted AsyncStream iterator (#618)</li>
<li>Skip exact row count for large tables — use database statistics estimate (#519)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Theme font pickers now list installed monospaced fonts dynamically instead of a fixed built-in list</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.29.0/TablePro-0.29.0-arm64.zip" length="24274200" type="application/octet-stream" sparkle:edSignature="0ohKG1IxTYJwYGXR+2w7meXiSUPfBhA8LLTkkjUn8YckuwFjHek85U3YLJpg7jJopiPsrUxELOmP381hPHZGAg=="/>
</item>
<item>
<title>0.29.0</title>
<pubDate>Thu, 09 Apr 2026 05:47:24 +0000</pubDate>
<sparkle:version>61</sparkle:version>
<sparkle:shortVersionString>0.29.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Maintenance tools via table context menu (VACUUM, ANALYZE, OPTIMIZE, REINDEX, CHECK TABLE, etc.)</li>
<li>EXPLAIN plan visualization with diagram, tree, and raw views (PostgreSQL, MySQL)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix cross-schema foreign key preview, edit, and navigation for PostgreSQL and MySQL (#644)</li>
<li>Fix macOS HIG compliance: system colors, accessibility labels, theme tokens, localization</li>
<li>Fix idle ping spin loop caused by exhausted AsyncStream iterator (#618)</li>
<li>Skip exact row count for large tables — use database statistics estimate (#519)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Theme font pickers now list installed monospaced fonts dynamically instead of a fixed built-in list</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.29.0/TablePro-0.29.0-x86_64.zip" length="23543204" type="application/octet-stream" sparkle:edSignature="qGg4YTsFzKzDfeXudzqr8so0UTuE5PX9cHrhN+6pmUS2oNlqOdlSuQr7T9hVRLbCZWpNfj4+WcILifIXQoOhDA=="/>
</item>
<item>
<title>0.28.0</title>
<pubDate>Tue, 07 Apr 2026 16:16:27 +0000</pubDate>
<sparkle:version>60</sparkle:version>
<sparkle:shortVersionString>0.28.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Smart value detection for UUIDs in BINARY(16) and timestamps in integer columns</li>
<li>Per-column "Display As" override via column header context menu</li>
<li>iOS: safe mode, FK navigation, syntax highlighting</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix excessive idle ping traffic from orphaned monitor tasks</li>
<li>Fix Cmd+W save not persisting data grid changes</li>
<li>Fix window sizing, selection highlight, and connection switcher errors</li>
<li>Move file loading off main thread, replace timing hacks with signals</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.28.0/TablePro-0.28.0-arm64.zip" length="24110638" type="application/octet-stream" sparkle:edSignature="wOCkVuhLaM+rRhsMPtlV8I9VTKmVuPztxP6jimoulQ2R+D9xE0biSUhnvPa1lq7EFlMAd7Qhhje55EDxLnl0CQ=="/>
</item>
<item>
<title>0.28.0</title>
<pubDate>Tue, 07 Apr 2026 16:16:28 +0000</pubDate>
<sparkle:version>60</sparkle:version>
<sparkle:shortVersionString>0.28.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Smart value detection for UUIDs in BINARY(16) and timestamps in integer columns</li>
<li>Per-column "Display As" override via column header context menu</li>
<li>iOS: safe mode, FK navigation, syntax highlighting</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix excessive idle ping traffic from orphaned monitor tasks</li>
<li>Fix Cmd+W save not persisting data grid changes</li>
<li>Fix window sizing, selection highlight, and connection switcher errors</li>
<li>Move file loading off main thread, replace timing hacks with signals</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.28.0/TablePro-0.28.0-x86_64.zip" length="23376061" type="application/octet-stream" sparkle:edSignature="Ag8PZE6I+5CAOmfPn0O7OBd/U2QSjx0GwRcAseDsNinexycNHZhXw6z0xi+HqcZmJ7qzyNjMo8yo5X40/NIDCw=="/>
</item>
<item>
<title>0.27.5</title>
<pubDate>Mon, 06 Apr 2026 12:39:06 +0000</pubDate>
<sparkle:version>58</sparkle:version>
<sparkle:shortVersionString>0.27.5</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>iOS: groups, tags, filter, sort, pagination, query history, export to clipboard, Spotlight, Siri Shortcuts, Home Screen widget</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix crashes in SSH tunnel, export dialog, and jump host removal</li>
<li>Fix data races in storage layers (MainActor isolation)</li>
<li>Use native sheet presentation for all dialogs and file pickers</li>
<li>Replace event monitors and timing hacks with native SwiftUI APIs</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Migrate undo system to NSUndoManager</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.5/TablePro-0.27.5-arm64.zip" length="24073866" type="application/octet-stream" sparkle:edSignature="equHcgY2wXNf+vXsE8FbmL+PlYT4wlkiTALrcBLapijvc3symZX37kGqHSYdVOI4uP7ViHofymimdNccYU+4AA=="/>
</item>
<item>
<title>0.27.5</title>
<pubDate>Mon, 06 Apr 2026 12:39:07 +0000</pubDate>
<sparkle:version>58</sparkle:version>
<sparkle:shortVersionString>0.27.5</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>iOS: groups, tags, filter, sort, pagination, query history, export to clipboard, Spotlight, Siri Shortcuts, Home Screen widget</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Fix crashes in SSH tunnel, export dialog, and jump host removal</li>
<li>Fix data races in storage layers (MainActor isolation)</li>
<li>Use native sheet presentation for all dialogs and file pickers</li>
<li>Replace event monitors and timing hacks with native SwiftUI APIs</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Migrate undo system to NSUndoManager</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.5/TablePro-0.27.5-x86_64.zip" length="23331564" type="application/octet-stream" sparkle:edSignature="FwpHHzgCvSNNetNDIt1MeazlFme3/X0pCZtVVhxTNtfq3F203pnQ7fw+tvetbR7BtJYSRqowObyr226TteyCBQ=="/>
</item>
<item>
<title>0.27.4</title>
<pubDate>Sun, 05 Apr 2026 07:56:07 +0000</pubDate>
<sparkle:version>57</sparkle:version>
<sparkle:shortVersionString>0.27.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Cloudflare D1: batch query execution via REST API for multi-statement SQL</li>
<li>Cloudflare D1: schema editing — CREATE TABLE, ADD/DROP COLUMN, CREATE/DROP INDEX</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Multi-statement SQL execution fails on Cloudflare D1, ClickHouse, and other drivers that don't support transactions</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use Apple-standard `xcodebuild archive` + `exportArchive` build pipeline with dSYM collection</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.4/TablePro-0.27.4-arm64.zip" length="26667354" type="application/octet-stream" sparkle:edSignature="LkenPCX2aTpVt7QXBIbKJokeYye8iTdsrY8tdZxjHP7zkjbVFrELr2Nt+hQbOQSDNRsVSepBQzFtP4nsaOgbAw=="/>
</item>
<item>
<title>0.27.4</title>
<pubDate>Sun, 05 Apr 2026 08:19:42 +0000</pubDate>
<sparkle:version>57</sparkle:version>
<sparkle:shortVersionString>0.27.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Cloudflare D1: batch query execution via REST API for multi-statement SQL</li>
<li>Cloudflare D1: schema editing — CREATE TABLE, ADD/DROP COLUMN, CREATE/DROP INDEX</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Multi-statement SQL execution fails on Cloudflare D1, ClickHouse, and other drivers that don't support transactions</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use Apple-standard `xcodebuild archive` + `exportArchive` build pipeline with dSYM collection</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.4/TablePro-0.27.4-x86_64.zip" length="23603235" type="application/octet-stream" sparkle:edSignature="779ujlI6psGE8rY1TPTIGIqvXK1fvohw4vym9nbmtfwQyBs4/1AKiDy6C/e7aVnvTIQ4uxuy1kOm0T8hAjYNBw=="/>
</item>
<item>
<title>0.27.4</title>
<pubDate>Sun, 05 Apr 2026 07:56:08 +0000</pubDate>
<sparkle:version>57</sparkle:version>
<sparkle:shortVersionString>0.27.4</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Cloudflare D1: batch query execution via REST API for multi-statement SQL</li>
<li>Cloudflare D1: schema editing — CREATE TABLE, ADD/DROP COLUMN, CREATE/DROP INDEX</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Multi-statement SQL execution fails on Cloudflare D1, ClickHouse, and other drivers that don't support transactions</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Use Apple-standard `xcodebuild archive` + `exportArchive` build pipeline with dSYM collection</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.4/TablePro-0.27.4-x86_64.zip" length="23603249" type="application/octet-stream" sparkle:edSignature="4tWv+H9YFeK2ojIDaYMPLK0MKKAzwpVnlLh9FE6xvIdUX9lOFhY5Fbwdj+feYbFIqRlOzvwrUWsobAwFpsyIBg=="/>
</item>
<item>
<title>0.27.3</title>
<pubDate>Fri, 03 Apr 2026 14:07:56 +0000</pubDate>
<sparkle:version>56</sparkle:version>
<sparkle:shortVersionString>0.27.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Structure tab context menu with Copy Name, Copy Definition (SQL), Duplicate, and Delete for columns, indexes, and foreign keys</li>
<li>Foreign key preview: press Cmd+Enter on a FK cell to see the referenced row in a popover</li>
<li>Column header: sort ascending/descending and show all hidden columns in context menu</li>
<li>Data grid: preview and navigate FK references from right-click context menu</li>
<li>Data grid: add row from right-click on empty space</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Oracle: crash when opening views caused by OracleNIO state-machine corruption from concurrent queries, LONG column types, and DBMS_METADATA errors</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.3/TablePro-0.27.3-arm64.zip" length="26429702" type="application/octet-stream" sparkle:edSignature="IWjkCtYm6gB1CVISohfedNVOmtTiywA5+vqgxDULQtEZCiASkC8wITfCMPZwnxOC6W+hLKF/nzYEmm6FQFk+Dw=="/>
</item>
<item>
<title>0.27.3</title>
<pubDate>Fri, 03 Apr 2026 14:07:57 +0000</pubDate>
<sparkle:version>56</sparkle:version>
<sparkle:shortVersionString>0.27.3</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Structure tab context menu with Copy Name, Copy Definition (SQL), Duplicate, and Delete for columns, indexes, and foreign keys</li>
<li>Foreign key preview: press Cmd+Enter on a FK cell to see the referenced row in a popover</li>
<li>Column header: sort ascending/descending and show all hidden columns in context menu</li>
<li>Data grid: preview and navigate FK references from right-click context menu</li>
<li>Data grid: add row from right-click on empty space</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>Oracle: crash when opening views caused by OracleNIO state-machine corruption from concurrent queries, LONG column types, and DBMS_METADATA errors</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.3/TablePro-0.27.3-x86_64.zip" length="23361650" type="application/octet-stream" sparkle:edSignature="d4njTAJZ4CpnMajA86yNvpT+Q6ntyF/InURI2Od9Q6D5gRJeQJfyalcMZRrv0qW8DpahncNLRtAoH5onFEsTBg=="/>
</item>
<item>
<title>0.27.2</title>
<pubDate>Thu, 02 Apr 2026 06:21:44 +0000</pubDate>
<sparkle:version>55</sparkle:version>
<sparkle:shortVersionString>0.27.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Option to group all connection tabs in one window instead of separate windows per connection</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Separate preferred themes for Light and Dark appearance modes, with automatic switching in Auto mode</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.2/TablePro-0.27.2-arm64.zip" length="26384688" type="application/octet-stream" sparkle:edSignature="9Q/8sA4sCcrAFxF29MX02af+BOaGUh0YtQeWBQ4N3kMd7erTYL06fzfRuPfBINKom9F+4C+p/+UFWPWSvP8HCg=="/>
</item>
<item>
<title>0.27.2</title>
<pubDate>Thu, 02 Apr 2026 06:21:45 +0000</pubDate>
<sparkle:version>55</sparkle:version>
<sparkle:shortVersionString>0.27.2</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<h3>Added</h3>
<ul>
<li>Option to group all connection tabs in one window instead of separate windows per connection</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Separate preferred themes for Light and Dark appearance modes, with automatic switching in Auto mode</li>
</ul>
]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.2/TablePro-0.27.2-x86_64.zip" length="23317588" type="application/octet-stream" sparkle:edSignature="PdQKj619//HV3pB9EYSILbm4VgMFh0qFqcSt+HBAN2rTNSZtUzpLm04oTd7LUdwuHs4aSHhmdjRmfUr9WkSfAg=="/>
</item>
<item>
<title>0.27.1</title>
<pubDate>Wed, 01 Apr 2026 02:06:09 +0000</pubDate>
<sparkle:version>54</sparkle:version>
<sparkle:shortVersionString>0.27.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3>
<ul>
<li>Table queries incorrectly prefixed with connection username as schema name on non-schema databases (MySQL, MariaDB, ClickHouse, Redis, etc.), causing "Table 'username.table' doesn't exist" errors when opening a second table tab</li>
</ul></body>]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.1/TablePro-0.27.1-arm64.zip" length="26377697" type="application/octet-stream" sparkle:edSignature="y2dHsqx7Osx7VKogYzQ/DA2dhUnmd+si1UzLLbmyo/V9u1O05AWboycXvJueUoAnDN6LQvZ3UNnVE1kFyR9tDw=="/>
</item>
<item>
<title>0.27.1</title>
<pubDate>Wed, 01 Apr 2026 02:06:09 +0000</pubDate>
<sparkle:version>54</sparkle:version>
<sparkle:shortVersionString>0.27.1</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Fixed</h3>
<ul>
<li>Table queries incorrectly prefixed with connection username as schema name on non-schema databases (MySQL, MariaDB, ClickHouse, Redis, etc.), causing "Table 'username.table' doesn't exist" errors when opening a second table tab</li>
</ul></body>]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.1/TablePro-0.27.1-x86_64.zip" length="23306298" type="application/octet-stream" sparkle:edSignature="sNCHw0MYMo2ytKD2sujeoK30S1fXvPCLXoqjGqx6HG78x0fo0cB/6eAnirx6yQ0YW/geo3RoJ3+B/gkVqv6FCQ=="/>
</item>
<item>
<title>0.27.0</title>
<pubDate>Tue, 31 Mar 2026 16:33:58 +0000</pubDate>
<sparkle:version>53</sparkle:version>
<sparkle:shortVersionString>0.27.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
<ul>
<li>Option to prompt for database password on every connection instead of saving to Keychain</li>
<li>Autocompletion for filter fields: column names and SQL keywords suggested as you type (Raw SQL and Value fields)</li>
<li>Multi-line support for Raw SQL filter field (Option+Enter for newline)</li>
<li>Visual Create Table UI with multi-database support (sidebar → "Create New Table...")</li>
<li>Auto-fit column width: double-click column divider or right-click → "Size to Fit"</li>
<li>Collapsible results panel (`Cmd+Opt+R`), multiple result tabs for multi-statement queries, result pinning</li>
<li>Inline error banner for query errors</li>
<li>JSON syntax highlighting and brace matching in Details sidebar and JSON editor popover</li>
<li>Database-aware SQL functions in field menu (MySQL, PostgreSQL, SQLite, SQL Server, ClickHouse)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Replace GCD dispatch patterns with Swift structured concurrency</li>
<li>Refactor Details sidebar into modular field editor architecture with extracted editor components</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>PostgreSQL: Schema name lost after app restart, causing "relation does not exist" errors for non-public schemas</li>
<li>Error dialog OK button not dismissing when a SwiftUI sheet is active, making the app unusable</li>
<li>SQL Server: Unicode characters (Thai, CJK, etc.) in nvarchar/nchar/ntext columns displaying as question marks</li>
<li>Globe+F (fn+F) fullscreen shortcut not working in SwiftUI lifecycle app</li>
</ul></body>]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.0/TablePro-0.27.0-arm64.zip" length="26378023" type="application/octet-stream" sparkle:edSignature="n53O8RIe3dSnxsDNkM8gfwPGKiu/vhp1G75fHA0DKZxA2m+zx4HU7Y7gSnZhMMksmtHf34SQoOOIEzoeIhKfDQ=="/>
</item>
<item>
<title>0.27.0</title>
<pubDate>Tue, 31 Mar 2026 16:33:58 +0000</pubDate>
<sparkle:version>53</sparkle:version>
<sparkle:shortVersionString>0.27.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>Option to prompt for database password on every connection instead of saving to Keychain</li>
<li>Autocompletion for filter fields: column names and SQL keywords suggested as you type (Raw SQL and Value fields)</li>
<li>Multi-line support for Raw SQL filter field (Option+Enter for newline)</li>
<li>Visual Create Table UI with multi-database support (sidebar → "Create New Table...")</li>
<li>Auto-fit column width: double-click column divider or right-click → "Size to Fit"</li>
<li>Collapsible results panel (`Cmd+Opt+R`), multiple result tabs for multi-statement queries, result pinning</li>
<li>Inline error banner for query errors</li>
<li>JSON syntax highlighting and brace matching in Details sidebar and JSON editor popover</li>
<li>Database-aware SQL functions in field menu (MySQL, PostgreSQL, SQLite, SQL Server, ClickHouse)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Replace GCD dispatch patterns with Swift structured concurrency</li>
<li>Refactor Details sidebar into modular field editor architecture with extracted editor components</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>PostgreSQL: Schema name lost after app restart, causing "relation does not exist" errors for non-public schemas</li>
<li>Error dialog OK button not dismissing when a SwiftUI sheet is active, making the app unusable</li>
<li>SQL Server: Unicode characters (Thai, CJK, etc.) in nvarchar/nchar/ntext columns displaying as question marks</li>
<li>Globe+F (fn+F) fullscreen shortcut not working in SwiftUI lifecycle app</li>
</ul></body>]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.27.0/TablePro-0.27.0-x86_64.zip" length="23306571" type="application/octet-stream" sparkle:edSignature="6VU+4T6agdBHgCCNiJIafAQtVlQaOxctK81qfsXOQU7Bhxh5eF3wpHLYKioDlKOgxSJb7R+EjoLenZZWmMNwCg=="/>
</item>
<item>
<title>0.26.0</title>
<pubDate>Sun, 29 Mar 2026 15:52:19 +0000</pubDate>
<sparkle:version>52</sparkle:version>
<sparkle:shortVersionString>0.26.0</sparkle:shortVersionString>
<sparkle:minimumSystemVersion>14.0</sparkle:minimumSystemVersion>
<sparkle:hardwareRequirements>arm64</sparkle:hardwareRequirements>
<description><![CDATA[<body style="font-family: -apple-system, sans-serif; font-size: 13px; padding: 8px;"><h3>Added</h3>
<ul>
<li>Global toggle to disable all AI features (Settings > AI)</li>
<li>Drag to reorder columns in the Structure tab (MySQL/MariaDB)</li>
<li>Nested hierarchical groups for connection list (up to 3 levels deep)</li>
<li>Confirmation dialogs for deep link queries, connection imports, and pre-connect scripts</li>
<li>JSON fields in Row Details sidebar now display in a scrollable monospaced text area</li>
<li>Open, save, and save-as for SQL files with native macOS title bar integration (#475)</li>
<li>BigQuery plugin support (Google BigQuery analytics via REST API)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Removed query history sync from iCloud Sync (connections, groups, settings, and SSH profiles still sync)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>SQL editor not auto-focused on new tab and cursor missing after tab switch</li>
<li>Long lines not scrollable horizontally in the SQL editor</li>
<li>Home and End keys not moving cursor in the SQL editor (#448)</li>
<li>SSH profile lost after app restart when iCloud Sync enabled</li>
<li>MariaDB JSON columns showing as hex dumps instead of JSON text</li>
<li>MongoDB Atlas TLS certificate verification failure</li>
<li>ENUM/SET dropdown chevron buttons not showing on first table open</li>
</ul></body>]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.26.0/TablePro-0.26.0-arm64.zip" length="26177098" type="application/octet-stream" sparkle:edSignature="diNKGmXTDnmind3UW/mRVDYgBIoYUiADz5O3MAHjcb0Y0/Zzo3PQKd65QNoCbX3jC5MbT1ptts8K24JuoPGoBg=="/>
</item>
<item>
<title>0.26.0</title>
<pubDate>Sun, 29 Mar 2026 15:52:19 +0000</pubDate>
<sparkle:version>52</sparkle:version>
<sparkle:shortVersionString>0.26.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>Global toggle to disable all AI features (Settings > AI)</li>
<li>Drag to reorder columns in the Structure tab (MySQL/MariaDB)</li>
<li>Nested hierarchical groups for connection list (up to 3 levels deep)</li>
<li>Confirmation dialogs for deep link queries, connection imports, and pre-connect scripts</li>
<li>JSON fields in Row Details sidebar now display in a scrollable monospaced text area</li>
<li>Open, save, and save-as for SQL files with native macOS title bar integration (#475)</li>
<li>BigQuery plugin support (Google BigQuery analytics via REST API)</li>
</ul>
<h3>Changed</h3>
<ul>
<li>Removed query history sync from iCloud Sync (connections, groups, settings, and SSH profiles still sync)</li>
</ul>
<h3>Fixed</h3>
<ul>
<li>SQL editor not auto-focused on new tab and cursor missing after tab switch</li>
<li>Long lines not scrollable horizontally in the SQL editor</li>
<li>Home and End keys not moving cursor in the SQL editor (#448)</li>
<li>SSH profile lost after app restart when iCloud Sync enabled</li>
<li>MariaDB JSON columns showing as hex dumps instead of JSON text</li>
<li>MongoDB Atlas TLS certificate verification failure</li>
<li>ENUM/SET dropdown chevron buttons not showing on first table open</li>
</ul></body>]]></description>
<enclosure url="https://github.com/TableProApp/TablePro/releases/download/v0.26.0/TablePro-0.26.0-x86_64.zip" length="23103948" type="application/octet-stream" sparkle:edSignature="0SKMK5+lQyDLfMr1zHfzeH+h3QjGtrz5rhRmEFAayER09mNaQhNN9shycatOIOoTVHcroYGW2exw4C27uZpMCg=="/>
</item>
</channel>
</rss>