Skip to content

Version 1.9.8

Compare
Choose a tag to compare
@nekto-kotik nekto-kotik released this 28 Jan 23:02
· 4 commits to main since this release

[1.9.8 beta] - 2024-01-29

Fixed:

  • Greatly reduced the chances of "Out of memory" browser tab crashes after receiving too much data from the server (hopefully, almost completely eliminated).
  • Reduced the chances of occasional silent session save/auto-save failures without visible errors (when browser could display the data, but the session cannot be saved and auto-saved with that data because of the 5MB-per-SessionStorage-value limitation). A quick fix is provided for now, there will be a better fix in the future.
  • Fixed undesireable behaviour: if a query was run repeatedly with a timer, clicking "Stop" was executing the query once again (before actually stopping), sometimes changing the results.
  • Single-file version did not contain LICENSE file (LICENSE link in the About text led nowhere in the best case scenario).
  • Small JavaScript fixes.

Added:

  • MariaDB/MySQL: New "Primary" column in "Indexes" (which wasn't there, unlike PostreSQL).