Skip to content

Releases: open-source-labs/SeeQR

SeeQR v14.0.0

06 Jun 19:05
bd9e69e
Compare
Choose a tag to compare
  1. Refactored UI to enhance user's experience by improving readability and predictability.
  2. Updated deprecated or unsupported dependencies and fixed breaking changes to ensure application remains easy to maintain and improve.
  3. 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.
  1. Fixed Database Authentication for MySql, Postgres, RDS MySql and RDS Postgres.
  2. Added additional testing suites to improve the tests coverage.
  3. Enforced Typescript typing where it was missing.
  4. Moved all reusable types into one location to prevent duplication.

SeeQR v13.0.0

07 Feb 04:09
f0b3f6d
Compare
Choose a tag to compare

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

24 Aug 17:16
56e056c
Compare
Choose a tag to compare

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

10 Jul 14:33
Compare
Choose a tag to compare

What's Changed

  • 3D database visualization.
  • Additional performance testing metrics.
  • SQLite Support.
  • Bugfixes.
  • UI improvements.

SeeQR v10.0.0

21 Apr 03:25
Compare
Choose a tag to compare

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

23 Feb 19:01
89e5434
Compare
Choose a tag to compare

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

04 Aug 05:42
1b27c51
Compare
Choose a tag to compare

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

28 Apr 18:28
d42b534
Compare
Choose a tag to compare

What's Changed

  • ER Diagrams - Now you can implement your database model visually and dynamically using SeeQR's built-in ER diagramming feature.

SeeQR v6.0.0

09 Mar 23:06
11efe6d
Compare
Choose a tag to compare

What's Changed

  • Various quality-of-life fixes.
  • Numerous stability improvements.

SeeQR v5.0.0

01 Mar 15:06
0bc22a3
Compare
Choose a tag to compare

What's Changed

  • Package AppImage for Linux.