Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- iOS: SQL Server (MSSQL) connections via FreeTDS over TDS 7.4. Uses the shared `SSLConfiguration` model from connection settings. Supports connect, query, streaming results, schema browsing (tables, columns, indexes, foreign keys), database and schema switching, and explicit transactions.
- iOS: data browser, search, filter, and pagination now render correct SQL Server syntax (bracket-quoted identifiers, `OFFSET ... ROWS FETCH NEXT ... ROWS ONLY` pagination, `SELECT TOP 1` for cell value fetch).

### Removed

- Help > Report an Issue panel. The menu item now opens GitHub Issues in a browser.

## [0.41.0] - 2026-05-13

### Added
Expand Down
4 changes: 1 addition & 3 deletions TablePro/Core/Services/AppServices.swift
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ struct AppServices {
let mcpServerManager: MCPServerManager
let syncTracker: SyncChangeTracker
let themeEngine: ThemeEngine
let feedbackAPIClient: FeedbackAPIClient

static let live = AppServices(
appEvents: .shared,
Expand All @@ -59,8 +58,7 @@ struct AppServices {
copilotService: .shared,
mcpServerManager: .shared,
syncTracker: .shared,
themeEngine: .shared,
feedbackAPIClient: .shared
themeEngine: .shared
)
}

Expand Down
157 changes: 0 additions & 157 deletions TablePro/Core/Services/Infrastructure/FeedbackAPIClient.swift

This file was deleted.

This file was deleted.

15 changes: 0 additions & 15 deletions TablePro/Models/UI/FeedbackDraft.swift

This file was deleted.

Loading
Loading