Changelog
What's new in KamehaDB
v1.0.0
2026-06-01Highlights
- •AI Chat — schema-aware assistant with persistent history, multi-provider support, markdown rendering, token tracking, and a Run button to execute SQL from the editor (@asta-nguyen, @JoeJoeflyn)
- •Landing page v2 — demo video, dark mode, motion animations, SEO, and the dedicated documentation site (@asta-nguyen, @JoeJoeflyn)
- •SQLite & MySQL parity — table search, file picker, Browse button, and full database stats support matching Postgres (@JoeJoeflyn)
- •MongoDB & Redis UX — collection filtering, debounced queries, copy actions, and improved navigation (@JoeJoeflyn)
Added
- •AI chat: persistent connection-scoped history, timestamps, and copy button (@asta-nguyen)
- •AI chat: markdown rendering, token tracking, and schema caching (@asta-nguyen)
- •AI chat: database-scoped context for MongoDB (@asta-nguyen)
- •Run button that auto-executes SQL queries from the editor (@JoeJoeflyn)
- •Landing page v2 with demo video, dark mode, and motion animations (@asta-nguyen)
- •Changelog page with timeline UI and Keep a Changelog format (@asta-nguyen)
- •SEO metadata, Open Graph, Twitter cards, JSON-LD, robots.txt, and sitemap (@asta-nguyen)
- •SQLite file selection with Browse button and auto-fill name (@JoeJoeflyn)
- •MySQL database stats support (tables, indexes, sizes) (@JoeJoeflyn)
- •Search filtering for SQLite table browsing (@asta-nguyen)
- •Sidebar quick actions for schema graph and database stats (@asta-nguyen)
Fixed
- •Landing page dark/light mode toggle now switches correctly across pages (@asta-nguyen)
- •Landing site no longer participates in the root pnpm workspace (@asta-nguyen)
- •Landing page responsive layout and overflow (@JoeJoeflyn)
- •Platform-specific build instructions and Redis memory metric (@asta-nguyen)
- •SQLite connection test and health check missing await (@JoeJoeflyn)
- •SQLite index stats query returning incorrect results (@JoeJoeflyn)
- •Duplicate auto-run effect causing SQL queries to execute twice (@asta-nguyen)
- •Existing table tab not switching to workspace view on sidebar click (@asta-nguyen)
- •Chat message timestamp migration and history limit validation (@asta-nguyen)
Contributors
- •@asta-nguyen — Asta Nguyen
- •@JoeJoeflyn — Tai Nguyen
0.1.4-beta
2026-05-28Added
- •Database stats quick action to sidebar connection items
0.1.3-beta
2026-05-28Changed
- •Updated desktop app branding with new logo and title capitalization
Fixed
- •Release workflow to handle nested artifact directories
0.1.0-beta.1
2026-05-28Added
- •Graph and database stats quick actions to sidebar
- •MongoDB improvements, sidebar state persistence, and code cleanup
- •UI component improvements and bug fixes
- •Static documentation site with landing page, getting started guide, features, and FAQ
Fixed
- •Release workflow refactored to use artifact upload strategy
0.1.0-rc.1
2026-05-26Added
- •AI chat assistant with multi-provider support and API settings management
- •SQL autocomplete with context-aware suggestions for tables, columns, functions, and keywords
- •Interactive schema graph visualization with dagre layout and ReactFlow
- •Connection URL parsing, pagination, and row detail viewer with JSON export
- •Connection editing, deletion, and improved error handling
- •Database and table analytics with size explorer, connection monitoring
- •Theme toggle with light/dark/system modes
- •MongoDB collection filtering, debounced queries, and enhanced UX with copy functionality
- •Custom color badges for connection profiles
- •Test infrastructure with vitest and comprehensive test coverage
- •Code quality tooling with husky, prettier, commitlint
- •GitHub Actions CI/CD workflows
- •MIT license and comprehensive README