Skip to content

Releases: querymx/querym

v0.4.2

13 Sep 05:27
Compare
Choose a tag to compare

What's Changed

  • Add login functionality
  • Minor bugfixes and UI improvement

Full Changelog: v0.4.0...v0.4.2

v0.4.0

05 Sep 12:12
Compare
Choose a tag to compare

What's Changed

  • Add save queries
  • Massive redesign to look more modern and consistence.
  • Fix minor bugs

Full Changelog: v0.3.4...v0.4.0

v0.3.4

04 Sep 01:28
Compare
Choose a tag to compare

What's new

  • Fix: right click will not deselect other rows
  • Fix: cannot copy in code editor when data table is focused

v0.3.3

27 Aug 03:01
Compare
Choose a tag to compare

What's Changed

  • Better syntax highlighting. The table name will show different color.
  • Copy selected rows as JSON

This release does not contain many new feature but we have refactored a lot of code and build a strong foundation to add new quickly feature.

v0.3.2

23 Aug 03:26
Compare
Choose a tag to compare

What's new

  • Keep connection alive
  • Add time query takes to execute
  • Add search the text from query result
  • Redesign the toolbar below query data table

v0.3.1

19 Aug 11:23
Compare
Choose a tag to compare
  • Hotfix connection drag to its child will remove the whole folder

v0.3.0

18 Aug 08:49
Compare
Choose a tag to compare

What's Changed

This is big update. We introduce the folder to help managing your connections. The folder can be nested unlimited depth. This might introduce breaking change to previous version.

Minor improvements

  • Redesign context menu. It looks nicer and more polished.
  • Improve dark mode scrollbar styling and SQL code editor dark mode's scrollbar by @Senior-Code in #108
  • Improve Mac Quit by @Senior-Code in #107

New Contributors

v0.2.7

15 Aug 15:30
Compare
Choose a tag to compare

What's Changed

  • Redesign dashboard screen by @invisal in #104
  • Add ability to cancel query by @invisal in #105
  • Improve syntax highlight for SQL editor
  • Fix minor bugs and improvements

v0.2.6

13 Aug 05:49
Compare
Choose a tag to compare

What's Changed

New Contributors

v0.2.5

08 Aug 19:54
Compare
Choose a tag to compare

-## What's Changed

  • Highlight the text when search database or table by @invisal in #97
  • Better SQL auto complete support for enum
  • Search database and table
  • Better SQL auto complete style