Skip to content

Releases: sjjian/openhare

Release-0.10.1

28 Apr 12:48
1f723da

Choose a tag to compare

  • Fixed an issue where the minimum window size could be ignored during resizing
  • Improved refresh performance for long chat histories
  • Enhanced the data source creation experience

install docs: #76

Release-0.10.0

19 Apr 11:17
f5bafb3

Choose a tag to compare

Features ✨

  1. Added Redis and MongoDB support;
  2. Added startup logs.

Improvements 🛠

  1. All SQL drivers now use Golang;
  2. Fixed some metadata display issues and fixed affected rows display issues

Screenshots

image

install docs: #76

Release-0.9.0

29 Mar 11:40
2518608

Choose a tag to compare

Features ✨

  1. Added execution safeguards for SQL operations, including enhanced security checks to prevent unintended execution;
    20260329202507_rec_
    20260329202656_rec_

  2. Introduced configurable session settings for greater flexibility and control.

Improvements 🛠

  1. Improved chat window scrolling and interaction for a smoother user experience;
  2. Enhanced SQL parsing with extended support for multiple database systems.

install docs: #76

Release-0.8.0

15 Mar 09:51
8e34dee

Choose a tag to compare

Features ✨

  1. Added support for manually refreshing metadata. You can manually refresh metadata after creating a resource so it becomes available for auto-completion and visible in the right panel.

Improvements 🛠

  1. Optimized many color details and unified the overall color design style;
  2. Dark mode is now basically usable.
image

Fixes 🐛

Fixed MySQL query issue (#80)


install docs: #76

Release-0.7.0

08 Mar 10:23
56b04a1

Choose a tag to compare

Features ✨

  1. Support more database, Added database support: Oracle, SQL Server, and SQLite;
  2. Version check: The application can now check for new releases.

Improvements 🛠

  1. Added a secondary confirmation when deleting a data source to prevent accidental removal.
  2. The application storage directory has been updated to better follow the conventions of each platform (macOS / Windows / Linux).(⚠️ Breaking change)
  3. Fixed several minor issues and improved overall stability.

install docs: #74

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.