Skip to content

0.1.6

Choose a tag to compare

@github-actions github-actions released this 10 Jul 06:22
· 52 commits to main since this release

0.1.6

Added

  • Invites now support three types, chosen from a single "Invite" button in the panel header: Team (unchanged), Room (grants access to one room at a Reader/Editor preset on join), and Friend (adds the person to the server with no access yet — grant rooms/teams separately later).
  • Invite link modal: one-click Copy button.

Changed

  • Dropped the QR code from the invite modal — this plugin is desktop-only, so scanning it with a phone couldn't actually join anything; it only added a manual phone-to-desktop transfer step over plain copy/paste.

Fixed

  • A "Forget server" / "Remove access" / "Delete room" button could crash with setDestructive is not a function on Obsidian versions older than 1.13. minAppVersion is now 1.12.7 and the destructive-button styling works correctly on that floor again.