Skip to content

v0.9.1

Compare
Choose a tag to compare
@shzlw shzlw released this 30 Jul 00:42
· 72 commits to master since this release

Improvements

  • Now press shift + arrow key to move component instead of pressing arrow key only.
  • Add a pop up that allows renaming the CSV file before it is exported.
  • Support multiple SQL statements in the query editor. Add a new global configuration value to enable/disable this feature. (poli.allow-multiple-query-statements)
  • Set default maximum-query-records to unlimited.
  • Add new script to build the release folder.

Bug Fixes

  • Fix an issue that heatmap displays wrong max and min value.
  • Fix the wrong column types in schema-postgresql.sql.
  • Fix the exception thrown from GeneratedKeyHolder when using PostgreSQL as data store.
  • Fix an issue when hover over the CSV button in a titleless table, the cursor flips between pointer and resizer.
  • Fix an issue that the URL parameters are not used in the query when the report is initialized.
  • Fix an issue that accessing the full screen view will direct the user to the login page when remember me is not checked.