Release Notes
1.3.1 (2026-05-10)¶
Bug Fixes¶
- frontend: add delete section in dataroom settings (e9063e3)
- frontend: fix share action in dataroom list (d459909)
- frontend: make dataroom viewer UI mobile friendly (f35bfcc)
- frontend: show full response errors in Delivery Logs table (81cae4d)
- sharelinks: fix duplicated documents cause dataroom viewer 500 error (abc483f)
1.3.0 (2026-05-06)¶
Coneshare V1.3 focuses on improving the external dataroom review experience.
This release introduces dataroom branding controls, including a banner image and primary/secondary/accent theme colors, so each dataroom can present a more consistent and trustworthy experience.
It also adds manual mixed-item ordering, allowing owners to arrange folders and documents in the exact sequence they want reviewers to follow.
Together, these updates improve both presentation quality and review efficiency, while keeping files in existing storage systems.
V1.3 also includes share-link UX and backend reliability improvements, with full details in the release notes.
Blog: https://www.coneshare.com/blog/coneshare-v1-3-0-dataroom-branding-theme-ordering
Features¶
- datarooms: add settings to set dataroom branding and reorder (93ff31d)
- frontend: update file type icons (faeca0f)
- sharelinks: show masked owner info on protected access dialogs (faae29f)
- sharelinks: return scoped items in share link viewer (5388f8d)
Bug Fixes¶
- backend: return 404 for missing APIs, not frontend template rendering (d841c2a)
- sharelinks: harden public access UX and 401 protection handling (beb24ea)
- fix GeoIP return None city issue (d336b0c)
1.2.1 (2026-04-20)¶
Bug Fixes¶
- frontend: disable non-preview download when link forbids it (e0e2f88)
- frontend: pass required props to document preview modal viewer (24370bc)
1.2.0 (2026-04-16)¶
Features¶
- automations: document activity automations feature (ad20070)
- backend: add coneshare open api (19f1bfc)
- frontend: add api docs link to sidebar (adb5191)
- automations: enrich webhook payload and include event_type (d1a9e0c)
Fixes¶
- datarooms: fix datarooms doc/folder stars (ace0ce9)
1.1.3 (2026-04-07)¶
Bug Fixes¶
- backend: rename duplicate root uploads by resolving root folder path (acd882a)
- frontend: align dataroom permission columns and clarify folder cascade (679be34)
- sharelinks: honor dataroom item watermark in view-data and render (ce48b64)
- viewer: stabilize initial page detection in share link preview (4946ca4)
1.1.2 (2026-03-09)¶
Features¶
- Make password validators configurable via environment (7c6221c)
- Match container uid/gid with host (aae283e)
Bug Fixes¶
- Encode Content-Disposition filename using RFC 5987 (ab77812)
- Enforce dataroom document visibility for downloads (739cde3)
- Enforce default authenticated access for DRF views (4ffa818)
- fix None puid and pgid (61db674)
- fix security headers in nginx (d07aff7)
- Secure upload/download handlers against path traversal (6b152ca)
- Use list-form
check_callto avoid shell interpretation (0d5e996) - Validate content ownership in dataroom add-content endpoint (5993994)
1.1.1 (2026-03-06)¶
Features¶
- Add download action to documents list item dropdown menu (5960eeb)
- Add file request feature to portal features (f1bd2b6)
- Add new 'copy document' functionality, enabling users to duplicate their documents (2a1894d)
- Force file download by setting Content-Disposition header (60cbae8)
Bug Fixes¶
- Allow multiple users to create same-named folders (7eceaa3)
- Reorder functions to prevent initialization error in DocumentsPage (9917fe5)
1.1.0 (2026-02-18)¶
Features¶
- Add Docs link to header navigation bar (ae9ddf9)
- Add 'File Requests' Feature: Share Upload Link for Collecting Files from Users (#118) (#119)
- Implement Release Please workflow for automated releases (b89d92c)
Bug Fixes¶
- Ensure atomic transaction for file upload finalization (445f2b6)
1.0.0 (2026-01-31)¶
Core Features¶
Document & Folder Management¶
- CRUD Operations: Manage documents and folders.
- Robust Uploading: Drag-and-drop files or folders, with auto-handling for duplicates.
- Bulk Actions: Select and act on multiple items.
- Starred Items: Favorite items for quick access.
- Sorting: Sort by name or size.
Datarooms¶
- Secure Datarooms: Group documents and folders for organized sharing.
- Flexible Content: Add items to multiple folders, with per-dataroom renaming.
- Folder Structure: Create nested folders within datarooms.
Secure Sharing & Access Control¶
- Shareable Links: Generate secure links for documents or datarooms.
- Link Settings: Control access with passwords, expiration dates, download permissions, and an active/inactive toggle.
- Viewer Identification: Require email for access, with optional email verification.
- Dynamic Watermarking: Protect content with watermarks using static text or dynamic variables (e.g., viewer IP/email).
Analytics & Tracking¶
- Analytics Dashboard: Summarizes recent activity and active links.
- Session Tracking: Track viewer location, device, and download activity.
- Page-Level Analytics: Monitor page views and duration for documents.
- Dataroom Tracking: Track visits to items within a dataroom.
Cloud Storage Integration¶
- Cloud Import: Import files from Dropbox, Google Drive, and Nextcloud.
- OAuth2 Connections: Securely manage cloud accounts.
Administration & Management¶
- Admin Panel: Manage system-wide settings and users.
- User Management: Full CRUD for organization users.
- Login Auditing: Track user login events.
- Storage Quotas: Enforce per-user storage limits.