Skip to content

Commit 5f76d7f

Browse files
committed
chore: add CHANGELOG.md for v1.0.0 initial public release
1 parent ee524ef commit 5f76d7f

1 file changed

Lines changed: 55 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 55 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,55 @@
1+
# Changelog
2+
3+
All notable changes to OpenTable will be documented in this file.
4+
5+
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
6+
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
7+
8+
## [Unreleased]
9+
10+
## [1.0.0] - 2026-02-05
11+
12+
### Initial Public Release
13+
14+
OpenTable is a native macOS database client built with SwiftUI and AppKit, designed as a fast, lightweight alternative to TablePlus.
15+
16+
### Features
17+
18+
- **Database Support**
19+
- MySQL/MariaDB connections
20+
- PostgreSQL support
21+
- SQLite database files
22+
- SSH tunneling for secure remote connections
23+
24+
- **SQL Editor**
25+
- Syntax highlighting with TreeSitter
26+
- Intelligent autocomplete for tables, columns, and SQL keywords
27+
- Multi-tab editing support
28+
- Query execution with result grid
29+
30+
- **Data Management**
31+
- Interactive data grid with sorting and filtering
32+
- Inline editing capabilities
33+
- Add, edit, and delete rows
34+
- Pagination for large result sets
35+
- Export data (CSV, JSON, SQL)
36+
37+
- **Database Explorer**
38+
- Browse tables, views, and schema
39+
- View table structure and indexes
40+
- Quick table information and statistics
41+
- Search across database objects
42+
43+
- **User Experience**
44+
- Native macOS design with SwiftUI
45+
- Dark mode support
46+
- Customizable keyboard shortcuts
47+
- Query history tracking
48+
- Multiple database connections
49+
50+
- **Developer Features**
51+
- Import/export connection configurations
52+
- Custom SQL query templates
53+
- Performance optimized for large datasets
54+
55+
[1.0.0]: https://github.com/datlechin/opentable/releases/tag/v1.0.0

0 commit comments

Comments
 (0)