Skip to content

v0.13.0

Latest
Compare
Choose a tag to compare
@mfts mfts released this 06 Jun 09:42
dc8accc

New file types, data room updates, and privacy improvements. 👇

Highlights ✨

Support for sheet-based files (Excel, CSV, ODS, Google Sheets)

A track record should not be a PDF. A business plan should be in rows and columns. That's why we are excited to introduce support for sheet-based file types like Excel, CSV, ODS and Google Sheets.

Excel sheets provide a different perspective. Today, sheets and presentations can live side-by-side in your data room to tell your business' full story.

We support multi-sheet workbooks and provide engagement analytics per sheet.

CleanShot 2024-06-05 at 17 54 25@2x

Vertical scroll for documents

Uploading a file auto-detects the documents natural orientation and adjusts the document viewer for vertical scroll / skip (new) or horizontal skip. For existing documents, you can choose the orientation if our processor got it wrong or you prefer one mode over the other.

CleanShot 2024-06-06 at 11 26 58

New onboarding flow

The new user onboarding adds options to set up a data room directly.

CleanShot 2024-06-06 at 11 20 47@2x

Decouple folder tree navigation

Improved navigation for folders and files inside dashboard, data room setup and data room viewer.

Security quality-of-life updates

  • encrypt/decrypt link password for editing an existing link password (previously it was hashed)
  • remove email verification token from url parameters
  • document visit notifications to team members with MANAGER role
  • inviting dataroom visitors by email, generates a new link
  • case-insensitive validation for inviting team members by email

What's Changed

  • feat: add support for new file types: .xls, .xlsx, .ods, .csv by @mfts in #443
  • feat: add sheet image by @mfts in #445
  • feat: add support for multiple sheets in excel files by @mfts in #448
  • feat: refactor password show decrypted password for link by @varunguleriaCodes in #397
  • feat: update onboarding flow for datarooms by @mfts in #401
  • feat: simplify view links by @mfts in #403
  • feat: allow deleting documents by any team member by @mfts in #406
  • feat: notion track visibility when changing windows by @mfts in #407
  • feat: check team limits by @mfts in #408
  • fix: don't block the document uploader in dataroom by @mfts in #411
  • feat: improve email verification procedure and resetting the token after each visit by @mfts in #414
  • feat(dataroom-users): create a new link for each invited group to datarooms by @mfts in #415
  • fix: email validation case insensitive by @mfts in #422
  • chore: updates for landing page by @shnai0 in #427 #428
  • feat(content): updates to blog and help sections by @shnai0 in #434 #435 #436
  • feat: add vertical scroll for document view by @mfts in #429
  • feat: enable vertical mode for all by @mfts in #430
  • feat: send notifications to all users by @mfts in #431
  • feat: add change team member role by @mfts in #432
  • feat: updated folder tree view by @mfts in #438
  • feat: dataroom settings changes by @mfts in #439
  • fix: correctly display metatags by @mfts in #441
  • feat: add waituntil for simple notifications by @mfts in #442
  • feat: update document notification subject line by @mfts in #444
  • feat(dataroom): order documents in tree and view alphabetically by @mfts in #447

New Contributors

Full Changelog: v0.12.0...v0.13.0