Skip to content

v1.3

Choose a tag to compare

@ekassos ekassos released this 12 Sep 21:19
· 1200 commits to main since this release
66ae1ec

What's Changed

Group Management

New Features

  • Administrators and Moderators can now delete groups. Deleting a group deletes the associated assistants, threads and files. (487)

Known Issues

  • Users might be unable to delete groups when there is no API key set. (501)
    Workaround: Set an API key for the group before deleting it.

Navigation

New Features

  • Users logging in through email invites are now redirected to the specific page they were trying to access after authenticating.

Known Issues

  • Users logging in through SSO logins are still redirected to the home page after logging in.
    Workaround: Try to access the direct URL after logging in first.

Permission Updates

New Features

  • Moderators can now edit assistants they don't own in non-private Groups.

Deprecations

  • In an effort to eliminate the Administrator user role in Groups, users who create a new Group are not granted the Group Administrator permission.
  • In an effort to eliminate the Administrator user role in Groups, all current Group Administrators were migrated to the Moderator group role.

Threads

New Features

  • With In-line Citations, users can get more information about the documents the assistant used to generate an answer.

Resolved Issues

  • Fixes an issue where LaTeX was not being rendered, despite apparently correct delimiters.

User Management

Resolved Issues

  • Fixes an issue where users who hadn't been onboarded had their email displayed as their name in the User table.

Deprecations

  • In an effort to eliminate the Administrator user role in Groups, Administrator users can no longer set other users as Administrators in Groups.

Related PRs

  • Redirect to specific page based on referrer link after login by @ekassos in #484
  • Don't double-display a user's email in User table if they have no name record by @ekassos in #486
  • Ability to delete classes & other fixes by @ekassos in #487
  • Further improved latex parsing by @jnu in #494
  • Provide in-line citations for file search by @ekassos in #485
  • Remove more class admin things by @jnu in #493

Full Changelog: 414-srv83-web58...420-srv88-web64