Thanks to visit codestin.com
Credit goes to github.com
Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Search
/
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
forestdevagent
/
TablePro
Public
forked from
TableProApp/TablePro
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Branch selector
main
User selector
All users
Datepicker
All time
Commit history
Commits on Apr 7, 2026
Merge pull request #610 from TableProApp/refactor/appstate-to-focused-value
Show description for 330a37a
datlechin
authored
330a37a
View commit details
Copy full SHA for 330a37a
Browse repository at this point
fix: remove all @Environment(AppState) declarations and injection
Show description for 238c6ef
datlechin
committed
238c6ef
View commit details
Copy full SHA for 238c6ef
Browse repository at this point
fix: migrate remaining appState reads — hasQueryText, hasStructureChanges
Show description for 7b90ff1
datlechin
committed
7b90ff1
View commit details
Copy full SHA for 7b90ff1
Browse repository at this point
fix: complete hasStructureChanges writer migration, fix localization, remove dead writes
datlechin
committed
d41d197
View commit details
Copy full SHA for d41d197
Browse repository at this point
fix: complete AppState migration — all menu reads now use @FocusedValue
Show description for 7e60546
datlechin
committed
7e60546
View commit details
Copy full SHA for 7e60546
Browse repository at this point
refactor: add hasStructureChanges/isHistoryPanelVisible to ConnectionToolbarState
Show description for 125df68
datlechin
committed
125df68
View commit details
Copy full SHA for 125df68
Browse repository at this point
refactor: migrate sidebar AppState reads to per-window coordinator
Show description for 43be6ad
datlechin
committed
43be6ad
View commit details
Copy full SHA for 43be6ad
Browse repository at this point
refactor: migrate menu commands from AppState.shared to @FocusedValue
Show description for 5e4994a
datlechin
committed
5e4994a
View commit details
Copy full SHA for 5e4994a
Browse repository at this point
Merge pull request #609 from TableProApp/refactor/split-querytab
Show description for bfdc0b4
datlechin
authored
bfdc0b4
View commit details
Copy full SHA for bfdc0b4
Browse repository at this point
refactor: split QueryTab.swift (773 lines) into 4 focused files
Show description for 234377d
datlechin
committed
234377d
View commit details
Copy full SHA for 234377d
Browse repository at this point
Merge pull request #608 from TableProApp/fix/add-logging-to-silent-catches
Show description for 12ee37d
datlechin
authored
12ee37d
View commit details
Copy full SHA for 12ee37d
Browse repository at this point
fix: add logging to 7 silent try?/catch blocks in critical paths
Show description for bbc9532
datlechin
committed
bbc9532
View commit details
Copy full SHA for bbc9532
Browse repository at this point
Merge pull request #607 from TableProApp/fix/quick-wins-nslog-string-localization
Show description for 42b04fc
datlechin
authored
42b04fc
View commit details
Copy full SHA for 42b04fc
Browse repository at this point
fix: replace NSLog with os.Logger, use O(1) string length, fix localization
Show description for 1d75264
datlechin
committed
1d75264
View commit details
Copy full SHA for 1d75264
Browse repository at this point
Merge pull request #606 from TableProApp/fix/datagrid-selection-background
Show description for e05c5e5
datlechin
authored
e05c5e5
View commit details
Copy full SHA for e05c5e5
Browse repository at this point
fix: remove unnecessary needsDisplay call — setter updates directly
datlechin
committed
ab0c954
View commit details
Copy full SHA for ab0c954
Browse repository at this point
fix: use background subview instead of draw(_:) for change-state coloring
Show description for f0f3f7b
datlechin
committed
f0f3f7b
View commit details
Copy full SHA for f0f3f7b
Browse repository at this point
fix: use native AppKit backgroundStyle for change-state cell coloring
Show description for e4944ad
datlechin
committed
e4944ad
View commit details
Copy full SHA for e4944ad
Browse repository at this point
fix: simplify selection/change-state interaction — clear on select, reload on deselect
Show description for e1f2953
datlechin
committed
e1f2953
View commit details
Copy full SHA for e1f2953
Browse repository at this point
fix: change-state background no longer covers row selection highlight
Show description for 1ca9eda
datlechin
committed
1ca9eda
View commit details
Copy full SHA for 1ca9eda
Browse repository at this point
Merge pull request #605 from TableProApp/fix/connection-handler-timing-hacks
Show description for b49ca24
datlechin
authored
b49ca24
View commit details
Copy full SHA for b49ca24
Browse repository at this point
fix: replace fixed delays in deep link handling with event-driven waits
Show description for d9ce431
datlechin
committed
d9ce431
View commit details
Copy full SHA for d9ce431
Browse repository at this point
Merge pull request #604 from TableProApp/fix/silent-error-swallowing
Show description for efa9cfc
datlechin
authored
efa9cfc
View commit details
Copy full SHA for efa9cfc
Browse repository at this point
docs: simplify CHANGELOG entries
datlechin
committed
d1a9b0e
View commit details
Copy full SHA for d1a9b0e
Browse repository at this point
fix: replace silent try? with error logging and user feedback
Show description for 9cd8a0a
datlechin
committed
9cd8a0a
View commit details
Copy full SHA for 9cd8a0a
Browse repository at this point
Merge pull request #603 from TableProApp/perf/file-io-off-main-thread
Show description for 8fa296b
datlechin
authored
8fa296b
View commit details
Copy full SHA for 8fa296b
Browse repository at this point
perf: move file I/O off main thread for themes, AI chat, and SSH config
datlechin
committed
c12cfd2
View commit details
Copy full SHA for c12cfd2
Browse repository at this point
Revert "perf: move file I/O off main thread for themes, AI chat, and SSH config"
Show description for 01e7bd4
datlechin
committed
01e7bd4
View commit details
Copy full SHA for 01e7bd4
Browse repository at this point
perf: move file I/O off main thread for themes, AI chat, and SSH config
datlechin
committed
48aea01
View commit details
Copy full SHA for 48aea01
Browse repository at this point
Merge pull request #601 from TableProApp/fix/perf-audit-tier1
Show description for a55d41d
datlechin
authored
a55d41d
View commit details
Copy full SHA for a55d41d
Browse repository at this point
fix: handle pending table ops and file dirty in saveAndClose flow
datlechin
committed
52dccf5
View commit details
Copy full SHA for 52dccf5
Browse repository at this point
fix: prioritize data grid save over sidebar edits in close-with-save flow
Show description for 414fd67
datlechin
committed
414fd67
View commit details
Copy full SHA for 414fd67
Browse repository at this point
fix: prevent hang on coordinator dealloc and concurrent WindowOpener waits
Show description for a97d987
datlechin
committed
a97d987
View commit details
Copy full SHA for a97d987
Browse repository at this point
merge: resolve Localizable.xcstrings conflict (accept remote)
datlechin
committed
81e1667
View commit details
Copy full SHA for 81e1667
Browse repository at this point
Commits on Apr 6, 2026
Update appcast.xml for v0.27.5
github-actions[bot]
committed
ac39675
View commit details
Copy full SHA for ac39675
Browse repository at this point
Previous
Next
You can’t perform that action at this time.