Skip to content

6.2.0: importer visual and stability improvements

Compare
Choose a tag to compare
@github-actions github-actions released this 07 Nov 15:06
· 458 commits to master since this release

Importer

  • Fixed the 'yesterday' quick filter preset option.
  • Fixed window image handling for tables that contain a null image Url, e.g. Amigo.
  • Fixed window image handling for tables that contain an empty image Url.
  • Fixed window image popup glow effect to use the correct corner radius.
  • Increased the size of the image popup windows.
  • Fixed an edge case scenario where rapidly opening/closing the image preview window can cause a windowing error.
  • Fixed unresponive UI visual when a 'global window update' occurs, e.g. UAC prompt from another action/application.
    • Prior to the fix, the user interaction (e.g. mouse click) would be correctly processed, but the UI would not update to reflect the change. e.g. selecting an empty checkbox would not place the 'tick' in the box.
    • The underlying issue appears to be in the Material library and the 'workaround' requires the home page to not be hidden from the windows stack, i.e. always available via the task bar.
    • The home page is now displayed in the background (with the buttons disabled) whilst the child windows (e.g. importer) are active.
    • Automatically center (and recenter if applicable) the home screen and child windows to ensure the home screen is always obscured by the child window(s).

Full Changelog: 6.1.0...6.2.0