Releases: sjjian/openhare
Releases · sjjian/openhare
Release-0.10.1
Release-0.10.0
Features ✨
- Added Redis and MongoDB support;
- Added startup logs.
Improvements 🛠
- All SQL drivers now use Golang;
- Fixed some metadata display issues and fixed affected rows display issues
Screenshots
install docs: #76
Release-0.9.0
Features ✨
-
Added execution safeguards for SQL operations, including enhanced security checks to prevent unintended execution;


-
Introduced configurable session settings for greater flexibility and control.
Improvements 🛠
- Improved chat window scrolling and interaction for a smoother user experience;
- Enhanced SQL parsing with extended support for multiple database systems.
install docs: #76
Release-0.8.0
Features ✨
- 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 🛠
- Optimized many color details and unified the overall color design style;
- Dark mode is now basically usable.
Fixes 🐛
Fixed MySQL query issue (#80)
install docs: #76
Release-0.7.0
Features ✨
- Support more database, Added database support: Oracle, SQL Server, and SQLite;
- Version check: The application can now check for new releases.
Improvements 🛠
- Added a secondary confirmation when deleting a data source to prevent accidental removal.
- The application storage directory has been updated to better follow the conventions of each platform (macOS / Windows / Linux).(
⚠️ Breaking change) - Fixed several minor issues and improved overall stability.
install docs: #74
Release-0.6.0
Release-0.5.0
Features ✨
Data Export
Improvements 🛠
- Added a sequence/index column to the database result table
- Replaced third-party components with built-in components (e.g. tables, split view) to improve customizability
- Adjusted the granularity of certain state updates, resulting in a slight performance improvement
Release-0.4.0
Features ✨
SQL Fragment Highlighting
Added an auxiliary highlight bar in the editor to indicate the SQL fragment under the current cursor.
Code Completion Refactor
Refactored the code completion system with a VS Code–style fuzzy matching algorithm and improved UI styling.
Improvements 🛠
- Custom Table Rendering, Implemented a custom table renderer for enhanced future customization.
- Custom Divider Drawing, Implemented a custom divider to eliminate anti-aliasing artifacts and uneven thickness.
Fixes 🐛
- Preserved scroll states of editor components to prevent position loss when switching pages or tabs.
Release-0.3.0
✨ Features
- Added default/empty states and onboarding guides for management-related operations.
- Added tooltip hints for key action buttons.
🐛 Fixes
- Fixed export failure issue on macOS.
- Fixed responsive issues on certain pages.
🛠 Improvements
- Updated overall UI styling.
- Adjusted tab component styling.
- Optimized database metadata display structure.
- Improved performance of MySQL metadata collection.
- General layout and page structure optimizations.
Release-0.2.0
Support AI chat for SQL.



