Skip to content

0.2.0

Compare
Choose a tag to compare
@BillyBlaze BillyBlaze released this 28 Oct 11:54
· 351 commits to master since this release

New Features:

  1. Moved the TouchUI settings from User Settings to a new dedicated modal.
  2. Automatically load TouchUI based on resolution or touch device.
  3. Ability to show a TouchUI settings button in the navbar while TouchUI is inactive.
  4. Add 2 new options in the Settings modal:
    1. Option: Enable/Disable automatically load (Enabled by default)
    2. Option: Enable/Disable TouchUI settings on default layout (Disabled by default)

Bugfixes:

  1. Refactor of scrolling while dropdown is open (now you can start scrolling outside the dropdown without closing it)
  2. Login dropdown is no longer used as main dropdown and are shown inline in the main dropdown
  3. Force iScroll to reload scroll height
  4. Make version number always visible
  5. Enforce scrolling below the fold if the dropdown is larger then body height (non-touch only)
  6. + more small bugfixes