Skip to content

v0.5.7

Compare
Choose a tag to compare
@andresth andresth released this 13 Aug 21:40
· 19 commits to master since this release

improvements

  • Show notification while downloading file
  • Show error message when server returns invalid resonses (Login screen)
  • Follow URL redirects (HTTP codes 301, 302, 307, 308)
  • Automatically change the server URL to the correct endpoint if possible
  • Show error message when all swimlanes are deactivated
  • Moved new comment button to listview
  • Moved new subtask button to listview

fixes

  • fixed crash when user has assigned tasks but no projects
  • fixed crash when trying to change swimlane/column while receiving data
  • fixed crash when trying to add subtask/comment while receiving data
  • handle deactivated swimlanes correctly
  • Various bug fixes