Releases: querymx/querym
Releases · querymx/querym
v0.2.4
v0.2.2
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
- @dglalperen made their first contribution in #87
v0.2.1
v0.2.0
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
Full Changelog: v0.1.11...v0.2.0
v0.1.11
v0.1.10
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
- @thormengkheang made their first contribution in #66
v0.1.9
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
v0.1.7
v0.1.6
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
- @dependabot made their first contribution in #15
- @ebfood made their first contribution in #31
- @Rathpanha made their first contribution in #32