Skip to content

Releases: querymx/querym

v0.1.5

05 Jul 01:42
Compare
Choose a tag to compare
  • Raise pagination size to 1000 per page
  • Optimize table for large dataset

v0.1.4

26 Jun 14:27
Compare
Choose a tag to compare
  • Use F9 key to run statement
  • Smarter column size. The column size depends on the column type and the actual content length of the result.
  • Ability to select database
  • USE database will also change the database visually
  • Quick copy and paste using Ctrl + C, Ctrl + V

v0.1.3

14 Jun 03:56
Compare
Choose a tag to compare
  • Finally, we have our official logo.
  • Add triggers, events, and view in the schema side bar
  • Add a few minor improvement and fixes a few minor bugs.

v0.1.2

12 Jun 09:54
Compare
Choose a tag to compare

Improvement

  • Handle invalid connection better.
  • Bump to electron-builder v24

Fixes

  • Cannot edit column with reserved keyword name

v0.1.1

09 Jun 05:14
Compare
Choose a tag to compare

Improvement

  • Allow user to pick the SQL protection mode
  • Add loading animation when querying data
  • Make the query tab scrollable when there are a lot of tabs.
  • Press tab will accept auto complete
  • More improvement to dark-mode

Bugs

  • Fix: click on previous if there is no previous page crash the app.
  • Fix: click on NULL number/decimal cell crash the the app.

v0.1.0

06 Jun 09:14
Compare
Choose a tag to compare
  • Remember query
  • Rename query tab
  • Add better experience for dark mode
  • Fix some minor bugs

v0.0.3

02 Jun 22:29
Compare
Choose a tag to compare
  • Introduce dark mode
  • Fix crash when there is NULL in decimal column

v0.0.2

28 May 09:12
Compare
Choose a tag to compare

v0.0.2 will bring QueryMaster closer and closer to production ready.

  • Add pagination support for large query result
  • Support NULL value cell
  • Add discard changes
  • Optimize table result to be faster
  • Handle error message for error query

v0.0.1

27 May 02:10
Compare
Choose a tag to compare

This is testing release and not yet stable.