Releases: open-source-labs/SeeQR
Releases · open-source-labs/SeeQR
SeeQR v14.0.0
- Refactored UI to enhance user's experience by improving readability and predictability.
- Updated deprecated or unsupported dependencies and fixed breaking changes to ensure application remains easy to maintain and improve.
- Started the migration from Context API to Redux Toolkit for state management, ensuring future scaling and maintainability.
- Three slices have been created to replace old reducers.
- Fixed Database Authentication for MySql, Postgres, RDS MySql and RDS Postgres.
- Added additional testing suites to improve the tests coverage.
- Enforced Typescript typing where it was missing.
- Moved all reusable types into one location to prevent duplication.
SeeQR v13.0.0
What's Changed
- Added a new feature that allows users to see the history of their previous query statements.
- Revamped look for the ERD View Page.
- Reimplemented highlighting of special keywords in query statements.
- Fixed saving layout functionality on the ERD View Page.
- Reimplemented displaying of table rows on the Table View page.
- Reworked importing databases from SQL files.
- Increased backend test coverage.
SeeQR v12.0.0
What's Changed
Welcome to the maintainability update! This major version release comes with the following:
- Backend refactor to adhere to an MVVM pattern.
- Updated 99% of packages.
- Cleaned async re-rendering out of frontend.
- Improved type safety.
- Significantly reduced database load times.
- Support for non-root Postgres user sign-in.
SeeQR v11.0.0
What's Changed
- 3D database visualization.
- Additional performance testing metrics.
- SQLite Support.
- Bugfixes.
- UI improvements.
SeeQR v10.0.0
What's Changed
- Cloud database connectivity.
- New frontend built on Next.js.
- Numerous quality-of-life fixes.
- Code modularized.
- Improved readability.
- Error handling.
- UI revamp.
SeeQR v9.0.0
What's Changed
- Fixed numerous bugs and quality-of-life issues.
- Implemented better MySQL functionality.
- Created 'confirm delete' modal.
- Updated some NPM packages.
- Clearer instructions for getting started.
SeeQR v8.0.0
What's Changed
- Support for MySQL has been added.
- Created config to allow users to specify their credentials and ports.
- Improved ERD navigation and layout.
- Improved performance.
- Numerous stability improvements.
SeeQR v7.0.0
What's Changed
- ER Diagrams - Now you can implement your database model visually and dynamically using SeeQR's built-in ER diagramming feature.
- Full Changelog: v6.0.1...v7.0.0
SeeQR v6.0.0
What's Changed
- Various quality-of-life fixes.
- Numerous stability improvements.
SeeQR v5.0.0
What's Changed
- Package AppImage for Linux.