Skip to content

Releases: querymx/querym

v0.2.4

08 Aug 02:55
Compare
Choose a tag to compare
v0.2.4

v0.2.2

02 Aug 02:59
Compare
Choose a tag to compare

What's Changed

  • Small improvements by @thormengkheang in #85
    • Close query window by middle click
    • Add run selection functionality
  • Closing, Closing Other, Closing to the right tab functionality implemented by @dglalperen in #87

New Contributors

v0.2.1

29 Jul 12:22
Compare
Choose a tag to compare
  • Fixing minor bugs in the 0.2.0

v0.2.0

29 Jul 02:44
Compare
Choose a tag to compare

What's Changed

  • Beautify sql code by @invisal in #68
  • Wrap inline result update inside a transaction by @invisal in #69
  • Add react devtool by @invisal in #53
  • Add reconnect and connection status by @invisal in #71
  • Sort database by name in database selection by @invisal in #72
  • Change window title based on the connected database by @invisal in #73

Bugs Fixes

  • Fix incorrect query for table structure by @invisal in #70

Full Changelog: v0.1.11...v0.2.0

v0.1.11

27 Jul 06:38
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.1.10...v0.1.11

v0.1.10

26 Jul 16:08
Compare
Choose a tag to compare

What's Changed

Finally, we got our Windows Individual Certificate. Once a sizable number of people install our app, the warning will go away.

  • Include the certificate into the windows build CI/CD
  • Fix not ability to edit if primary key is composite primary key by @invisal in #65
  • Open external link when click on our repo link in the app @thormengkheang in #66

New Contributors

v0.1.9

23 Jul 13:42
4736da4
Compare
Choose a tag to compare

What's New

  • Ability to select rows by @ebfood in #49
  • Insert NULL value
  • Export result into Excel and CSV by @invisal in #55

We also optimize the memory usage of our query result. The program should use slightly less memory.

Bugfixes:

  • Fix: Crash when database contains no table
  • Fix: Resize last column causes it to resize smaller and have no ability to resize the last column to bigger

v0.1.8

17 Jul 14:51
Compare
Choose a tag to compare

Features

  • Add full editor for text column. Multiple line string also open in full editor instead of inline editing.
  • Add ENUM editing support (#42).
  • Improve dark mode.

Bugs

  • Fix 'undefined' when selecting a database for MySQL 5.x by @ebfood in #46
  • Fix incorrect tab icon

v0.1.7

14 Jul 02:16
Compare
Choose a tag to compare

What's Changed

v0.1.6

08 Jul 13:12
Compare
Choose a tag to compare

What's Changed

  • Make the optimized table dark mode friendly by @invisal in #29
  • Increment the new window name for query by @invisal in #30
  • Optimize the position of the context menu. Prevent it drop chopped from the screen by @ebfood in #31
  • Impr3ove the auto update. It should download progress and ask user to restart once done download @invisal in #33

New Contributors