v0.15.0
版本发布时间: 2024-08-28 19:55:14
mfts/papermark最新发布版本:v0.16.0(2024-09-18 21:03:18)
Drag and drop, reindex datarooms, and more visitor analytics. 👇
Highlights ✨
Drag and drop documents
Managing documents just got even easier! We added drag-and-drop support for documents to move them between folders. You can drag a single document or select multiple documents to move them in bulk.
In addition, we also added the first bulk actions:
- move many documents to a (sub)folder
- delete many documents
Sort document index
With drag-and-drop, we also enabled the option to sort the document index in datarooms. If you have an executive summary that you want visitors to see first, simply drag it above other items to change the rank in the actual dataroom.
GIFs in presentations
We added the ability to render GIFs in presentations. You can read more about it here.
More analytics about visitors
We added additional information about visits to your documents. In the details view you can see:
- device type, browser and operating system
- document version number
- thumbnail of each document page
Migrate to app.papermark.io
Some may have noticed that the URL to their dashboard changed to app.papermark.io/... We migrated earlier this month without a hitch, while keeping all links to documents unchanged. The new architecture gives us more flexibility and makes the open-source project easier to self-host.
https://github.com/user-attachments/assets/98fe0e30-c4f4-4ed8-9c6c-d143ea94e621
Quality-of-life improvements
- faster and optimized document processing engine
- sort links in reverse chronological order (latest come first)
- bulk download for dataroom
- remove documents and folders from dataroom
- enable mail merge links
- enable allow/deny lists without email verification
- and many more
What's Changed
- fix: zoom by @mfts in https://github.com/mfts/papermark/pull/486
- fix: device height by @mfts in https://github.com/mfts/papermark/pull/487
- refactor: disable zoom on mobile and vertical by @mfts in https://github.com/mfts/papermark/pull/488
- fix: scroll beyond numpages by @mfts in https://github.com/mfts/papermark/pull/489
- fix: clip zoom on mobile and remove conversion popup by @mfts in https://github.com/mfts/papermark/pull/490
- feat(trigger): add retry by @mfts in https://github.com/mfts/papermark/pull/502
- feat: adjust scalefactor based on size of document by @mfts in https://github.com/mfts/papermark/pull/503
- fix: set headers by @mfts in https://github.com/mfts/papermark/pull/510
- fix: update proto to https by @mfts in https://github.com/mfts/papermark/pull/511
- refactor: small updates to bulk upload by @mfts in https://github.com/mfts/papermark/pull/520
- feat: add distributed locker for tus by @mfts in https://github.com/mfts/papermark/pull/522
- chore: update dependencies by @mfts in https://github.com/mfts/papermark/pull/523
- feat: add user agent to views by @mfts in https://github.com/mfts/papermark/pull/524
- feat: add thumbnail to visitor chart by @mfts in https://github.com/mfts/papermark/pull/525
- feat: add delete account by @mfts in https://github.com/mfts/papermark/pull/527
- refactor: sort links in descending order by @mfts in https://github.com/mfts/papermark/pull/534
- fix(radix-ui): reset pointer-events to unfreeze UI by @mfts in https://github.com/mfts/papermark/pull/540
- feat(dataroom): remove docs / folders from dataroom by @mfts in https://github.com/mfts/papermark/pull/541
- fix: bulk download by @mfts in https://github.com/mfts/papermark/pull/542
- feat(dataroom): add dataroom bulk download for s3 by @mfts in https://github.com/mfts/papermark/pull/543
- fix(download) by @mfts in https://github.com/mfts/papermark/pull/544
- fix(nav): add missing linkId and viewId by @mfts in https://github.com/mfts/papermark/pull/545
- docs: updates to metadata by @shnai0 in https://github.com/mfts/papermark/pull/546
- fix: scroll on documents page by @mfts in https://github.com/mfts/papermark/pull/548
- refactor(#259): partially converting some of the components from headlessui to shadcn by @doppedheart in https://github.com/mfts/papermark/pull/531
- chore: update dependencies by @mfts in https://github.com/mfts/papermark/pull/547
- feat: add option to remove visitor stats and papermark branding by @mfts in https://github.com/mfts/papermark/pull/549
- feat: migrate https://github.com/mfts/papermark/pull/552mfts/papermark/pull/552
- feat: complete transition from https://github.com/mfts/papermark/pull/553mfts/papermark/pull/553
- feat: dataroom quality of life improvements by @mfts in https://github.com/mfts/papermark/pull/555
- fix: preview links by @mfts in https://github.com/mfts/papermark/pull/556
- feat: make dataroom sortable by index by @mfts in https://github.com/mfts/papermark/pull/558
- feat: render gifs links in place by @mfts in https://github.com/mfts/papermark/pull/560
- feat: drag-drop documents into folder by @mfts in https://github.com/mfts/papermark/pull/559
- fix: visitor stats for multiple versions is shown for correct version by @mfts in https://github.com/mfts/papermark/pull/561
- feat(datarooms): add drag to move documents to folder by @mfts in https://github.com/mfts/papermark/pull/562
- fix: disable drag and drop on mobile by @mfts in https://github.com/mfts/papermark/pull/563
- feat: add bulk actions by @mfts in https://github.com/mfts/papermark/pull/565
- feat: enable mailmerge by @mfts in https://github.com/mfts/papermark/pull/567
- chore: update dependencies by @mfts in https://github.com/mfts/papermark/pull/566
- feat: allow/deny lists without verification by @mfts in https://github.com/mfts/papermark/pull/569
- feat: enable all functions for trial by @mfts in https://github.com/mfts/papermark/pull/571
New Contributors
- @doppedheart made their first contribution in https://github.com/mfts/papermark/pull/531
Full Changelog: https://github.com/mfts/papermark/compare/v0.14.0...v0.15.0