Skip to content

v0.8.22

Compare
Choose a tag to compare
@jstriebel jstriebel released this 01 Nov 12:06
· 558 commits to master since this release

Breaking Changes

  • Removed the organization parameter from the webknossos_context function. The organization will automatically be fetched using the token of the user. #470

Added

  • Added a User class to the client that can be used to get meta-information of users or their logged time. The currently logged in user can be accessed, as well as all managed users. #470