Skip to content

Releases: sjjian/openhare

Release-0.6.0

10 Feb 01:08
d080e37

Choose a tag to compare

Features ✨

SQL AI Agent

Agent mode is now supported. You can issue DQL statements through tools to assist with data analysis and other NL2SQL tasks.
20260210090241_rec_

Improvements 🛠

  1. Added support for PostgreSQL metadata visualization;
  2. Fixed several UI styling issues.

Release-0.5.0

12 Jan 04:58
1821032

Choose a tag to compare

Features ✨

Data Export

20260112125716_rec_

Improvements 🛠

  1. Added a sequence/index column to the database result table
  2. Replaced third-party components with built-in components (e.g. tables, split view) to improve customizability
  3. Adjusted the granularity of certain state updates, resulting in a slight performance improvement

Release-0.4.0

08 Nov 09:04
90a6ae7

Choose a tag to compare

Features ✨

SQL Fragment Highlighting

Added an auxiliary highlight bar in the editor to indicate the SQL fragment under the current cursor.

20251108170010_rec_

Code Completion Refactor

Refactored the code completion system with a VS Code–style fuzzy matching algorithm and improved UI styling.

20251108170322_rec_

Improvements 🛠

  1. Custom Table Rendering, Implemented a custom table renderer for enhanced future customization.
  2. Custom Divider Drawing, Implemented a custom divider to eliminate anti-aliasing artifacts and uneven thickness.

Fixes 🐛

  1. Preserved scroll states of editor components to prevent position loss when switching pages or tabs.

Release-0.3.0

27 Sep 06:42
6958e7c

Choose a tag to compare

✨ Features

  1. Added default/empty states and onboarding guides for management-related operations.
  2. Added tooltip hints for key action buttons.

🐛 Fixes

  1. Fixed export failure issue on macOS.
  2. Fixed responsive issues on certain pages.

🛠 Improvements

  1. Updated overall UI styling.
  2. Adjusted tab component styling.
  3. Optimized database metadata display structure.
  4. Improved performance of MySQL metadata collection.
  5. General layout and page structure optimizations.

Release-0.2.0

24 Aug 09:20
3b21d4c

Choose a tag to compare

Support AI chat for SQL.

Release-0.1.0

10 Aug 08:10
ad348c6

Choose a tag to compare

After releasing 0.1.0 two and a half years in the making, 0.2.0 is now ready in just a fraction of that time.