Gowut v1.1.0 Release Notes

Release Date: 2017-01-17 // over 7 years ago
  • ๐Ÿ”„ Changes and new features in v1.1.0:

    • โฑ A new SessMonitor component which can be used to monitor and display session timeout and network connectivity at the client side without interacting with the session.
    • ๐Ÿ†• New method in Server: SetAppRootHandler().
      With this you can now set your own logic to provide response to the app root path (when no window name is specified).
      ๐Ÿ The default function renders the window list, including authenticated windows and session creators - with clickable links.
    • ๐Ÿ†• New method in Window: RemoveHeadHtml() which removes an HTML head text that was previously added with AddHeadHtml().
    • ๐Ÿ†• New methods in Server: AddRootHeadHtml() and RemoveRootHeadHtml().
      ๐Ÿšš These are similar to Window.AddHeadHtml() and Window.RemoveHeadHtml(), but these relate to extra head HTML text that are rendered for the window list page (app root).
    • ๐Ÿ‘‰ Showcase of feature demo app improvements.
    • Other minor changes, improvements and optimization.